mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
[deps] SM: Update jest-mock-extended to v3.0.7 (#9154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
800892e1f3
commit
0913a40447
18
package-lock.json
generated
18
package-lock.json
generated
@ -152,7 +152,7 @@
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"husky": "9.0.11",
|
||||
"jest-junit": "16.0.0",
|
||||
"jest-mock-extended": "3.0.6",
|
||||
"jest-mock-extended": "3.0.7",
|
||||
"jest-preset-angular": "14.0.3",
|
||||
"lint-staged": "15.2.2",
|
||||
"mini-css-extract-plugin": "2.8.1",
|
||||
@ -24401,12 +24401,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jest-mock-extended": {
|
||||
"version": "3.0.6",
|
||||
"resolved": "https://registry.npmjs.org/jest-mock-extended/-/jest-mock-extended-3.0.6.tgz",
|
||||
"integrity": "sha512-DJuEoFzio0loqdX8NIwkbE9dgIXNzaj//pefOQxGkoivohpxbSQeNHCAiXkDNA/fmM4EIJDoZnSibP4w3dUJ9g==",
|
||||
"version": "3.0.7",
|
||||
"resolved": "https://registry.npmjs.org/jest-mock-extended/-/jest-mock-extended-3.0.7.tgz",
|
||||
"integrity": "sha512-7lsKdLFcW9B9l5NzZ66S/yTQ9k8rFtnwYdCNuRU/81fqDWicNDVhitTSPnrGmNeNm0xyw0JHexEOShrIKRCIRQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"ts-essentials": "^9.4.2"
|
||||
"ts-essentials": "^10.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
|
||||
@ -36344,12 +36344,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ts-essentials": {
|
||||
"version": "9.4.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-essentials/-/ts-essentials-9.4.2.tgz",
|
||||
"integrity": "sha512-mB/cDhOvD7pg3YCLk2rOtejHjjdSi9in/IBYE13S+8WA5FBSraYf4V/ws55uvs0IvQ/l0wBOlXy5yBNZ9Bl8ZQ==",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-essentials/-/ts-essentials-10.0.0.tgz",
|
||||
"integrity": "sha512-77FHNJEyysF9+1s4G6eejuA1lxw7uMchT3ZPy3CIbh7GIunffpshtM8pTe5G6N5dpOzNevqRHew859ceLWVBfw==",
|
||||
"dev": true,
|
||||
"peerDependencies": {
|
||||
"typescript": ">=4.1.0"
|
||||
"typescript": ">=4.5.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
|
@ -113,7 +113,7 @@
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"husky": "9.0.11",
|
||||
"jest-junit": "16.0.0",
|
||||
"jest-mock-extended": "3.0.6",
|
||||
"jest-mock-extended": "3.0.7",
|
||||
"jest-preset-angular": "14.0.3",
|
||||
"lint-staged": "15.2.2",
|
||||
"mini-css-extract-plugin": "2.8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user