Skip to content

Commit 6edc9ca

Browse files
build(deps): update dependency @nestjs/cli to v10.3.2 (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51179e3 commit 6edc9ca

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

authorization-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@energyweb/eslint-config": "0.1.0",
6767
"@energyweb/prettier-config": "0.0.1",
6868
"@golevelup/ts-jest": "0.4.0",
69-
"@nestjs/cli": "10.3.1",
69+
"@nestjs/cli": "10.3.2",
7070
"@nestjs/schematics": "10.1.0",
7171
"@nestjs/testing": "10.3.2",
7272
"@types/cookie-parser": "1.4.6",

authorization-server/yarn.lock

+21-6
Original file line numberDiff line numberDiff line change
@@ -1463,17 +1463,17 @@
14631463
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
14641464
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==
14651465

1466-
"@nestjs/[email protected].1":
1467-
version "10.3.1"
1468-
resolved "https://registry.yarnpkg.com/@nestjs/cli/-/cli-10.3.1.tgz#f13af238fd17ce22f5c4a3439828248938aca8e8"
1469-
integrity sha512-xzabUxTdZ7IcNXLzAq1YZgGJkAt6JNeeLVORj8MfMV0io2edgAn5ASn4tIOHvnsmKh6yX1kBaVEhTHiuENlplA==
1466+
"@nestjs/[email protected].2":
1467+
version "10.3.2"
1468+
resolved "https://registry.yarnpkg.com/@nestjs/cli/-/cli-10.3.2.tgz#42d2764ead6633e278c55d42de871b4cc1db002b"
1469+
integrity sha512-aWmD1GLluWrbuC4a1Iz/XBk5p74Uj6nIVZj6Ov03JbTfgtWqGFLtXuMetvzMiHxfrHehx/myt2iKAPRhKdZvTg==
14701470
dependencies:
14711471
"@angular-devkit/core" "17.1.2"
14721472
"@angular-devkit/schematics" "17.1.2"
14731473
"@angular-devkit/schematics-cli" "17.1.2"
14741474
"@nestjs/schematics" "^10.0.1"
14751475
chalk "4.1.2"
1476-
chokidar "3.5.3"
1476+
chokidar "3.6.0"
14771477
cli-table3 "0.6.3"
14781478
commander "4.1.1"
14791479
fork-ts-checker-webpack-plugin "9.0.2"
@@ -3639,7 +3639,22 @@ cheerio@^1.0.0-rc.2:
36393639
parse5 "^7.0.0"
36403640
parse5-htmlparser2-tree-adapter "^7.0.0"
36413641

3642-
[email protected], chokidar@^3.5.3:
3642+
3643+
version "3.6.0"
3644+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
3645+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
3646+
dependencies:
3647+
anymatch "~3.1.2"
3648+
braces "~3.0.2"
3649+
glob-parent "~5.1.2"
3650+
is-binary-path "~2.1.0"
3651+
is-glob "~4.0.1"
3652+
normalize-path "~3.0.0"
3653+
readdirp "~3.6.0"
3654+
optionalDependencies:
3655+
fsevents "~2.3.2"
3656+
3657+
chokidar@^3.5.3:
36433658
version "3.5.3"
36443659
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
36453660
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==

0 commit comments

Comments
 (0)