mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-07-10 05:14:07 -04:00
Merge pull request #751 from scratchfoundation/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.3.1
This commit is contained in:
commit
ceb58ffa64
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -41,7 +41,7 @@
|
|||
"scratch-semantic-release-config": "3.0.0",
|
||||
"scratch-webpack-configuration": "3.0.0",
|
||||
"semantic-release": "19.0.5",
|
||||
"ts-jest": "29.3.0",
|
||||
"ts-jest": "29.3.1",
|
||||
"ts-jest-mock-import-meta": "1.2.1",
|
||||
"ts-loader": "9.5.2",
|
||||
"webpack": "5.98.0",
|
||||
|
@ -18479,9 +18479,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ts-jest": {
|
||||
"version": "29.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.0.tgz",
|
||||
"integrity": "sha512-4bfGBX7Gd1Aqz3SyeDS9O276wEU/BInZxskPrbhZLyv+c1wskDCqDFMJQJLWrIr/fKoAH4GE5dKUlrdyvo+39A==",
|
||||
"version": "29.3.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.1.tgz",
|
||||
"integrity": "sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -18493,7 +18493,7 @@
|
|||
"lodash.memoize": "^4.1.2",
|
||||
"make-error": "^1.3.6",
|
||||
"semver": "^7.7.1",
|
||||
"type-fest": "^4.37.0",
|
||||
"type-fest": "^4.38.0",
|
||||
"yargs-parser": "^21.1.1"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -18552,9 +18552,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ts-jest/node_modules/type-fest": {
|
||||
"version": "4.39.0",
|
||||
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.0.tgz",
|
||||
"integrity": "sha512-w2IGJU1tIgcrepg9ZJ82d8UmItNQtOFJG0HCUE3SzMokKkTsruVDALl2fAdiEzJlfduoU+VyXJWIIUZ+6jV+nw==",
|
||||
"version": "4.39.1",
|
||||
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz",
|
||||
"integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==",
|
||||
"dev": true,
|
||||
"license": "(MIT OR CC0-1.0)",
|
||||
"engines": {
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"scratch-semantic-release-config": "3.0.0",
|
||||
"scratch-webpack-configuration": "3.0.0",
|
||||
"semantic-release": "19.0.5",
|
||||
"ts-jest": "29.3.0",
|
||||
"ts-jest": "29.3.1",
|
||||
"ts-jest-mock-import-meta": "1.2.1",
|
||||
"ts-loader": "9.5.2",
|
||||
"webpack": "5.98.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue