Merge pull request #467 from JLyne/dependabot/npm_and_yarn/types/jest-in-case-1.0.6

Bump @types/jest-in-case from 1.0.5 to 1.0.6
This commit is contained in:
James Lyne 2022-06-17 13:55:26 +01:00 committed by GitHub
commit 4886f9e955
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 @@
"devDependencies": {
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.1",
"@types/jest-in-case": "^1.0.5",
"@types/jest-in-case": "^1.0.6",
"@types/leaflet": "1.7.11",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.0.0",
@ -1531,9 +1531,9 @@
}
},
"node_modules/@types/jest-in-case": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/jest-in-case/-/jest-in-case-1.0.5.tgz",
"integrity": "sha512-QcIc5IqSVfpl+9jFl4/LlZnAPDNYUfLD+VrvtrK/cOx2CbS7K+FoXGIajiaY3gpFAkBiHGV2PThuWrmaRFE/Tg==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/jest-in-case/-/jest-in-case-1.0.6.tgz",
"integrity": "sha512-2VhZGKiji20QLG0gtcNftDmAaSmxoOLUvPW771ZDfi25IpNATGutn5wBnmqWz1Q7NIR6pqraDqrXXpq75wg/GA==",
"dev": true,
"dependencies": {
"@types/jest": "*",
@ -11069,9 +11069,9 @@
}
},
"@types/jest-in-case": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/jest-in-case/-/jest-in-case-1.0.5.tgz",
"integrity": "sha512-QcIc5IqSVfpl+9jFl4/LlZnAPDNYUfLD+VrvtrK/cOx2CbS7K+FoXGIajiaY3gpFAkBiHGV2PThuWrmaRFE/Tg==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/jest-in-case/-/jest-in-case-1.0.6.tgz",
"integrity": "sha512-2VhZGKiji20QLG0gtcNftDmAaSmxoOLUvPW771ZDfi25IpNATGutn5wBnmqWz1Q7NIR6pqraDqrXXpq75wg/GA==",
"dev": true,
"requires": {
"@types/jest": "*",

View File

@ -26,7 +26,7 @@
"devDependencies": {
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.1",
"@types/jest-in-case": "^1.0.5",
"@types/jest-in-case": "^1.0.6",
"@types/leaflet": "1.7.11",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.0.0",