Merge pull request #1349 from Binaryify/renovate/node-14.x

chore(deps): update dependency @types/node to v14.17.15
This commit is contained in:
binaryify 2021-09-08 10:01:12 +08:00 committed by GitHub
commit d608f100d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.0.20", "version": "4.0.21",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.0.20", "version": "4.0.21",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
@ -22,7 +22,7 @@
"NeteaseCloudMusicApi": "app.js" "NeteaseCloudMusicApi": "app.js"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "14.17.9", "@types/node": "14.17.15",
"@typescript-eslint/eslint-plugin": "4.30.0", "@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0", "@typescript-eslint/parser": "4.30.0",
"eslint": "7.32.0", "eslint": "7.32.0",
@ -236,9 +236,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "14.17.9", "version": "14.17.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.9.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.15.tgz",
"integrity": "sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g==" "integrity": "sha512-D1sdW0EcSCmNdLKBGMYb38YsHUS6JcM7yQ6sLQ9KuZ35ck7LYCKE7kYFHOO59ayFOY3zobWVZxf4KXhYHcHYFA=="
}, },
"node_modules/@types/parse-json": { "node_modules/@types/parse-json": {
"version": "4.0.0", "version": "4.0.0",
@ -5904,9 +5904,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "14.17.9", "version": "14.17.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.9.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.15.tgz",
"integrity": "sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g==" "integrity": "sha512-D1sdW0EcSCmNdLKBGMYb38YsHUS6JcM7yQ6sLQ9KuZ35ck7LYCKE7kYFHOO59ayFOY3zobWVZxf4KXhYHcHYFA=="
}, },
"@types/parse-json": { "@types/parse-json": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -54,7 +54,7 @@
"tunnel": "^0.0.6" "tunnel": "^0.0.6"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "14.17.9", "@types/node": "14.17.15",
"@typescript-eslint/eslint-plugin": "4.30.0", "@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0", "@typescript-eslint/parser": "4.30.0",
"eslint": "7.32.0", "eslint": "7.32.0",