Bump @types/node from 17.0.16 to 17.0.17 in /examples/eth-pm (#514)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 11:28:32 +11:00 committed by GitHub
parent a46b0e3f9e
commit 54d049f382
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.16",
"@types/node": "^17.0.17",
"cra-webpack-rewired": "^1.0.1",
"cspell": "^5.18.4",
"eslint": "^8.8.0",
@ -4661,9 +4661,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "17.0.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.16.tgz",
"integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA=="
"version": "17.0.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz",
"integrity": "sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw=="
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
@ -22662,9 +22662,9 @@
"dev": true
},
"@types/node": {
"version": "17.0.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.16.tgz",
"integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA=="
"version": "17.0.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz",
"integrity": "sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

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