Skip to content

Commit 9941101

Browse files
committed
chore: resolutions and dependencies cleanup, address CVEs
Signed-off-by: Tomasz Kania <tomasz.kania@pl.ibm.com>
1 parent a709f8b commit 9941101

2 files changed

Lines changed: 328 additions & 537 deletions

File tree

package.json

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,49 +31,21 @@
3131
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",
3232
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
3333
"cypress": "^13.6.0",
34-
"husky": "^8.0.0",
35-
"lint-staged": "^10.2.0"
34+
"husky": "^8.0.3",
35+
"lint-staged": "^15.2.10"
3636
},
3737
"dependencies": {
3838
"@reduxjs/toolkit": "^1.6.1",
3939
"brace": "0.11.1",
40-
"formik": "^2.2.6",
40+
"formik": "^2.4.9",
4141
"query-string": "^9.4.1",
4242
"react-redux": "^8.1.0",
43-
"react-vis": "^1.8.1"
43+
"react-vis": "^1.12.1"
4444
},
4545
"resolutions": {
4646
"ansi-regex": "^5.0.1",
47-
"async": "^3.2.3",
48-
"fstream": "1.0.12",
49-
"glob-parent": "^5.1.2",
50-
"json-schema": "^0.4.0",
51-
"loader-utils": "1.4.2",
52-
"minimist": "^1.2.6",
53-
"min-document": "^2.19.1",
54-
"moment": "^2.29.4",
55-
"terser": "^4.8.1",
56-
"tough-cookie": "^4.1.3",
57-
"semver": "^5.7.2",
58-
"**/d3-color": "^3.1.0",
59-
"@cypress/request": "^3.0.0",
60-
"braces": "^3.0.3",
61-
"micromatch": "^4.0.8",
62-
"**/cross-spawn": "7.0.6",
63-
"pbkdf2": "^3.1.3",
64-
"cipher-base": "^1.0.7",
65-
"sha.js": "^2.4.12",
66-
"form-data": "4.0.4",
67-
"minimatch": "^3.1.4",
68-
"lodash": "^4.18.0",
69-
"lodash-es": "^4.18.0",
70-
"picomatch": "^2.3.2",
71-
"brace-expansion": "^5.0.5",
72-
"yaml": "^1.10.3",
7347
"qs": "^6.15.2",
74-
"uuid": "^14.0.0",
75-
"bn.js": "^5.2.3",
76-
"serialize-javascript": "^7.0.3"
48+
"uuid": "^11.1.1"
7749
},
7850
"engines": {
7951
"yarn": "^1.21.1"

0 commit comments

Comments
 (0)