diff --git a/action/package-lock.json b/action/package-lock.json index 4051c10..ce7f968 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@actions/exec": "^1.1.1", - "@types/jest": "^27.5.1", + "@types/jest": "^28.1.0", "@types/node": "^16.11.33", "jest": "^28.1.0", "jest-circus": "^28.1.0", @@ -1045,9 +1045,9 @@ } }, "node_modules/@types/jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", + "version": "28.1.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", + "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -4433,9 +4433,9 @@ } }, "@types/jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", + "version": "28.1.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", + "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/action/package.json b/action/package.json index 52a9389..02f5647 100644 --- a/action/package.json +++ b/action/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@actions/exec": "^1.1.1", - "@types/jest": "^27.5.1", + "@types/jest": "^28.1.0", "@types/node": "^16.11.33", "jest": "^28.1.0", "jest-circus": "^28.1.0",