Browse Source

Merge pull request #15063 from prometheus/dependabot/npm_and_yarn/web/ui/types/jest-29.5.13

Bump @types/jest from 29.5.12 to 29.5.13 in /web/ui
pull/15056/head
Julius Volz 2 months ago committed by GitHub
parent
commit
64c990937a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      web/ui/package-lock.json
  2. 2
      web/ui/package.json

9
web/ui/package-lock.json generated

@ -12,7 +12,7 @@
"module/*"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
@ -2916,11 +2916,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"

2
web/ui/package.json

@ -15,7 +15,7 @@
"module/*"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",

Loading…
Cancel
Save