mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2024-11-14 19:25:32 -05:00
chore(deps): update dependency ts-jest-mock-import-meta to v1.2.1
This commit is contained in:
parent
6d70c90685
commit
37086c23cf
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -42,7 +42,7 @@
|
|||
"scratch-webpack-configuration": "1.6.0",
|
||||
"semantic-release": "19.0.5",
|
||||
"ts-jest": "29.2.5",
|
||||
"ts-jest-mock-import-meta": "1.2.0",
|
||||
"ts-jest-mock-import-meta": "1.2.1",
|
||||
"ts-loader": "9.5.1",
|
||||
"webpack": "5.96.1",
|
||||
"webpack-cli": "5.1.4"
|
||||
|
@ -18349,9 +18349,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ts-jest-mock-import-meta": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest-mock-import-meta/-/ts-jest-mock-import-meta-1.2.0.tgz",
|
||||
"integrity": "sha512-r2+TH6d8LHBXqLTXjJh1KfTZoMvGV0hdn9gwickNVcwS2Co2/mewGjj0XDVEPLg5MVfZVHUFQ9O09anURA3KCw==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest-mock-import-meta/-/ts-jest-mock-import-meta-1.2.1.tgz",
|
||||
"integrity": "sha512-+qh8ZijpFnh7nMNdw1yYrvmnhe3Rctau5a3AFtgBAtps46RSiC8SHr3Z0S9sNqCU3cNOGumCAVO7Ac65fstxRA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"scratch-webpack-configuration": "1.6.0",
|
||||
"semantic-release": "19.0.5",
|
||||
"ts-jest": "29.2.5",
|
||||
"ts-jest-mock-import-meta": "1.2.0",
|
||||
"ts-jest-mock-import-meta": "1.2.1",
|
||||
"ts-loader": "9.5.1",
|
||||
"webpack": "5.96.1",
|
||||
"webpack-cli": "5.1.4"
|
||||
|
|
Loading…
Reference in a new issue