fix: upgrade @types/node from 16.4.0 to 16.4.1 (#562)

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

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 534ee25b90
commit 9a596e85ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      typescript/optics-deploy/package-lock.json
  2. 2
      typescript/optics-deploy/package.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.4.0",
"@types/node": "^16.4.1",
"dotenv": "^10.0.0"
},
"devDependencies": {
@ -733,9 +734,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.0.tgz",
"integrity": "sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg=="
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.1.tgz",
"integrity": "sha512-UW7cbLqf/Wu5XH2RKKY1cHwUNLicIDRLMraYKz+HHAerJ0ZffUEk+fMnd8qU2JaS6cAy0r8tsaf7yqHASf/Y0Q=="
},
"node_modules/@types/prettier": {
"version": "2.3.2",
@ -1720,9 +1721,9 @@
"dev": true
},
"@types/node": {
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.0.tgz",
"integrity": "sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg=="
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.1.tgz",
"integrity": "sha512-UW7cbLqf/Wu5XH2RKKY1cHwUNLicIDRLMraYKz+HHAerJ0ZffUEk+fMnd8qU2JaS6cAy0r8tsaf7yqHASf/Y0Q=="
},
"@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.0",
"@types/node": "^16.4.1",
"dotenv": "^10.0.0"
}
}

Loading…
Cancel
Save