Skip to content

Commit 9b00f54

Browse files
chore(deps-dev): bump @nestjs/core from 10.4.15 to 11.1.18
Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.4.15 to 11.1.18. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/core) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-version: 11.1.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 893539d commit 9b00f54

File tree

2 files changed

+13
-43
lines changed

2 files changed

+13
-43
lines changed

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@nestjs/common": "^10.0.0",
57-
"@nestjs/core": "^10.0.0",
57+
"@nestjs/core": "^11.1.18",
5858
"reflect-metadata": "^0.2.2",
5959
"rxjs": "^7.8.2"
6060
},

yarn.lock

Lines changed: 12 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5406,28 +5406,16 @@
54065406
load-esm "1.0.3"
54075407
tslib "2.8.1"
54085408

5409-
"@nestjs/core@^10.0.0":
5410-
version "10.4.15"
5411-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.4.15.tgz#1343a3395d5c54e9b792608cb75eef39053806d5"
5412-
integrity sha512-UBejmdiYwaH6fTsz2QFBlC1cJHM+3UDeLZN+CiP9I1fRv2KlBZsmozGLbV5eS1JAVWJB4T5N5yQ0gjN8ZvcS2w==
5413-
dependencies:
5414-
uid "2.0.2"
5415-
"@nuxtjs/opencollective" "0.3.2"
5416-
fast-safe-stringify "2.1.1"
5417-
iterare "1.2.1"
5418-
path-to-regexp "3.3.0"
5419-
tslib "2.8.1"
5420-
5421-
"@nestjs/core@^11":
5422-
version "11.1.6"
5423-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.6.tgz#9d54882f121168b2fa2b07fa1db0858161a80626"
5424-
integrity sha512-siWX7UDgErisW18VTeJA+x+/tpNZrJewjTBsRPF3JVxuWRuAB1kRoiJcxHgln8Lb5UY9NdvklITR84DUEXD0Cg==
5409+
"@nestjs/core@^11", "@nestjs/core@^11.1.18":
5410+
version "11.1.18"
5411+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.18.tgz#cf3585bc34fd5fd62d3903b89a5512c456b66eef"
5412+
integrity sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ==
54255413
dependencies:
54265414
uid "2.0.2"
54275415
"@nuxt/opencollective" "0.4.1"
54285416
fast-safe-stringify "2.1.1"
54295417
iterare "1.2.1"
5430-
path-to-regexp "8.2.0"
5418+
path-to-regexp "8.4.2"
54315419
tslib "2.8.1"
54325420

54335421
"@nestjs/platform-express@^11":
@@ -5853,15 +5841,6 @@
58535841
vite-plugin-checker "^0.10.0"
58545842
vue-bundle-renderer "^2.1.1"
58555843

5856-
"@nuxtjs/opencollective@0.3.2":
5857-
version "0.3.2"
5858-
resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz#620ce1044f7ac77185e825e1936115bb38e2681c"
5859-
integrity sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==
5860-
dependencies:
5861-
chalk "^4.1.0"
5862-
consola "^2.15.0"
5863-
node-fetch "^2.6.1"
5864-
58655844
"@nx/nx-darwin-arm64@22.5.0":
58665845
version "22.5.0"
58675846
resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-22.5.0.tgz#290f2ed933b08284492307a6d079b887513dcbff"
@@ -13919,11 +13898,6 @@ connect@^3.6.6, connect@^3.7.0:
1391913898
parseurl "~1.3.3"
1392013899
utils-merge "1.0.1"
1392113900

13922-
consola@^2.15.0:
13923-
version "2.15.3"
13924-
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
13925-
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
13926-
1392713901
consola@^3.2.3, consola@^3.4.0, consola@^3.4.2:
1392813902
version "3.4.2"
1392913903
resolved "https://registry.yarnpkg.com/consola/-/consola-3.4.2.tgz#5af110145397bb67afdab77013fdc34cae590ea7"
@@ -24413,26 +24387,21 @@ path-to-regexp@0.1.12, path-to-regexp@~0.1.12:
2441324387
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
2441424388
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
2441524389

24416-
path-to-regexp@3.3.0:
24417-
version "3.3.0"
24418-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b"
24419-
integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==
24420-
2442124390
path-to-regexp@6.3.0, path-to-regexp@^6.2.1:
2442224391
version "6.3.0"
2442324392
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
2442424393
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
2442524394

24426-
path-to-regexp@8.2.0:
24427-
version "8.2.0"
24428-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4"
24429-
integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==
24430-
24431-
path-to-regexp@8.3.0, path-to-regexp@^8.0.0:
24395+
path-to-regexp@8.3.0:
2443224396
version "8.3.0"
2443324397
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.3.0.tgz#aa818a6981f99321003a08987d3cec9c3474cd1f"
2443424398
integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==
2443524399

24400+
path-to-regexp@8.4.2, path-to-regexp@^8.0.0:
24401+
version "8.4.2"
24402+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.2.tgz#795c420c4f7ca45c5b887366f622ee0c9852cccd"
24403+
integrity sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==
24404+
2443624405
path-to-regexp@^1.5.3, path-to-regexp@^1.7.0:
2443724406
version "1.9.0"
2443824407
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
@@ -28591,6 +28560,7 @@ stylus@0.59.0, stylus@^0.59.0:
2859128560

2859228561
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2859328562
version "3.36.0"
28563+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2859428564
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2859528565
dependencies:
2859628566
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)