chore(deps): update dependency @types/node to ^14.14.37 (#28)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-29 12:26:29 +02:00 committed by GitHub
parent 5c75f98e88
commit fe82582791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1454,9 +1454,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "14.14.36", "version": "14.14.37",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.36.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz",
"integrity": "sha512-kjivUwDJfIjngzbhooRnOLhGYz6oRFi+L+EpMjxroDYXwDw9lHrJJ43E+dJ6KAd3V3WxWAJ/qZE9XKYHhjPOFQ==", "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==",
"dev": true "dev": true
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {

View File

@ -32,7 +32,7 @@
"@nestjs/common": "^7.6.15", "@nestjs/common": "^7.6.15",
"@types/express": "^4.17.11", "@types/express": "^4.17.11",
"@types/jest": "^26.0.22", "@types/jest": "^26.0.22",
"@types/node": "^14.14.36", "@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0", "@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0", "eslint": "^7.22.0",