Skip to content

Commit 91ba808

Browse files
build(deps-dev): bump tar from 6.0.5 to 6.1.9
Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.9. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.0.5...v6.1.9) --- updated-dependencies: - dependency-name: tar dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1fdd255 commit 91ba808

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
"stylelint-config-css-modules": "^2.2.0",
130130
"stylelint-config-prettier": "^8.0.1",
131131
"stylelint-config-recommended": "^5.0.0",
132-
"tar": "^6.0.5"
132+
"tar": "^6.1.9"
133133
}
134134
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7401,10 +7401,10 @@ table@^6.5.1:
74017401
string-width "^4.2.0"
74027402
strip-ansi "^6.0.0"
74037403

7404-
tar@^6.0.5:
7405-
version "6.0.5"
7406-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f"
7407-
integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==
7404+
tar@^6.1.9:
7405+
version "6.1.9"
7406+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.9.tgz#5646ef51342ac55456b2466e44da810439978db1"
7407+
integrity sha512-XjLaMNl76o07zqZC/aW4lwegdY07baOH1T8w3AEfrHAdyg/oYO4ctjzEBq9Gy9fEP9oHqLIgvx6zuGDGe+bc8Q==
74087408
dependencies:
74097409
chownr "^2.0.0"
74107410
fs-minipass "^2.0.0"

0 commit comments

Comments
 (0)