Merge pull request #72 from dangeredwolf/renovate/jest-monorepo

Update dependency @types/jest to ^29.0.2
This commit is contained in:
dangered wolf 2022-09-14 02:33:27 -04:00 committed by GitHub
commit ab971626f7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^3.16.0", "@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.19.0", "@sentry/webpack-plugin": "^1.19.0",
"@types/jest": "^29.0.1", "@types/jest": "^29.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0", "@typescript-eslint/parser": "^5.37.0",
"dotenv": "^16.0.2", "dotenv": "^16.0.2",
@ -1822,9 +1822,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "29.0.1", "version": "29.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==", "integrity": "sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"expect": "^29.0.0", "expect": "^29.0.0",
@ -8687,9 +8687,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "29.0.1", "version": "29.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==", "integrity": "sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"expect": "^29.0.0", "expect": "^29.0.0",

View file

@ -18,7 +18,7 @@
"@cloudflare/workers-types": "^3.16.0", "@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.19.0", "@sentry/webpack-plugin": "^1.19.0",
"@types/jest": "^29.0.1", "@types/jest": "^29.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0", "@typescript-eslint/parser": "^5.37.0",
"dotenv": "^16.0.2", "dotenv": "^16.0.2",