Skip to content

Commit d3a1d57

Browse files
authored
BB2-2842 Update package versions for Snyk (#56)
1 parent 54071e6 commit d3a1d57

File tree

5 files changed

+954
-847
lines changed

5 files changed

+954
-847
lines changed

client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:18.14-slim
1+
FROM node:19.9-slim
22

3-
LABEL version="1.0"
3+
LABEL version="1.1"
44
LABEL description="Demo of a Medicare claims data sample app"
55

66
WORKDIR /client

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"@types/node": "^12.0.0",
99
"@types/react": "^17.0.0",
1010
"@types/react-dom": "^17.0.0",
11-
"axios": "^0.21.2",
11+
"axios": "^1.6.3",
1212
"http-proxy-middleware": "^1.3.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"react-router-dom": "^6.4.2",
1616
"react-scripts": "5.0.1",
17-
"node-sass": "8.0.0",
17+
"node-sass": "9.0.0",
1818
"typescript": "^4.8.4",
1919
"web-vitals": "^3.0.3"
2020
},

0 commit comments

Comments
 (0)