mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Merge pull request #14801 from nextcloud/dependabot/npm_and_yarn/ts-jest-29.3.1
This commit is contained in:
commit
b266360e98
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -90,7 +90,7 @@
|
|||
"openapi-typescript": "^7.6.1",
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"ts-jest": "^29.3.0",
|
||||
"ts-jest": "^29.3.1",
|
||||
"vue-template-compiler": "^2.7.16",
|
||||
"wasm-check": "^2.1.2",
|
||||
"webpack-bundle-analyzer": "^4.10.2",
|
||||
|
|
@ -19252,9 +19252,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": {
|
||||
|
|
@ -19266,7 +19266,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": {
|
||||
|
|
@ -35371,9 +35371,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"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,
|
||||
"requires": {
|
||||
"bs-logger": "^0.2.6",
|
||||
|
|
@ -35384,7 +35384,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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
"openapi-typescript": "^7.6.1",
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"ts-jest": "^29.3.0",
|
||||
"ts-jest": "^29.3.1",
|
||||
"vue-template-compiler": "^2.7.16",
|
||||
"wasm-check": "^2.1.2",
|
||||
"webpack-bundle-analyzer": "^4.10.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue