diff --git a/typescript/optics-deploy/package-lock.json b/typescript/optics-deploy/package-lock.json index 824a0797c..624e71538 100644 --- a/typescript/optics-deploy/package-lock.json +++ b/typescript/optics-deploy/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT OR Apache-2.0", "dependencies": { "@ethersproject/experimental": "^5.3.0", - "@types/node": "^16.4.8", + "@types/node": "^16.4.10", "axios": "^0.21.1", "dotenv": "^10.0.0" }, @@ -735,9 +735,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.4.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.8.tgz", - "integrity": "sha512-VL7RZyCpfYEmbyd3/Eq5RNYhZt7yoL1JThZQ3KzimzhLya2Qa86U1ZZmioNWAAjiz99z1ED1xF9NUV2srvfVrA==" + "version": "16.4.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.10.tgz", + "integrity": "sha512-TmVHsm43br64js9BqHWqiDZA+xMtbUpI1MBIA0EyiBmoV9pcEYFOSdj5fr6enZNfh4fChh+AGOLIzGwJnkshyQ==" }, "node_modules/@types/prettier": { "version": "2.3.2", @@ -1749,9 +1749,9 @@ "dev": true }, "@types/node": { - "version": "16.4.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.8.tgz", - "integrity": "sha512-VL7RZyCpfYEmbyd3/Eq5RNYhZt7yoL1JThZQ3KzimzhLya2Qa86U1ZZmioNWAAjiz99z1ED1xF9NUV2srvfVrA==" + "version": "16.4.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.10.tgz", + "integrity": "sha512-TmVHsm43br64js9BqHWqiDZA+xMtbUpI1MBIA0EyiBmoV9pcEYFOSdj5fr6enZNfh4fChh+AGOLIzGwJnkshyQ==" }, "@types/prettier": { "version": "2.3.2", diff --git a/typescript/optics-deploy/package.json b/typescript/optics-deploy/package.json index 13e088399..e96789722 100644 --- a/typescript/optics-deploy/package.json +++ b/typescript/optics-deploy/package.json @@ -20,7 +20,7 @@ "license": "MIT OR Apache-2.0", "dependencies": { "@ethersproject/experimental": "^5.3.0", - "@types/node": "^16.4.8", + "@types/node": "^16.4.10", "axios": "^0.21.1", "dotenv": "^10.0.0" }