chore(deps): update dependency @nestjs/cli to v10.3.2

This commit is contained in:
renovate[bot] 2024-02-07 13:27:56 +00:00 committed by GitHub
parent fb21bd8e8c
commit 950f103fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 6 deletions

34
package-lock.json generated
View file

@ -64,7 +64,7 @@
"typeorm": "0.3.20"
},
"devDependencies": {
"@nestjs/cli": "10.3.1",
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.0",
"@nestjs/testing": "10.3.1",
"@types/cookie-parser": "1.4.6",
@ -1949,9 +1949,9 @@
}
},
"node_modules/@nestjs/cli": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-10.3.1.tgz",
"integrity": "sha512-xzabUxTdZ7IcNXLzAq1YZgGJkAt6JNeeLVORj8MfMV0io2edgAn5ASn4tIOHvnsmKh6yX1kBaVEhTHiuENlplA==",
"version": "10.3.2",
"resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-10.3.2.tgz",
"integrity": "sha512-aWmD1GLluWrbuC4a1Iz/XBk5p74Uj6nIVZj6Ov03JbTfgtWqGFLtXuMetvzMiHxfrHehx/myt2iKAPRhKdZvTg==",
"dev": true,
"dependencies": {
"@angular-devkit/core": "17.1.2",
@ -1959,7 +1959,7 @@
"@angular-devkit/schematics-cli": "17.1.2",
"@nestjs/schematics": "^10.0.1",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"cli-table3": "0.6.3",
"commander": "4.1.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
@ -2041,6 +2041,30 @@
"yarn": ">= 1.13.0"
}
},
"node_modules/@nestjs/cli/node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dev": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/@nestjs/cli/node_modules/minimatch": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",

View file

@ -81,7 +81,7 @@
"typeorm": "0.3.20"
},
"devDependencies": {
"@nestjs/cli": "10.3.1",
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.0",
"@nestjs/testing": "10.3.1",
"@types/cookie-parser": "1.4.6",