chore(deps): update dependency @types/jest to v29.0.1

This commit is contained in:
renovate[bot]
2022-09-11 11:48:04 +00:00
parent 9905e27245
commit d0b9b6de1a
2 changed files with 14 additions and 14 deletions

26
ui/package-lock.json generated
View File

@@ -66,7 +66,7 @@
"@types/bricks.js": "1.8.2",
"@types/enzyme": "3.10.12",
"@types/fontfaceobserver": "2.1.0",
"@types/jest": "29.0.0",
"@types/jest": "29.0.1",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.merge": "4.6.7",
"@types/lodash.throttle": "4.1.7",
@@ -11001,9 +11001,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.0.tgz",
"integrity": "sha512-X6Zjz3WO4cT39Gkl0lZ2baFRaEMqJl5NC1OjElkwtNzAlbkr2K/WJXkBkH5VP0zx4Hgsd2TZYdOEfvp2Dxia+Q==",
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@@ -11023,9 +11023,9 @@
}
},
"node_modules/@types/jest/node_modules/pretty-format": {
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.0.2.tgz",
"integrity": "sha512-wp3CdtUa3cSJVFn3Miu5a1+pxc1iPIQTenOAn+x5erXeN1+ryTcLesV5pbK/rlW5EKwp27x38MoYfNGaNXDDhg==",
"version": "29.0.3",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.0.3.tgz",
"integrity": "sha512-cHudsvQr1K5vNVLbvYF/nv3Qy/F/BcEKxGuIeMiVMRHxPOO1RxXooP8g/ZrwAp7Dx+KdMZoOc7NxLHhMrP2f9Q==",
"dev": true,
"dependencies": {
"@jest/schemas": "^29.0.0",
@@ -43872,9 +43872,9 @@
}
},
"@types/jest": {
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.0.tgz",
"integrity": "sha512-X6Zjz3WO4cT39Gkl0lZ2baFRaEMqJl5NC1OjElkwtNzAlbkr2K/WJXkBkH5VP0zx4Hgsd2TZYdOEfvp2Dxia+Q==",
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"dev": true,
"requires": {
"expect": "^29.0.0",
@@ -43888,9 +43888,9 @@
"dev": true
},
"pretty-format": {
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.0.2.tgz",
"integrity": "sha512-wp3CdtUa3cSJVFn3Miu5a1+pxc1iPIQTenOAn+x5erXeN1+ryTcLesV5pbK/rlW5EKwp27x38MoYfNGaNXDDhg==",
"version": "29.0.3",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.0.3.tgz",
"integrity": "sha512-cHudsvQr1K5vNVLbvYF/nv3Qy/F/BcEKxGuIeMiVMRHxPOO1RxXooP8g/ZrwAp7Dx+KdMZoOc7NxLHhMrP2f9Q==",
"dev": true,
"requires": {
"@jest/schemas": "^29.0.0",

View File

@@ -65,7 +65,7 @@
"@types/bricks.js": "1.8.2",
"@types/enzyme": "3.10.12",
"@types/fontfaceobserver": "2.1.0",
"@types/jest": "29.0.0",
"@types/jest": "29.0.1",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.merge": "4.6.7",
"@types/lodash.throttle": "4.1.7",