Skip to content

Commit 3411c90

Browse files
chore(deps): bump archiver from 5.2.0 to 5.3.0 (#2521)
Bumps [archiver](https://github.com/archiverjs/node-archiver) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/archiverjs/node-archiver/releases) - [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md) - [Commits](archiverjs/node-archiver@5.2.0...5.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1f9a1a6 commit 3411c90

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/fossasia/open-event-webapp#readme",
2626
"dependencies": {
2727
"@octokit/rest": "^14.0.0",
28-
"archiver": "^5.2.0",
28+
"archiver": "^5.3.0",
2929
"async": "^3.2.0",
3030
"aws-sdk": "^2.639.0",
3131
"bee-queue": "^1.3.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -315,18 +315,18 @@ archiver-utils@^2.1.0:
315315
normalize-path "^3.0.0"
316316
readable-stream "^2.0.0"
317317

318-
archiver@^5.2.0:
319-
version "5.2.0"
320-
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.2.0.tgz#25aa1b3d9febf7aec5b0f296e77e69960c26db94"
321-
integrity sha512-QEAKlgQuAtUxKeZB9w5/ggKXh21bZS+dzzuQ0RPBC20qtDCbTyzqmisoeJP46MP39fg4B4IcyvR+yeyEBdblsQ==
318+
archiver@^5.3.0:
319+
version "5.3.0"
320+
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.0.tgz#dd3e097624481741df626267564f7dd8640a45ba"
321+
integrity sha512-iUw+oDwK0fgNpvveEsdQ0Ase6IIKztBJU2U0E9MzszMfmVVUyv1QJhS2ITW9ZCqx8dktAxVAjWWkKehuZE8OPg==
322322
dependencies:
323323
archiver-utils "^2.1.0"
324324
async "^3.2.0"
325325
buffer-crc32 "^0.2.1"
326326
readable-stream "^3.6.0"
327327
readdir-glob "^1.0.0"
328-
tar-stream "^2.1.4"
329-
zip-stream "^4.0.4"
328+
tar-stream "^2.2.0"
329+
zip-stream "^4.1.0"
330330

331331
archy@^1.0.0, archy@~1.0.0:
332332
version "1.0.0"
@@ -1278,10 +1278,10 @@ [email protected]:
12781278
resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143"
12791279
integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=
12801280

1281-
compress-commons@^4.0.2:
1282-
version "4.0.2"
1283-
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-4.0.2.tgz#d6896be386e52f37610cef9e6fa5defc58c31bd7"
1284-
integrity sha512-qhd32a9xgzmpfoga1VQEiLEwdKZ6Plnpx5UCgIsf89FSolyJ7WnifY4Gtjgv5WR6hWAyRaHxC5MiEhU/38U70A==
1281+
compress-commons@^4.1.0:
1282+
version "4.1.0"
1283+
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-4.1.0.tgz#25ec7a4528852ccd1d441a7d4353cd0ece11371b"
1284+
integrity sha512-ofaaLqfraD1YRTkrRKPCrGJ1pFeDG/MVCkVVV2FNGeWquSlqw5wOrwOfPQ1xF2u+blpeWASie5EubHz+vsNIgA==
12851285
dependencies:
12861286
buffer-crc32 "^0.2.13"
12871287
crc32-stream "^4.0.1"
@@ -6854,10 +6854,10 @@ tar-fs@^2.0.0, tar-fs@^2.1.1:
68546854
pump "^3.0.0"
68556855
tar-stream "^2.1.4"
68566856

6857-
tar-stream@^2.1.4:
6858-
version "2.1.4"
6859-
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.4.tgz#c4fb1a11eb0da29b893a5b25476397ba2d053bfa"
6860-
integrity sha512-o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw==
6857+
tar-stream@^2.1.4, tar-stream@^2.2.0:
6858+
version "2.2.0"
6859+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
6860+
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
68616861
dependencies:
68626862
bl "^4.0.3"
68636863
end-of-stream "^1.4.1"
@@ -7666,11 +7666,11 @@ [email protected]:
76667666
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
76677667
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
76687668

7669-
zip-stream@^4.0.4:
7670-
version "4.0.4"
7671-
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.0.4.tgz#3a8f100b73afaa7d1ae9338d910b321dec77ff3a"
7672-
integrity sha512-a65wQ3h5gcQ/nQGWV1mSZCEzCML6EK/vyVPcrPNynySP1j3VBbQKh3nhC8CbORb+jfl2vXvh56Ul5odP1bAHqw==
7669+
zip-stream@^4.1.0:
7670+
version "4.1.0"
7671+
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.1.0.tgz#51dd326571544e36aa3f756430b313576dc8fc79"
7672+
integrity sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==
76737673
dependencies:
76747674
archiver-utils "^2.1.0"
7675-
compress-commons "^4.0.2"
7675+
compress-commons "^4.1.0"
76767676
readable-stream "^3.6.0"

0 commit comments

Comments
 (0)