mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-06 13:24:13 +02:00
Bump @types/jest from 28.1.6 to 28.1.7
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.6 to 28.1.7. - [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:
parent
8e9c25766c
commit
c43c48a655
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"string-argv": "0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "28.1.6",
|
||||
"@types/jest": "28.1.7",
|
||||
"@types/node": "16.11.21",
|
||||
"@types/unzipper": "0.10.5",
|
||||
"@typescript-eslint/parser": "5.33.0",
|
||||
|
@ -1674,12 +1674,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/jest": {
|
||||
"version": "28.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
|
||||
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
|
||||
"version": "28.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz",
|
||||
"integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"jest-matcher-utils": "^28.0.0",
|
||||
"expect": "^28.0.0",
|
||||
"pretty-format": "^28.0.0"
|
||||
}
|
||||
},
|
||||
|
@ -8290,12 +8290,12 @@
|
|||
}
|
||||
},
|
||||
"@types/jest": {
|
||||
"version": "28.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
|
||||
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
|
||||
"version": "28.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz",
|
||||
"integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"jest-matcher-utils": "^28.0.0",
|
||||
"expect": "^28.0.0",
|
||||
"pretty-format": "^28.0.0"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"string-argv": "0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "28.1.6",
|
||||
"@types/jest": "28.1.7",
|
||||
"@types/node": "16.11.21",
|
||||
"@types/unzipper": "0.10.5",
|
||||
"@typescript-eslint/parser": "5.33.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue