Update @types/node from 14.18.3 to 16.18.58

This commit is contained in:
CosminPerRam 2023-10-16 23:55:12 +03:00
parent eab3af71f3
commit 6719fdc139
3 changed files with 10 additions and 9 deletions

View File

@ -16,6 +16,7 @@
* Updated [got](https://github.com/sindresorhus/got) from 12.1 to 13.
* Updated [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8.
* Updated [long](https://github.com/dcodeIO/long.js) from 5.2.0 to 5.2.3.
* Updated @types/node from 14.18.13 to 16.18.58.
* Added eslint which spotted some unused variables and other lints.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)

16
package-lock.json generated
View File

@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^14.18.13",
"@types/node": "^16.18.58",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
@ -32,7 +32,7 @@
"eslint-plugin-promise": "^6.1.1"
},
"engines": {
"node": ">=14.17.0"
"node": ">=16.20.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -211,9 +211,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "14.18.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.13.tgz",
"integrity": "sha512-Z6/KzgyWOga3pJNS42A+zayjhPbf2zM3hegRQaOPnLOzEi86VV++6FLDWgR1LGrVCRufP/ph2daa3tEa5br1zA==",
"version": "16.18.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.58.tgz",
"integrity": "sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==",
"dev": true
},
"node_modules/acorn": {
@ -3213,9 +3213,9 @@
"dev": true
},
"@types/node": {
"version": "14.18.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.13.tgz",
"integrity": "sha512-Z6/KzgyWOga3pJNS42A+zayjhPbf2zM3hegRQaOPnLOzEi86VV++6FLDWgR1LGrVCRufP/ph2daa3tEa5br1zA==",
"version": "16.18.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.58.tgz",
"integrity": "sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==",
"dev": true
},
"acorn": {

View File

@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^14.18.13",
"@types/node": "^16.18.58",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",