mirror of
https://gitea.com/actions/setup-node.git
synced 2025-11-07 02:36:22 +08:00
Compare commits
2 Commits
f7670bc49c
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f08eb64cf8 | ||
|
|
a5116b4fc2 |
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: uuid
|
name: uuid
|
||||||
version: 11.1.0
|
version: 13.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: RFC9562 UUIDs
|
summary: RFC9562 UUIDs
|
||||||
homepage:
|
homepage:
|
||||||
3712
dist/setup/index.js
vendored
3712
dist/setup/index.js
vendored
File diff suppressed because one or more lines are too long
2126
package-lock.json
generated
2126
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -37,7 +37,7 @@
|
|||||||
"@actions/io": "^1.0.2",
|
"@actions/io": "^1.0.2",
|
||||||
"@actions/tool-cache": "^2.0.2",
|
"@actions/tool-cache": "^2.0.2",
|
||||||
"semver": "^7.6.3",
|
"semver": "^7.6.3",
|
||||||
"uuid": "^11.1.0"
|
"uuid": "^13.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.5.14",
|
"@types/jest": "^29.5.14",
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"eslint-plugin-jest": "^27.9.0",
|
"eslint-plugin-jest": "^27.9.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jest-circus": "^30.1.3",
|
"jest-circus": "^29.7.0",
|
||||||
"jest-each": "^29.7.0",
|
"jest-each": "^29.7.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"ts-jest": "^29.4.1",
|
"ts-jest": "^29.4.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user