Bump the npm-dependencies group with 1 update

Bumps the npm-dependencies group with 1 update: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest).

- [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
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-23 14:00:16 +00:00 committed by Daz DeBoer
parent 3122f2c659
commit 98d77952ea
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -22,7 +22,7 @@
"string-argv": "0.3.2" "string-argv": "0.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "29.5.3", "@types/jest": "29.5.4",
"@types/node": "16.18.38", "@types/node": "16.18.38",
"@types/unzipper": "0.10.6", "@types/unzipper": "0.10.6",
"@typescript-eslint/parser": "6.4.1", "@typescript-eslint/parser": "6.4.1",
@ -1962,9 +1962,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "29.5.3", "version": "29.5.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"expect": "^29.0.0", "expect": "^29.0.0",
@ -9664,9 +9664,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "29.5.3", "version": "29.5.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
"dev": true, "dev": true,
"requires": { "requires": {
"expect": "^29.0.0", "expect": "^29.0.0",

View file

@ -43,7 +43,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.18.38", "@types/node": "16.18.38",
"@types/jest": "29.5.3", "@types/jest": "29.5.4",
"@types/unzipper": "0.10.6", "@types/unzipper": "0.10.6",
"@typescript-eslint/parser": "6.4.1", "@typescript-eslint/parser": "6.4.1",
"@vercel/ncc": "0.36.1", "@vercel/ncc": "0.36.1",