fix(ci): update deploy workflows

This commit is contained in:
2025-12-19 14:37:28 +03:00
parent aee343fdcd
commit f55ecd950c
4 changed files with 65 additions and 10 deletions

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "requestbot",
"version": "0.1.0",
"version": "0.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "requestbot",
"version": "0.1.0",
"version": "0.7.0",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
@@ -125,6 +125,7 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
"integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
"dev": true,
"peer": true,
"dependencies": {
"undici-types": "~5.26.4"
}
@@ -1346,6 +1347,7 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"