mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
build(deps-dev): Bump jest from 29.6.0 to 29.6.1 (#1634)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.6.0 to 29.6.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f4630c3d9e
commit
9a088567b9
14
package-lock.json
generated
14
package-lock.json
generated
@ -58,7 +58,7 @@
|
||||
"express": "4.18.2",
|
||||
"form-data": "4.0.0",
|
||||
"glob": "10.3.1",
|
||||
"jest": "29.6.0",
|
||||
"jest": "29.6.1",
|
||||
"jest-cli": "29.6.1",
|
||||
"node-fetch": "2.6.9",
|
||||
"prettier": "2.8.8",
|
||||
@ -9637,15 +9637,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jest": {
|
||||
"version": "29.6.0",
|
||||
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.0.tgz",
|
||||
"integrity": "sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==",
|
||||
"version": "29.6.1",
|
||||
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz",
|
||||
"integrity": "sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@jest/core": "^29.6.0",
|
||||
"@jest/types": "^29.6.0",
|
||||
"@jest/core": "^29.6.1",
|
||||
"@jest/types": "^29.6.1",
|
||||
"import-local": "^3.0.2",
|
||||
"jest-cli": "^29.6.0"
|
||||
"jest-cli": "^29.6.1"
|
||||
},
|
||||
"bin": {
|
||||
"jest": "bin/jest.js"
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
"express": "4.18.2",
|
||||
"form-data": "4.0.0",
|
||||
"glob": "10.3.1",
|
||||
"jest": "29.6.0",
|
||||
"jest": "29.6.1",
|
||||
"jest-cli": "29.6.1",
|
||||
"node-fetch": "2.6.9",
|
||||
"prettier": "2.8.8",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user