Skip to content

Commit d509f30

Browse files
Merge pull request #166 from CMSgov/jamesdemery/bb2-4988-security-updates
BB2-4988: Updates for security
2 parents aad6a11 + f7e42db commit d509f30

3 files changed

Lines changed: 659 additions & 198 deletions

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.22.2-trixie-slim
1+
FROM node:22.23.0-trixie-slim
22

33
ARG BB2-APP_LAUNCH
44

client/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
"@types/react-dom": "^18.2.0",
1111
"@vitejs/plugin-react-swc": "^3.7.2",
1212
"axios": "^1.16.0",
13+
"js-yaml": "^4.3.0",
1314
"micromatch": "4.0.8",
1415
"process": "^0.11.10",
1516
"react": "^18.2.0",
1617
"react-dom": "^18.2.0",
1718
"react-router-dom": "^7.18.0",
1819
"sass": "^1.97.3",
1920
"typescript": "^4.8.4",
20-
"vite-plugin-svgr": "^4.3.0",
21+
"vite-plugin-svgr": "^4.5.0",
2122
"vite-tsconfig-paths": "^5.1.3",
2223
"web-vitals": "^3.0.3"
2324
},
@@ -57,7 +58,7 @@
5758
"@typescript-eslint/eslint-plugin": "^8.46.0",
5859
"@typescript-eslint/parser": "^8.46.0",
5960
"@vitest/coverage-v8": "3.1.2",
60-
"eslint": "^9.37.0",
61+
"eslint": "^9.39.5",
6162
"eslint-config-react-app": "^7.0.1",
6263
"eslint-plugin-react": "^7.37.5",
6364
"jsdom": "^25.0.1",
@@ -67,7 +68,8 @@
6768
"vitest": "^3.1.2"
6869
},
6970
"resolutions": {
70-
"@types/react": "^17.0.2"
71+
"@types/react": "^17.0.2",
72+
"js-yaml": "^4.3.0"
7173
},
7274
"overrides": {
7375
"immutable": "^5.1.5",

0 commit comments

Comments
 (0)