Browse Source

[deps]: Update @types/jest to v29.5.14 (#655)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brandon Treston <btreston@bitwarden.com>
pull/674/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
07a1ae6dea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
"@microsoft/microsoft-graph-types": "2.40.0",
"@ngtools/webpack": "17.3.11",
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/lowdb": "1.0.15",
"@types/node": "20.17.5",
"@types/node-fetch": "2.6.11",
@ -5389,9 +5389,9 @@ @@ -5389,9 +5389,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.13",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz",
"integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==",
"version": "29.5.14",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz",
"integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==",
"dev": true,
"license": "MIT",
"dependencies": {

2
package.json

@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
"@microsoft/microsoft-graph-types": "2.40.0",
"@ngtools/webpack": "17.3.11",
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/lowdb": "1.0.15",
"@types/node": "20.17.5",
"@types/node-fetch": "2.6.11",

Loading…
Cancel
Save