fix: upgrade @types/node from 16.4.8 to 16.4.10 (#627)

Snyk has created this PR to upgrade @types/node from 16.4.8 to 16.4.10.

See this package in npm:
https://www.npmjs.com/package/@types/node

See this project in Snyk:
https://app.snyk.io/org/bspeckien-clabs/project/eb3e9254-48ea-400d-a625-3221cb56c192?utm_source=github&utm_medium=upgrade-pr
buddies-main-deployment
Snyk bot 3 years ago committed by GitHub
parent 07a9c0e394
commit bd05827afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      typescript/optics-deploy/package-lock.json
  2. 2
      typescript/optics-deploy/package.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",

@ -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"
}

Loading…
Cancel
Save