Merge pull request #312 from gradle/dependabot/npm_and_yarn/types/jest-28.1.1

Bump @types/jest from 28.1.0 to 28.1.1
This commit is contained in:
Daz DeBoer 2022-06-06 19:00:47 -06:00 committed by GitHub
commit c207cf448f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -20,7 +20,7 @@
"string-argv": "0.3.1"
},
"devDependencies": {
"@types/jest": "28.1.0",
"@types/jest": "28.1.1",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.27.0",
@ -1671,9 +1671,9 @@
}
},
"node_modules/@types/jest": {
"version": "28.1.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz",
"integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==",
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.1.tgz",
"integrity": "sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==",
"dev": true,
"dependencies": {
"jest-matcher-utils": "^27.0.0",
@ -8412,9 +8412,9 @@
}
},
"@types/jest": {
"version": "28.1.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz",
"integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==",
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.1.tgz",
"integrity": "sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==",
"dev": true,
"requires": {
"jest-matcher-utils": "^27.0.0",

View file

@ -35,7 +35,7 @@
"string-argv": "0.3.1"
},
"devDependencies": {
"@types/jest": "28.1.0",
"@types/jest": "28.1.1",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.27.0",