From 2bc8ba251d5d18754e0ed2e0a35e63eb8a407453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:13:52 +0300 Subject: [PATCH] chore: bump archiver from 5.3.1 to 6.0.0 in /offlinedocs (#9367) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- offlinedocs/package.json | 2 +- offlinedocs/pnpm-lock.yaml | 26 +++++++++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/offlinedocs/package.json b/offlinedocs/package.json index b97c978a44..d312f11a0c 100644 --- a/offlinedocs/package.json +++ b/offlinedocs/package.json @@ -19,7 +19,7 @@ "@emotion/react": "11", "@emotion/styled": "11", "@types/lodash": "4.14.196", - "archiver": "5.3.1", + "archiver": "6.0.0", "framer-motion": "10", "front-matter": "4.0.2", "fs-extra": "11.1.1", diff --git a/offlinedocs/pnpm-lock.yaml b/offlinedocs/pnpm-lock.yaml index 7f60f70f0f..b4480f6fa8 100644 --- a/offlinedocs/pnpm-lock.yaml +++ b/offlinedocs/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: 4.14.196 version: 4.14.196 archiver: - specifier: 5.3.1 - version: 5.3.1 + specifier: 6.0.0 + version: 6.0.0 framer-motion: specifier: '10' version: 10.15.0(react-dom@18.2.0)(react@18.2.0) @@ -2046,11 +2046,27 @@ packages: readable-stream: 2.3.8 dev: false - /archiver@5.3.1: - resolution: {integrity: sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==} + /archiver-utils@3.0.3: + resolution: {integrity: sha512-fXzpEZTKgBJMWy0eUT0/332CAQnJ27OJd7sGcvNZzxS2Yzg7iITivMhXOm+zUTO4vT8ZqlPCqiaLPmB8qWhWRA==} engines: {node: '>= 10'} dependencies: - archiver-utils: 2.1.0 + glob: 7.2.3 + graceful-fs: 4.2.11 + lazystream: 1.0.1 + lodash.defaults: 4.2.0 + lodash.difference: 4.5.0 + lodash.flatten: 4.4.0 + lodash.isplainobject: 4.0.6 + lodash.union: 4.6.0 + normalize-path: 3.0.0 + readable-stream: 3.6.2 + dev: false + + /archiver@6.0.0: + resolution: {integrity: sha512-EPGa+bYaxaMiCT8DCbEDqFz8IjeBSExrJzyUOJx2FBkFJ/OZzJuso3lMSk901M50gMqXxTQcumlGajOFlXhVhw==} + engines: {node: '>= 12.0.0'} + dependencies: + archiver-utils: 3.0.3 async: 3.2.4 buffer-crc32: 0.2.13 readable-stream: 3.6.2