diff --git a/action/package-lock.json b/action/package-lock.json index 615f7d2f..655aadf1 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.1", - "@types/node": "^16.7.10", + "@types/node": "^16.7.11", "jest": "^27.1.0", "jest-circus": "^27.1.0", "prettier": "^2.3.2", @@ -932,9 +932,9 @@ } }, "node_modules/@types/node": { - "version": "16.7.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", - "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==", + "version": "16.7.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.11.tgz", + "integrity": "sha512-OtOGO+DYmNNqJQG9HG4e5a6iqoRcNfdCf4ha3div7XF5w/uOa3YVpb5aRGClwSDKLmfOysv2hFIvoklffnQi4w==", "dev": true }, "node_modules/@types/prettier": { @@ -4817,9 +4817,9 @@ } }, "@types/node": { - "version": "16.7.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", - "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==", + "version": "16.7.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.11.tgz", + "integrity": "sha512-OtOGO+DYmNNqJQG9HG4e5a6iqoRcNfdCf4ha3div7XF5w/uOa3YVpb5aRGClwSDKLmfOysv2hFIvoklffnQi4w==", "dev": true }, "@types/prettier": { diff --git a/action/package.json b/action/package.json index 60dc33d9..78f35655 100644 --- a/action/package.json +++ b/action/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@actions/exec": "^1.1.0", "@types/jest": "^27.0.1", - "@types/node": "^16.7.10", + "@types/node": "^16.7.11", "jest": "^27.1.0", "jest-circus": "^27.1.0", "prettier": "^2.3.2",