|
|
@@ -9,17 +9,15 @@
|
|
|
"version": "5.0.0",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@actions/core": "^1.10.1",
|
|
|
+ "@actions/core": "^1.11.1",
|
|
|
"@actions/exec": "^1.1.1",
|
|
|
"@actions/github": "^6.0.0",
|
|
|
"@actions/io": "^1.1.3",
|
|
|
- "@actions/tool-cache": "^2.0.1",
|
|
|
- "uuid": "^9.0.1"
|
|
|
+ "@actions/tool-cache": "^2.0.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/jest": "^29.5.12",
|
|
|
"@types/node": "^24.1.0",
|
|
|
- "@types/uuid": "^9.0.8",
|
|
|
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
|
"@typescript-eslint/parser": "^7.9.0",
|
|
|
"@vercel/ncc": "^0.38.1",
|
|
|
@@ -44,20 +42,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@actions/core": {
|
|
|
- "version": "1.10.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz",
|
|
|
- "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==",
|
|
|
+ "version": "1.11.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
|
|
|
+ "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@actions/http-client": "^2.0.1",
|
|
|
- "uuid": "^8.3.2"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/@actions/core/node_modules/uuid": {
|
|
|
- "version": "8.3.2",
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
- "bin": {
|
|
|
- "uuid": "dist/bin/uuid"
|
|
|
+ "@actions/exec": "^1.1.1",
|
|
|
+ "@actions/http-client": "^2.0.1"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@actions/exec": {
|
|
|
@@ -94,25 +85,16 @@
|
|
|
"integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q=="
|
|
|
},
|
|
|
"node_modules/@actions/tool-cache": {
|
|
|
- "version": "2.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-2.0.1.tgz",
|
|
|
- "integrity": "sha512-iPU+mNwrbA8jodY8eyo/0S/QqCKDajiR8OxWTnSk/SnYg0sj8Hp4QcUEVC1YFpHWXtrfbQrE13Jz4k4HXJQKcA==",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-fBhNNOWxuoLxztQebpOaWu6WeVmuwa77Z+DxIZ1B+OYvGkGQon6kTVg6Z32Cb13WCuw0szqonK+hh03mJV7Z6w==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@actions/core": "^1.2.6",
|
|
|
+ "@actions/core": "^1.11.1",
|
|
|
"@actions/exec": "^1.0.0",
|
|
|
"@actions/http-client": "^2.0.1",
|
|
|
"@actions/io": "^1.1.1",
|
|
|
- "semver": "^6.1.0",
|
|
|
- "uuid": "^3.3.2"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/@actions/tool-cache/node_modules/uuid": {
|
|
|
- "version": "3.4.0",
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
- "bin": {
|
|
|
- "uuid": "bin/uuid"
|
|
|
+ "semver": "^6.1.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@ampproject/remapping": {
|
|
|
@@ -1529,12 +1511,6 @@
|
|
|
"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "node_modules/@types/uuid": {
|
|
|
- "version": "9.0.8",
|
|
|
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
|
|
|
- "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"node_modules/@types/yargs": {
|
|
|
"version": "17.0.32",
|
|
|
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
|
|
|
@@ -6926,18 +6902,6 @@
|
|
|
"punycode": "^2.1.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/uuid": {
|
|
|
- "version": "9.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
|
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
|
- "funding": [
|
|
|
- "https://github.com/sponsors/broofa",
|
|
|
- "https://github.com/sponsors/ctavan"
|
|
|
- ],
|
|
|
- "bin": {
|
|
|
- "uuid": "dist/bin/uuid"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/v8-to-istanbul": {
|
|
|
"version": "9.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz",
|