diff --git a/package-lock.json b/package-lock.json index ed11a471..802ae4ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@types/express": "4.17.13", "@types/fs-extra": "^9.0.13", "@types/glob": "7.2.0", - "@types/jest": "28.1.7", + "@types/jest": "28.1.8", "@types/node": "18.7.11", "@types/node-fetch": "2.6.1", "@types/qs": "6.9.7", @@ -4551,9 +4551,9 @@ } }, "node_modules/@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", + "version": "28.1.8", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.8.tgz", + "integrity": "sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw==", "dev": true, "dependencies": { "expect": "^28.0.0", @@ -20479,9 +20479,9 @@ } }, "@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", + "version": "28.1.8", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.8.tgz", + "integrity": "sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw==", "dev": true, "requires": { "expect": "^28.0.0", diff --git a/package.json b/package.json index c8224693..5a5b15a2 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@types/express": "4.17.13", "@types/fs-extra": "^9.0.13", "@types/glob": "7.2.0", - "@types/jest": "28.1.7", + "@types/jest": "28.1.8", "@types/node": "18.7.11", "@types/node-fetch": "2.6.1", "@types/qs": "6.9.7",