Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1066fa1

Browse files
authored
Merge pull request #95 from topcoder-platform/CORE-419-security-fix
CORE-419 Reduce critical vulnerabilities in mfe-core
2 parents 2d18134 + 5f3be68 commit 1066fa1

File tree

6 files changed

+14579
-26541
lines changed

6 files changed

+14579
-26541
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.11.7-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt update
99
sudo apt install jq
1010
sudo apt install python3-pip
1111
sudo pip3 install awscli --upgrade
12-
sudo pip3 install docker-compose
1312
install_deploysuite: &install_deploysuite
1413
name: Installation of install_deploysuite.
1514
command: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.0
1+
21.6.0

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:10.22.1
2+
FROM node:21.6.0
33

44
ARG APPMODE
55
ARG APPENV

0 commit comments

Comments
 (0)