Skip to content

Commit fd78c96

Browse files
fix(app-webdir-ui): fixed axios security vulnerability
1 parent d2f7c1a commit fd78c96

File tree

3 files changed

+46
-227
lines changed

3 files changed

+46
-227
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@storybook/theming": "^7.6.14",
6767
"@types/node": "^20.0.0",
6868
"@types/react-dom": "^18.3.0",
69+
"@types/semver": "^7",
6970
"@typescript-eslint/eslint-plugin": "^8.13.0",
7071
"@typescript-eslint/parser": "^8.13.0",
7172
"@vitejs/plugin-react": "^4.3.1",
@@ -100,7 +101,7 @@
100101
"rimraf": "^3.0.2",
101102
"semantic-release": "^22",
102103
"semantic-release-monorepo": "^8.0.2",
103-
"start-server-and-test": "^1.9.1",
104+
"semver": "^7.5.2",
104105
"vite": "^5.3.5",
105106
"webpack": "^5.32.0",
106107
"webpack-bundle-analyzer": "^4.4.1",
@@ -113,7 +114,9 @@
113114
"cosmiconfig": "<9",
114115
"lerna": "^6.6.2",
115116
"react-phone-input-2": "patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch",
116-
"form-data": ">=4.0.4"
117+
"form-data": ">=4.0.4",
118+
"axios": "~1.12.0",
119+
"semver": "^7.5.2"
117120
},
118121
"config": {
119122
"commitizen": {

packages/app-webdir-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@asu/unity-react-core": "^1.0.0",
4242
"@babel/preset-env": "^7.15.0",
4343
"@babel/preset-react": "^7.14.5",
44-
"axios": "^1.6.0",
44+
"axios": "~1.12.0",
4545
"prop-types": "^15.7.2",
4646
"react-router-dom": "^6.2.1",
4747
"styled-components": "^5.3.0"

0 commit comments

Comments
 (0)