diff --git a/package-lock.json b/package-lock.json index 4ca344ea..44297a17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "minimatch": "^3.0.4" }, "devDependencies": { - "@types/jest": "^27.0.2", + "@types/jest": "^27.4.0", "@types/js-yaml": "^4.0.4", "@types/minimatch": "^3.0.5", "@types/node": "^16.11.7", @@ -1129,9 +1129,9 @@ } }, "node_modules/@types/jest": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz", - "integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==", + "version": "27.4.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz", + "integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==", "dev": true, "dependencies": { "jest-diff": "^27.0.0", @@ -5166,9 +5166,9 @@ } }, "@types/jest": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz", - "integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==", + "version": "27.4.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz", + "integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==", "dev": true, "requires": { "jest-diff": "^27.0.0", diff --git a/package.json b/package.json index a8c0c380..d0c95d86 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "minimatch": "^3.0.4" }, "devDependencies": { - "@types/jest": "^27.0.2", + "@types/jest": "^27.4.0", "@types/node": "^16.11.7", "@types/minimatch": "^3.0.5", "@types/js-yaml": "^4.0.4",