Skip to content

Commit 74c21bd

Browse files
ArtemHoruzhenkosnyk-botKristiyan Ivanov
authored
[Snyk] Security upgrade @nestjs/platform-express from 11.1.2 to 11.1.3 (#4613)
* fix: redisinsight/api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 * Update yarn.lock --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Kristiyan Ivanov <[email protected]>
1 parent 4ed7b49 commit 74c21bd

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

redisinsight/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@nestjs/common": "^11.0.20",
5555
"@nestjs/core": "^11.0.20",
5656
"@nestjs/event-emitter": "^3.0.1",
57-
"@nestjs/platform-express": "^11.1.2",
57+
"@nestjs/platform-express": "^11.1.3",
5858
"@nestjs/platform-socket.io": "^11.0.20",
5959
"@nestjs/serve-static": "^5.0.3",
6060
"@nestjs/swagger": "^11.1.3",

redisinsight/api/yarn.lock

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,14 +1451,14 @@
14511451
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.1.0.tgz#b9b536b7c3571567aa1d0223db8baa1a51505a19"
14521452
integrity sha512-W+n+rM69XsFdwORF11UqJahn4J3xi4g/ZEOlJNL6KoW5ygWSmBB2p0S2BZ4FQeS/NDH72e6xIcu35SfJnE8bXw==
14531453

1454-
"@nestjs/platform-express@^11.1.2":
1455-
version "11.1.2"
1456-
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-11.1.2.tgz#e4b2671c74876ff399f50b7a7f36cb4b4c9e35ec"
1457-
integrity sha512-GlNwOT4htRp8RpZ+TpqGtSHwGKw/abdxxBRse40XE2SWs5ikaoujr9Yd+5sJWDNXB4QTftwb+FplXhyk1Ra+4A==
1454+
"@nestjs/platform-express@^11.1.3":
1455+
version "11.1.3"
1456+
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-11.1.3.tgz#bf470f2e270ca9daa930974476dd0d7d62879556"
1457+
integrity sha512-hEDNMlaPiBO72fxxX/CuRQL3MEhKRc/sIYGVoXjrnw6hTxZdezvvM6A95UaLsYknfmcZZa/CdG1SMBZOu9agHQ==
14581458
dependencies:
14591459
cors "2.8.5"
14601460
express "5.1.0"
1461-
multer "2.0.0"
1461+
multer "2.0.1"
14621462
path-to-regexp "8.2.0"
14631463
tslib "2.8.1"
14641464

@@ -3386,16 +3386,6 @@ [email protected]:
33863386
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
33873387
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
33883388

3389-
concat-stream@^1.5.2:
3390-
version "1.6.2"
3391-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
3392-
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
3393-
dependencies:
3394-
buffer-from "^1.0.0"
3395-
inherits "^2.0.3"
3396-
readable-stream "^2.2.2"
3397-
typedarray "^0.0.6"
3398-
33993389
concat-stream@^2.0.0:
34003390
version "2.0.0"
34013391
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"

0 commit comments

Comments
 (0)