chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in /ui

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-16 06:19:16 +00:00
committed by Łukasz Mierzwa
parent 8298560866
commit 56bc90fe4b
2 changed files with 5 additions and 6 deletions

9
ui/package-lock.json generated
View File

@@ -60,7 +60,7 @@
"@types/bricks.js": "1.8.5",
"@types/enzyme": "3.10.18",
"@types/fontfaceobserver": "2.1.3",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
@@ -4286,11 +4286,10 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.12",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
"integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
"version": "29.5.13",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz",
"integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==",
"dev": true,
"license": "MIT",
"dependencies": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"

View File

@@ -56,7 +56,7 @@
"@types/bricks.js": "1.8.5",
"@types/enzyme": "3.10.18",
"@types/fontfaceobserver": "2.1.3",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",