Skip to content

Commit 1e6087d

Browse files
authored
fix: Remove CVE-2020-28469 vulnerability by updating the glob-parent package (#4713)
* Update glob-parent and remove it from resolutions * Fix yarn.lock merge
1 parent 6d4cb86 commit 1e6087d

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@azure/msal-node": "^1.18.4",
6363
"axios": "^1.7.2",
6464
"tar": "6.1.9",
65-
"glob-parent": "5.1.2",
6665
"babel-traverse": "npm:@babel/traverse@^7.24.7",
6766
"lodash.pick": "file:overrides/lodash.pick"
6867
},

testing/browser-functional/browser-echo-bot/yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4672,7 +4672,7 @@ get-stream@^6.0.0:
46724672
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
46734673
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
46744674

4675-
glob-parent@^5.1.2, glob-parent@~5.1.2:
4675+
glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2:
46764676
version "5.1.2"
46774677
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
46784678
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4686,13 +4686,6 @@ glob-parent@^6.0.1:
46864686
dependencies:
46874687
is-glob "^4.0.3"
46884688

4689-
glob-parent@~5.1.0:
4690-
version "5.1.1"
4691-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
4692-
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
4693-
dependencies:
4694-
is-glob "^4.0.1"
4695-
46964689
glob-to-regexp@^0.4.1:
46974690
version "0.4.1"
46984691
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6348,13 +6348,20 @@ github-from-package@0.0.0:
63486348
resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce"
63496349
integrity sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==
63506350

6351-
glob-parent@5.1.2, glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^6.0.2, glob-parent@~5.1.2:
6351+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.2:
63526352
version "5.1.2"
63536353
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
63546354
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
63556355
dependencies:
63566356
is-glob "^4.0.1"
63576357

6358+
glob-parent@^6.0.2:
6359+
version "6.0.2"
6360+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
6361+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
6362+
dependencies:
6363+
is-glob "^4.0.3"
6364+
63586365
glob-stream@^8.0.0:
63596366
version "8.0.2"
63606367
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-8.0.2.tgz#09e5818e41c16dd85274d72c7a7158d307426313"

0 commit comments

Comments
 (0)