diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-18 17:06:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 17:06:20 +0000 |
commit | 980dc9594f2f07dbf5c90a3166ec80127d9d6ca1 (patch) | |
tree | edcea4e469cff7055fda6f2a69f3db7282a92570 | |
parent | 6f073e7cc61867f57c7725b37fc320fd19ff5bce (diff) | |
download | compiler-explorer-gh-9971.tar.gz compiler-explorer-gh-9971.zip |
fix(deps): update dependency tar-stream to ^3.1.6gh-9971
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index b08ca6e6a..d50604473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "serve-favicon": "^2.4.5", "shell-quote": "^1.7.3", "systemd-socket": "0.0.0", - "tar-stream": "^3.0.0", + "tar-stream": "^3.1.6", "temp": "^0.9.4", "tom-select": "^2.3.1", "tree-kill": "^1.2.2", diff --git a/package.json b/package.json index 3d281576d..31c9dade3 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "serve-favicon": "^2.4.5", "shell-quote": "^1.7.3", "systemd-socket": "0.0.0", - "tar-stream": "^3.0.0", + "tar-stream": "^3.1.6", "temp": "^0.9.4", "tom-select": "^2.3.1", "tree-kill": "^1.2.2", |