From 3b74aae908696c8ffaba495f65a9f4d2b5821811 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 15 Apr 2023 12:51:23 +0000
Subject: [PATCH] Bump tar-fs from 1.15.3 to 1.16.3
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.15.3 to 1.16.3.
- [Release notes](https://github.com/mafintosh/tar-fs/releases)
- [Commits](https://github.com/mafintosh/tar-fs/compare/v1.15.3...v1.16.3)
---
updated-dependencies:
- dependency-name: tar-fs
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
---
package-lock.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 4ce16bf..8b98a50 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -868,13 +868,13 @@
"tar-fs": {
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.3.tgz",
- "integrity": "sha1-7M+TXpQUk9gVECjmNuUc5MPKfyA=",
+ "integrity": "sha512-6AUctOWs1qStZLSujdZBqsW3+wwJH96D65u8dzlspqDfT5tVJBHTviVdo0aABP9ObYI0sCTqm2jEof0WasaK8Q==",
"dev": true,
"requires": {
- "chownr": "1.0.1",
- "mkdirp": "0.5.1",
- "pump": "1.0.2",
- "tar-stream": "1.5.4"
+ "chownr": "^1.0.1",
+ "mkdirp": "^0.5.1",
+ "pump": "^1.0.0",
+ "tar-stream": "^1.1.2"
}
},
"tar-stream": {