diff options
author | zeripath <art27@cantab.net> | 2021-08-05 05:14:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 00:14:27 -0400 |
commit | 3a1332c326a4700e54e7bd6a0ef2bd050a6910b2 (patch) | |
tree | a3cfb65c84c91d1aec65871bc896b82994a659f2 /package-lock.json | |
parent | 806aa870cb7408e8b5a2335f94e4233841777fd5 (diff) | |
download | gitea-3a1332c326a4700e54e7bd6a0ef2bd050a6910b2.tar.gz gitea-3a1332c326a4700e54e7bd6a0ef2bd050a6910b2.zip |
Update node tar dependency to 6.1.6 (#16622)
Forcibly update dev dependency on tar to 6.1.6
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 43f1b6f45f..27080929a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12076,9 +12076,9 @@ } }, "node_modules/tar": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", - "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.6.tgz", + "integrity": "sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==", "dev": true, "dependencies": { "chownr": "^2.0.0", @@ -23018,9 +23018,9 @@ "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==" }, "tar": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", - "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.6.tgz", + "integrity": "sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==", "dev": true, "requires": { "chownr": "^2.0.0", |