diff --git a/typescript/optics-deploy/package-lock.json b/typescript/optics-deploy/package-lock.json index 4aa88c53b..f62dc0c7c 100644 --- a/typescript/optics-deploy/package-lock.json +++ b/typescript/optics-deploy/package-lock.json @@ -5,11 +5,12 @@ "requires": true, "packages": { "": { + "name": "optics-deploy", "version": "1.0.0", "license": "MIT OR Apache-2.0", "dependencies": { "@ethersproject/experimental": "^5.3.0", - "@types/node": "^16.3.2", + "@types/node": "^16.3.3", "dotenv": "^10.0.0" }, "devDependencies": { @@ -733,9 +734,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.2.tgz", - "integrity": "sha512-jJs9ErFLP403I+hMLGnqDRWT0RYKSvArxuBVh2veudHV7ifEC1WAmjJADacZ7mRbA2nWgHtn8xyECMAot0SkAw==" + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.3.tgz", + "integrity": "sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ==" }, "node_modules/@types/prettier": { "version": "2.3.2", @@ -1720,9 +1721,9 @@ "dev": true }, "@types/node": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.2.tgz", - "integrity": "sha512-jJs9ErFLP403I+hMLGnqDRWT0RYKSvArxuBVh2veudHV7ifEC1WAmjJADacZ7mRbA2nWgHtn8xyECMAot0SkAw==" + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.3.tgz", + "integrity": "sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ==" }, "@types/prettier": { "version": "2.3.2", diff --git a/typescript/optics-deploy/package.json b/typescript/optics-deploy/package.json index 2b6ea7e10..5130d3f10 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.3.2", + "@types/node": "^16.3.3", "dotenv": "^10.0.0" } }