Skip to content

Commit 8c6d071

Browse files
fix(deps): bump tar from 7.4.0 to 7.4.3 (#116)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.0 to 7.4.3. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.4.0...v7.4.3) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f43ef4 commit 8c6d071

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lwc": "7.1.2",
1919
"lwr": "0.13.3",
2020
"node-fetch": "^3.3.2",
21-
"tar": "^7.4.0"
21+
"tar": "^7.4.3"
2222
},
2323
"devDependencies": {
2424
"@oclif/plugin-command-snapshot": "^5.2.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14957,10 +14957,10 @@ tar@6.2.1:
1495714957
mkdirp "^1.0.3"
1495814958
yallist "^4.0.0"
1495914959

14960-
tar@^7.4.0:
14961-
version "7.4.0"
14962-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.0.tgz#e513afef5ba20ce250fd99397b4599db07d06443"
14963-
integrity sha512-XQs0S8fuAkQWuqhDeCdMlJXDX80D7EOVLDPVFkna9yQfzS+PHKgfxcei0jf6/+QAWcjqrnC8uM3fSAnrQl+XYg==
14960+
tar@^7.4.3:
14961+
version "7.4.3"
14962+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.3.tgz#88bbe9286a3fcd900e94592cda7a22b192e80571"
14963+
integrity sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==
1496414964
dependencies:
1496514965
"@isaacs/fs-minipass" "^4.0.0"
1496614966
chownr "^3.0.0"

0 commit comments

Comments
 (0)