Merge pull request #356 from furality/dependabot/npm_and_yarn/dependencies-bcc0b19a10

build(deps-dev): bump @types/node from 20.12.10 to 20.12.11 in the dependencies group
This commit is contained in:
F.Y.N.N 2024-05-08 07:41:50 -07:00 committed by GitHub
commit 7df7a40fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@nestjs/common": "^10.3.8", "@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8", "@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8", "@nestjs/platform-express": "^10.3.8",
"@types/node": "^20.12.10", "@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0", "@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
@ -460,9 +460,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.12.10", "version": "20.12.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
"integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==", "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"

View file

@ -29,7 +29,7 @@
"@nestjs/common": "^10.3.8", "@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8", "@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8", "@nestjs/platform-express": "^10.3.8",
"@types/node": "^20.12.10", "@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0", "@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",