Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-04 09:54:10 +0300
committerGitHub <noreply@github.com>2021-08-04 09:54:10 +0300
commit93bf0a949ccc0c02c9fc76e63e29d9a97cfd7d7c (patch)
tree19ac0d5ab29ae1bf4426a0756b2b0b44eda24006
parent5851d20ae66688226cc419b29efb89ca35a93fb4 (diff)
Build(deps): Bump tar from 6.1.1 to 6.1.3 (#417)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.1 to 6.1.3. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.1...v6.1.3) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 6be5cff..01ca783 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9711,9 +9711,9 @@
"dev": true
},
"tar": {
- "version": "6.1.1",
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.1.tgz",
- "integrity": "sha512-GG0R7yt/CQkvG4fueXDi52Zskqxe2AyRJ+Wm54yqarnBgcX3qRIWh10qLVAAN+mlPFGTfP5UxvD3Fbi11UOTUQ==",
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.3.tgz",
+ "integrity": "sha512-3rUqwucgVZXTeyJyL2jqtUau8/8r54SioM1xj3AmTX3HnWQdj2AydfJ2qYYayPyIIznSplcvU9mhBb7dR2XF3w==",
"dev": true,
"requires": {
"chownr": "^2.0.0",