Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexy 4863 - SNYK vulnerability fixes #865

Closed
wants to merge 9 commits into from
Closed
359 changes: 269 additions & 90 deletions packages/flex-dev-utils/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/flex-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ora": "^5.4.1",
"package-json": "^6.5.0",
"qs": "^6.10.3",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"semver": "^7.3.5",
"string-width": "^4.2.3",
"table": "^6.7.3",
Expand Down
3,008 changes: 2,881 additions & 127 deletions packages/flex-plugin-e2e-tests/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/flex-plugin-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"axios": "^0.24.0",
"lodash": "4.17.21",
"package-json": "^7.0.0",
"puppeteer": "^19.2.2",
"puppeteer": "^18.2.0",
"replace-in-file": "^6.3.2",
"semver": "^7.3.5"
},
Expand Down
16,418 changes: 13,637 additions & 2,781 deletions packages/flex-plugin-scripts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/flex-plugin-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react-redux": "5.0.22",
"emotion": "9.2.12",
"esm": "^3.2.25",
"jest": "26.6.3",
"jest": "27.0.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.1",
"react": "^16",
Expand Down
10,257 changes: 3,733 additions & 6,524 deletions packages/flex-plugin-webpack/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/flex-plugin-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"tapable": "^1.1.3",
"terser-webpack-plugin": "^2.3.8",
"terser-webpack-plugin": "^5.0.0",
"ts-pnp": "^1.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1"
"webpack": "^5.1.1",
"webpack-dev-server": "^4.0.0"
},
"devDependencies": {
"@types/dotenv-webpack": "^6.0.0",
Expand Down
17,288 changes: 14,765 additions & 2,523 deletions packages/plugin-flex/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-flex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lodash.startcase": "^4.4.0",
"mkdirp": "^1.0.4",
"package-json": "^7.0.0",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
Loading