2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

build(deps-dev): bump @types/node to 15.3.1 (#119)

This commit is contained in:
dependabot[bot] 2021-05-20 15:02:21 +02:00 committed by GitHub
parent ae08cc6e65
commit 07c96e876b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"@types/express": "4.17.11",
"@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.1",
"@types/node": "15.3.0",
"@types/node": "15.3.1",
"@types/server-destroy": "1.0.1",
"axios": "0.21.1",
"editorconfig-checker": "4.0.2",
@ -1658,9 +1658,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.0.tgz",
"integrity": "sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==",
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz",
"integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==",
"dev": true
},
"node_modules/@types/normalize-package-data": {
@ -15515,9 +15515,9 @@
"dev": true
},
"@types/node": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.0.tgz",
"integrity": "sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==",
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz",
"integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==",
"dev": true
},
"@types/normalize-package-data": {

View File

@ -96,7 +96,7 @@
"@types/express": "4.17.11",
"@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.1",
"@types/node": "15.3.0",
"@types/node": "15.3.1",
"@types/server-destroy": "1.0.1",
"axios": "0.21.1",
"editorconfig-checker": "4.0.2",