fix: upgrade @types/node from 16.3.3 to 16.4.0 (#551)

Snyk has created this PR to upgrade @types/node from 16.3.3 to 16.4.0.

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 c93aa40cfb
commit 1286af8d15
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.3.3",
"@types/node": "^16.4.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
@ -734,9 +734,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "16.3.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.3.tgz",
"integrity": "sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ=="
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.0.tgz",
"integrity": "sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg=="
},
"node_modules/@types/prettier": {
"version": "2.3.2",
@ -1721,9 +1721,9 @@
"dev": true
},
"@types/node": {
"version": "16.3.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.3.tgz",
"integrity": "sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ=="
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.0.tgz",
"integrity": "sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg=="
},
"@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.3.3",
"@types/node": "^16.4.0",
"dotenv": "^10.0.0"
}
}

Loading…
Cancel
Save