Skip to content

Commit 81124da

Browse files
HERO-10791: upgrade merge to ^2.1.1 to fix CVE (#52)
2 parents daf1f6b + f887215 commit 81124da

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,25 @@
5757
"qunit-dom": "^0.8.0"
5858
},
5959
"resolutions": {
60+
"**/fsevents": "npm:[email protected]",
6061
"@babel/core": "^7.26.9",
61-
"@babel/traverse": "^7.26.9",
62-
"@babel/types": "^7.26.9",
62+
"@babel/helper-define-polyfill-provider": "^0.4.3",
6363
"@babel/plugin-transform-runtime": "^7.26.9",
6464
"@babel/preset-env": "^7.26.9",
65-
"@babel/helper-define-polyfill-provider": "^0.4.3",
65+
"@babel/traverse": "^7.26.9",
66+
"@babel/types": "^7.26.9",
67+
"ansi-html": "0.0.8",
6668
"babel-plugin-polyfill-corejs2": "^0.4.6",
6769
"babel-plugin-polyfill-corejs3": "^0.8.5",
6870
"babel-plugin-polyfill-es-shims": "^0.10.0",
6971
"babel-plugin-polyfill-regenerator": "^0.5.3",
70-
"**/fsevents": "npm:[email protected]",
71-
"cross-spawn": "7.0.5",
72-
"path-to-regexp": "0.1.12",
73-
"ansi-html": "0.0.8",
7472
"braces": "3.0.3",
73+
"cross-spawn": "7.0.5",
74+
"http-cache-semantics": "4.1.1",
7575
"json5": "1.0.2",
76-
"terser": "4.8.1",
77-
"http-cache-semantics": "4.1.1"
76+
"merge": "^2.1.1",
77+
"path-to-regexp": "0.1.12",
78+
"terser": "4.8.1"
7879
},
7980
"engines": {
8081
"node": "6.* || 8.* || >= 10.*"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6730,10 +6730,10 @@ merge2@^1.2.3, merge2@^1.3.0:
67306730
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
67316731
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
67326732

6733-
merge@^1.2.0:
6734-
version "1.2.1"
6735-
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
6736-
integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
6733+
merge@^1.2.0, merge@^2.1.1:
6734+
version "2.1.1"
6735+
resolved "https://registry.yarnpkg.com/merge/-/merge-2.1.1.tgz#59ef4bf7e0b3e879186436e8481c06a6c162ca98"
6736+
integrity sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==
67376737

67386738
methods@~1.1.2:
67396739
version "1.1.2"

0 commit comments

Comments
 (0)