Skip to content

Commit f5cbd69

Browse files
authored
Feature/ri 7274 updating dependencies before the release (#4848)
* RI-7274 - updating dependencies before the release * RI-7274 - updating dependencies before the release * RI-7274 - updating dependencies before the release - API's high vulnerability * RI-7274 - updating dependencies before the release - Dockerfile node version
1 parent 8f7b6d7 commit f5cbd69

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# the best way to minimize the number of node_module restores and build steps
77
# while still keeping the final image small.
88

9-
FROM node:20.14-alpine as build
9+
FROM node:20.19.4-alpine as build
1010

1111
# update apk repository and install build dependencies
1212
RUN apk update && apk add --no-cache --virtual .gyp \
@@ -43,7 +43,7 @@ RUN yarn --cwd ./redisinsight/api install --production
4343
COPY ./redisinsight/api/.yarnclean.prod ./redisinsight/api/.yarnclean
4444
RUN yarn --cwd ./redisinsight/api autoclean --force
4545

46-
FROM node:20.14-alpine
46+
FROM node:20.19.4-alpine
4747

4848
# runtime args and environment variables
4949
ARG NODE_ENV=production

redisinsight/api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"winston-daily-rotate-file/**/file-stream-rotator": "^1.0.0",
5151
"**/form-data": "^4.0.4",
5252
"form-data": "^4.0.4",
53-
"supertest/**/form-data": "^4.0.4"
53+
"supertest/**/form-data": "^4.0.4",
54+
"**/multer": "^2.0.2"
5455
},
5556
"dependencies": {
5657
"@nestjs/common": "^11.0.20",

redisinsight/api/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5967,10 +5967,10 @@ ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
59675967
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
59685968
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
59695969

5970-
5971-
version "2.0.1"
5972-
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.1.tgz#3ed335ed2b96240e3df9e23780c91cfcf5d29202"
5973-
integrity sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==
5970+
[email protected], multer@^2.0.2:
5971+
version "2.0.2"
5972+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.2.tgz#08a8aa8255865388c387aaf041426b0c87bf58dd"
5973+
integrity sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==
59745974
dependencies:
59755975
append-field "^1.0.0"
59765976
busboy "^1.6.0"

0 commit comments

Comments
 (0)