Merge pull request #158 from furality/dependabot/npm_and_yarn/types/node-20.8.8

build(deps-dev): bump @types/node from 20.8.7 to 20.8.8
This commit is contained in:
F.Y.N.N 2023-10-24 07:33:48 -07:00 committed by GitHub
commit b3cc6947a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@nestjs/common": "^10.2.7",
"@nestjs/core": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
@ -360,9 +360,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.8.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz",
"integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==",
"version": "20.8.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.8.tgz",
"integrity": "sha512-YRsdVxq6OaLfmR9Hy816IMp33xOBjfyOgUd77ehqg96CFywxAPbDbXvAsuN2KVg2HOT8Eh6uAfU+l4WffwPVrQ==",
"dev": true,
"dependencies": {
"undici-types": "~5.25.1"

View file

@ -33,7 +33,7 @@
"@nestjs/common": "^10.2.7",
"@nestjs/core": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",