Skip to content

Commit

Permalink
fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranAtTeamForm committed Sep 11, 2024
1 parent 33a7770 commit bcc9ad9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 99 deletions.
127 changes: 33 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orcs-design-system",
"version": "3.2.38",
"version": "3.2.39",
"engines": {
"node": "20.12.2"
},
Expand Down Expand Up @@ -152,14 +152,18 @@
"postcss": "^8.4.31",
"react-scripts": "5.0.1",
"remark-parse": "10.0.2",
"react": "$react",
"react-dom": "$react-dom",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "5.2.2",
"webpack-dev-middleware": "6.1.2",
"ws": "8.17.1",
"react-router-dom":{
"express": {
"path-to-regexp": "0.1.10"
}
},
"react-router": {
"path-to-regexp": "8.0.0"
},
"send": "0.19.0"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit bcc9ad9

Please sign in to comment.