mirror of
https://github.com/actions/cache.git
synced 2026-02-09 11:37:25 +00:00
Update some dependencies.
Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
This commit is contained in:
parent
29eae8b688
commit
2f8900dbfd
2 changed files with 813 additions and 11 deletions
819
package-lock.json
generated
819
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -44,15 +44,12 @@
|
||||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jest-circus": "^29.7.0",
|
"jest-circus": "^29.7.0",
|
||||||
"msw": "^0.49.3",
|
"msw": "^1.3.5",
|
||||||
"nock": "^13.2.9",
|
"nock": "^13.2.9",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"ts-jest": "^29.4.0",
|
"ts-jest": "^29.4.0",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
},
|
},
|
||||||
"overrides": {
|
|
||||||
"@mswjs/interceptors": "^0.17.7"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=24"
|
"node": ">=24"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue