Skip to content

Commit a663fea

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
1 parent ec1f7b8 commit a663fea

File tree

2 files changed

+54
-10
lines changed

2 files changed

+54
-10
lines changed

package-lock.json

Lines changed: 53 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^18.2.0",
1717
"react-router-dom": "^6.4.3",
1818
"react-scripts": "^5.0.1",
19-
"sass": "^1.65.1",
19+
"sass": "^1.79.0",
2020
"web-vitals": "^3.1.0"
2121
},
2222
"scripts": {

0 commit comments

Comments
 (0)