Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit 8707605

Browse files
chore(deps): [security] bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.** - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](isaacs/node-tar@v2.2.1...v2.2.2)
1 parent 08ab06e commit 8707605

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,10 +1662,10 @@ fs.realpath@^1.0.0:
16621662
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
16631663
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
16641664

1665-
fstream@^1.0.0, fstream@^1.0.2:
1666-
version "1.0.11"
1667-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
1668-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
1665+
fstream@^1.0.0, fstream@^1.0.12:
1666+
version "1.0.12"
1667+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
1668+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
16691669
dependencies:
16701670
graceful-fs "^4.1.2"
16711671
inherits "~2.0.0"
@@ -1790,7 +1790,7 @@ glob-to-regexp@^0.3.0:
17901790
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
17911791
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
17921792

1793-
glob@^7.0.3, glob@^7.1.1, glob@^7.1.3:
1793+
glob@^7.0.3, glob@^7.1.1:
17941794
version "7.1.3"
17951795
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
17961796
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -1802,6 +1802,18 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.3:
18021802
once "^1.3.0"
18031803
path-is-absolute "^1.0.0"
18041804

1805+
glob@^7.1.3:
1806+
version "7.1.4"
1807+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
1808+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
1809+
dependencies:
1810+
fs.realpath "^1.0.0"
1811+
inflight "^1.0.4"
1812+
inherits "2"
1813+
minimatch "^3.0.4"
1814+
once "^1.3.0"
1815+
path-is-absolute "^1.0.0"
1816+
18051817
global-dirs@^0.1.0:
18061818
version "0.1.1"
18071819
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -4917,12 +4929,12 @@ synchronous-promise@^2.0.6:
49174929
integrity sha512-16GbgwTmFMYFyQMLvtQjvNWh30dsFe1cAW5Fg1wm5+dg84L9Pe36mftsIRU95/W2YsISxsz/xq4VB23sqpgb/A==
49184930

49194931
tar@^2.0.0:
4920-
version "2.2.1"
4921-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
4922-
integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
4932+
version "2.2.2"
4933+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
4934+
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
49234935
dependencies:
49244936
block-stream "*"
4925-
fstream "^1.0.2"
4937+
fstream "^1.0.12"
49264938
inherits "2"
49274939

49284940
tar@^4.4.8:

0 commit comments

Comments
 (0)