Skip to content

Commit

Permalink
chore: fix vulnerabilities (#224)
Browse files Browse the repository at this point in the history
* Upgrade webpack-cli and webpack-dev-server

* Upgrade storybook packages

* Resolve to express 4.21.0

* Revert lock changes

* Upgrade webpack-dev-server

* Upgrade storybook

* Try to skip nx cache

* Upgrade babel-loader

* Upgrade babel packages

* Try to call yarn nx reset

* Remove nx reset

* Revert "Remove nx reset"

This reverts commit 6667b25.

* Remove nx reset

* Update yarn.lock

* Temporarily remove restore cache step

* Re-add restore cache step
  • Loading branch information
luca-gr4vy authored Sep 18, 2024
1 parent 02f3621 commit fdafb76
Show file tree
Hide file tree
Showing 3 changed files with 1,083 additions and 1,699 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@peculiar/webcrypto": "^1.4.3",
Expand All @@ -39,7 +39,7 @@
"auto": "^11.1.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"css-loader": "^6.8.1",
"dotenv-webpack": "^6.0.0",
"enzyme": "^3.11.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.2.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
"webpack-dev-server": "^5.1.0"
},
"resolutions": {
"braces": "^3.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/embed-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addons": "^7.5.3",
"@storybook/cli": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addons": "^7.6.20",
"@storybook/cli": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-webpack5": "^7.6.20",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
Loading

0 comments on commit fdafb76

Please sign in to comment.