mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-06-30 08:30:33 -04:00
Merge pull request #749 from scratchfoundation/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.3.0
This commit is contained in:
commit
b48a19cfe6
2 changed files with 19 additions and 5 deletions
22
package-lock.json
generated
22
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.2.6",
|
||||
"ts-jest": "29.3.0",
|
||||
"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.2.6",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.6.tgz",
|
||||
"integrity": "sha512-yTNZVZqc8lSixm+QGVFcPe6+yj7+TWZwIesuOWvfcn4B9bz5x4NDzVCQQjOs7Hfouu36aEqfEbo9Qpo+gq8dDg==",
|
||||
"version": "29.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.0.tgz",
|
||||
"integrity": "sha512-4bfGBX7Gd1Aqz3SyeDS9O276wEU/BInZxskPrbhZLyv+c1wskDCqDFMJQJLWrIr/fKoAH4GE5dKUlrdyvo+39A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -18493,6 +18493,7 @@
|
|||
"lodash.memoize": "^4.1.2",
|
||||
"make-error": "^1.3.6",
|
||||
"semver": "^7.7.1",
|
||||
"type-fest": "^4.37.0",
|
||||
"yargs-parser": "^21.1.1"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -18550,6 +18551,19 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/ts-jest/node_modules/type-fest": {
|
||||
"version": "4.38.0",
|
||||
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.38.0.tgz",
|
||||
"integrity": "sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==",
|
||||
"dev": true,
|
||||
"license": "(MIT OR CC0-1.0)",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/ts-loader": {
|
||||
"version": "9.5.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.2.tgz",
|
||||
|
|
|
@ -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.2.6",
|
||||
"ts-jest": "29.3.0",
|
||||
"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