Skip to content

Commit 7024851

Browse files
author
Akash Satheesan
authored
chore: update vulnerable dependencies (#2861)
Cherry-pick dependencies with security issues to update. Signed-off-by: Akash Satheesan <[email protected]>
1 parent fa71191 commit 7024851

File tree

3 files changed

+552
-344
lines changed

3 files changed

+552
-344
lines changed

lib/vscode/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -3813,7 +3813,7 @@ fsevents@~2.3.1:
38133813
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
38143814
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
38153815

3816-
fstream@^1.0.2:
3816+
fstream@^1.0.12:
38173817
version "1.0.12"
38183818
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
38193819
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
@@ -8967,12 +8967,12 @@ tar-stream@^2.1.4:
89678967
readable-stream "^3.1.1"
89688968

89698969
tar@^2.2.1:
8970-
version "2.2.1"
8971-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
8972-
integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
8970+
version "2.2.2"
8971+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
8972+
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
89738973
dependencies:
89748974
block-stream "*"
8975-
fstream "^1.0.2"
8975+
fstream "^1.0.12"
89768976
inherits "2"
89778977

89788978
tar@^6.0.2:

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"resolutions": {
7272
"@types/node": "^12.12.7",
7373
"safe-buffer": "^5.1.1",
74-
"vfile-message": "^2.0.2"
74+
"vfile-message": "^2.0.2",
75+
"node-forge": "^0.10.0"
7576
},
7677
"dependencies": {
7778
"@coder/logger": "1.1.16",

0 commit comments

Comments
 (0)