Skip to content

Commit 6234ce9

Browse files
Bump @nestjs/common from 11.0.9 to 11.0.10
Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 11.0.9 to 11.0.10. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.0.10/packages/common) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d2bfd7 commit 6234ce9

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@eslint/js": "^9.20.0",
27-
"@nestjs/common": "11.0.9",
27+
"@nestjs/common": "11.0.10",
2828
"@nestjs/core": "11.0.9",
2929
"@nestjs/platform-express": "11.0.9",
3030
"@nestjs/testing": "11.0.9",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -977,10 +977,10 @@
977977
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
978978
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==
979979

980-
"@nestjs/[email protected].9":
981-
version "11.0.9"
982-
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-11.0.9.tgz#d85a2a59eed8bdce9457f2a80e7555fb018299cc"
983-
integrity sha512-+SKMYQE7O55tJGQVibnAlR9sXRBCF/8gM1cILdLT7cLj7+51NYD7eAHuAcGYiQIyXsTehZoO7C+B7S3ibNi3aw==
980+
"@nestjs/[email protected].10":
981+
version "11.0.10"
982+
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-11.0.10.tgz#c300168171896d0ae7d189e5237ab6c30d1b64ef"
983+
integrity sha512-pzGXp14KF2Q4CDZGQgPK4l8zEg7i6cNkb+10yc8ZA5K41cLe3ZbWW1YxtY2e/glHauOJwTLSVjH4tiRVtOTizg==
984984
dependencies:
985985
uid "2.0.2"
986986
iterare "1.2.1"
@@ -4244,16 +4244,11 @@ [email protected]:
42444244
minimist "^1.2.6"
42454245
strip-bom "^3.0.0"
42464246

4247-
4247+
[email protected], tslib@^2.1.0:
42484248
version "2.8.1"
42494249
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
42504250
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
42514251

4252-
tslib@^2.1.0:
4253-
version "2.6.0"
4254-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
4255-
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
4256-
42574252
type-check@^0.4.0, type-check@~0.4.0:
42584253
version "0.4.0"
42594254
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)