Skip to content

Commit fe8ee4b

Browse files
Merge pull request #137 from CMSgov/jamesdemery/bb2-4642-immutable-version-update
BB2-4642: Update immutable in sample client repo to address vulnerabi…
2 parents 3423967 + f7ff002 commit fe8ee4b

File tree

2 files changed

+212
-182
lines changed

2 files changed

+212
-182
lines changed

client/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"react-router-dom": "^7.13.0",
18-
"sass": "1.72.0",
18+
"sass": "^1.97.3",
1919
"typescript": "^4.8.4",
2020
"vite-plugin-svgr": "^4.3.0",
2121
"vite-tsconfig-paths": "^5.1.3",
@@ -68,5 +68,8 @@
6868
},
6969
"resolutions": {
7070
"@types/react": "^17.0.2"
71+
},
72+
"overrides": {
73+
"immutable": "^5.1.5"
7174
}
7275
}

0 commit comments

Comments
 (0)