Skip to content

Commit 138343c

Browse files
Bump @nestjs/platform-express from 11.0.9 to 11.0.10
Bumps [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) 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/platform-express) --- updated-dependencies: - dependency-name: "@nestjs/platform-express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d2bfd7 commit 138343c

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
@@ -26,7 +26,7 @@
2626
"@eslint/js": "^9.20.0",
2727
"@nestjs/common": "11.0.9",
2828
"@nestjs/core": "11.0.9",
29-
"@nestjs/platform-express": "11.0.9",
29+
"@nestjs/platform-express": "11.0.10",
3030
"@nestjs/testing": "11.0.9",
3131
"@types/jest": "29.5.14",
3232
"@types/node": "22.13.4",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -998,10 +998,10 @@
998998
path-to-regexp "8.2.0"
999999
tslib "2.8.1"
10001000

1001-
"@nestjs/[email protected].9":
1002-
version "11.0.9"
1003-
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-11.0.9.tgz#c1e479a72cc70de58f2bd26e44b86391d654a4cd"
1004-
integrity sha512-AX3UbVNkK+yB0lxfwjy5krxLZy/bWD2V+3WIbc0btRQVcxGj4LWL0yenbAo0jiAFwW3rKt7SbmMHUuKK6OH5qA==
1001+
"@nestjs/[email protected].10":
1002+
version "11.0.10"
1003+
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-11.0.10.tgz#e11204a517a10579e59ab270194e5bae8df593a1"
1004+
integrity sha512-UVSf0yaWFBC2Zn2FOWABXxCnyG8XNIXrNnvTFpbUFqaJu1YDdwJ7wQBBqxq9CtJT7ILqSmfhOU7HS0d/0EAxpw==
10051005
dependencies:
10061006
cors "2.8.5"
10071007
express "5.0.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)