Skip to content

Commit

Permalink
[1.x] Updating dependencies to resolve CVE (#554)
Browse files Browse the repository at this point in the history
* upgrade loader-utils for CVE-2022-37601

Signed-off-by: Rupal Mahajan <[email protected]>

* Update async for CVE-2021-43138

Signed-off-by: Rupal Mahajan <[email protected]>

* Fix cross-fetch for CVE-2022-1365

Signed-off-by: Rupal Mahajan <[email protected]>

* Fix for CVE-2022-37599, CVE-2022-37603

Signed-off-by: Rupal Mahajan <[email protected]>

* Update terser for CVE-2022-25858

Signed-off-by: Rupal Mahajan <[email protected]>

* Update minimatch for CVE-2022-3517

Signed-off-by: Rupal Mahajan <[email protected]>

* Update moment for CVE-2022-24785

Signed-off-by: Rupal Mahajan <[email protected]>

* Update jsdom for CVE-2021-20066

Signed-off-by: Rupal Mahajan <[email protected]>

* Update execa for GMS-2020-2

Signed-off-by: Rupal Mahajan <[email protected]>

* Update qs for CVE-2022-24999

Signed-off-by: Rupal Mahajan <[email protected]>

* Update moment for CVE-2022-31129

Signed-off-by: Rupal Mahajan <[email protected]>

Signed-off-by: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq authored Dec 1, 2022
1 parent ccdd4ae commit e9eeca1
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 292 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"enzyme-adapter-react-16": "^1.15.2",
"jest-fetch-mock": "^3.0.3",
"jquery": "^3.5.0",
"jsdom": "13.1.0",
"jsdom": "^16.5.0",
"json-2-csv": "^3.7.6",
"puppeteer-core": "^13.7.0",
"react-addons-test-utils": "^15.6.2",
Expand Down Expand Up @@ -72,6 +72,7 @@
"ansi-regex": "5.0.1",
"json-schema": "0.4.0",
"ws": "^7.4.6",
"minimist": "^1.2.6"
"minimist": "^1.2.6",
"execa": "^4.0.2"
}
}
Loading

0 comments on commit e9eeca1

Please sign in to comment.