diff --git a/action/package-lock.json b/action/package-lock.json index 57169aa..15a5056 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@actions/exec": "^1.1.0", "@types/jest": "^27.0.3", - "@types/node": "^16.11.10", + "@types/node": "^17.0.2", "jest": "^27.4.4", "jest-circus": "^27.4.5", "prettier": "^2.5.1", @@ -941,9 +941,9 @@ } }, "node_modules/@types/node": { - "version": "16.11.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.10.tgz", - "integrity": "sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.2.tgz", + "integrity": "sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA==", "dev": true }, "node_modules/@types/prettier": { @@ -5093,9 +5093,9 @@ } }, "@types/node": { - "version": "16.11.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.10.tgz", - "integrity": "sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.2.tgz", + "integrity": "sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA==", "dev": true }, "@types/prettier": { diff --git a/action/package.json b/action/package.json index bcb9619..d8056ef 100644 --- a/action/package.json +++ b/action/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@actions/exec": "^1.1.0", "@types/jest": "^27.0.3", - "@types/node": "^16.11.10", + "@types/node": "^17.0.2", "jest": "^27.4.4", "jest-circus": "^27.4.5", "prettier": "^2.5.1",