Merge pull request #367 from furality/dependabot/npm_and_yarn/dependencies-04b70afa26

build(deps-dev): bump @types/node from 20.12.12 to 20.12.13 in the dependencies group
This commit is contained in:
F.Y.N.N 2024-05-30 08:02:23 -07:00 committed by GitHub
commit f040a360bc
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.12", "@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0", "@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
@ -454,9 +454,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.12.12", "version": "20.12.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.13.tgz",
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", "integrity": "sha512-gBGeanV41c1L171rR7wjbMiEpEI/l5XFQdLLfhr/REwpgDy/4U8y89+i8kRiLzDyZdOkXh+cRaTetUnCYutoXA==",
"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.12", "@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0", "@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",