From 335f793f1ebf5725ce7509986192f31b71460688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:28:55 +0000 Subject: [PATCH] :package: chore: bump archiver from 6.0.1 to 6.0.2 Bumps [archiver](https://github.com/archiverjs/node-archiver) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/archiverjs/node-archiver/releases) - [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md) - [Commits](https://github.com/archiverjs/node-archiver/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: archiver dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fce5c46..d394618 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@turbowarp/types": "^0.0.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", - "archiver": "^6.0.1", + "archiver": "^6.0.2", "babel-loader": "^9.1.3", "codingclip-worker-loader": "^3.0.9", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index ed21b42..56f1f52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1682,10 +1682,10 @@ archiver-utils@^4.0.1: normalize-path "^3.0.0" readable-stream "^3.6.0" -archiver@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/archiver/-/archiver-6.0.1.tgz#d56968d4c09df309435adb5a1bbfc370dae48133" - integrity sha512-CXGy4poOLBKptiZH//VlWdFuUC1RESbdZjGjILwBuZ73P7WkAUN0htfSfBq/7k6FRFlpu7bg4JOkj1vU9G6jcQ== +archiver@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/archiver/-/archiver-6.0.2.tgz#f45e7598dfe48e834ac8c7a0c37033f826f5a639" + integrity sha512-UQ/2nW7NMl1G+1UnrLypQw1VdT9XZg/ECcKPq7l+STzStrSivFIXIp34D8M5zeNGW5NoOupdYCHv6VySCPNNlw== dependencies: archiver-utils "^4.0.1" async "^3.2.4"