Update dependency @types/node to v14.14.25

This commit is contained in:
Renovate Bot 2021-02-04 09:07:06 +00:00
parent d64262676a
commit 3b5a8bac25
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.2",
"version": "4.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -132,9 +132,9 @@
"dev": true
},
"@types/node": {
"version": "14.14.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.21.tgz",
"integrity": "sha512-cHYfKsnwllYhjOzuC5q1VpguABBeecUp24yFluHpn/BQaVxB1CuQ1FSRZCzrPxrkIfWISXV2LbeoBthLWg0+0A=="
"version": "14.14.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz",
"integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

@ -46,7 +46,7 @@
"tunnel": "^0.0.6"
},
"devDependencies": {
"@types/node": "14.14.21",
"@types/node": "14.14.25",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"eslint": "7.18.0",