Bump @types/node from 17.0.18 to 17.0.19 in /examples/eth-pm (#560)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-22 14:33:20 +11:00 committed by GitHub
parent da52903357
commit c1c1858175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@ethersproject/shims": "^5.5.0",
"@types/node": "^17.0.18",
"@types/node": "^17.0.19",
"cra-webpack-rewired": "^1.0.1",
"cspell": "^5.18.4",
"eslint": "^8.9.0",
@ -4661,9 +4661,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "17.0.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz",
"integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA=="
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz",
"integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA=="
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
@ -22662,9 +22662,9 @@
"dev": true
},
"@types/node": {
"version": "17.0.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz",
"integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA=="
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz",
"integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

@ -55,7 +55,7 @@
},
"devDependencies": {
"@ethersproject/shims": "^5.5.0",
"@types/node": "^17.0.18",
"@types/node": "^17.0.19",
"cra-webpack-rewired": "^1.0.1",
"cspell": "^5.18.4",
"eslint": "^8.9.0",