Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency archiver to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 718cb96 commit ffbe700
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"archiver": "^5.3.1",
"archiver": "^6.0.0",
"camel-case": "^4.1.2",
"chalk": "^4.1.2",
"cli-step": "^1.0.2",
Expand Down
35 changes: 34 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,24 @@ __metadata:
languageName: node
linkType: hard

"archiver-utils@npm:^3.0.0":
version: 3.0.3
resolution: "archiver-utils@npm:3.0.3"
dependencies:
glob: ^7.1.4
graceful-fs: ^4.2.0
lazystream: ^1.0.0
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.0
checksum: db1f7b8fbe3c6dfbb4ec1fce41dc1f80f78e2bcb1866a4fe7b4dc75fbbe901d8f064bb55e56eb4722dfc5b74cbe3cf10952701ba28dc56128083961eaa69da4b
languageName: node
linkType: hard

"archiver@npm:^5.3.1":
version: 5.3.2
resolution: "archiver@npm:5.3.2"
Expand All @@ -1652,6 +1670,21 @@ __metadata:
languageName: node
linkType: hard

"archiver@npm:^6.0.0":
version: 6.0.0
resolution: "archiver@npm:6.0.0"
dependencies:
archiver-utils: ^3.0.0
async: ^3.2.4
buffer-crc32: ^0.2.1
readable-stream: ^3.6.0
readdir-glob: ^1.1.2
tar-stream: ^2.2.0
zip-stream: ^4.1.0
checksum: 8567243380d106cc99acaf4da634ea9db500c086f3de9792d727201f4f71fdef3f89ed297f04b457a30473f4313009289cba588f9068803da1ce1648d176ab82
languageName: node
linkType: hard

"archy@npm:~1.0.0":
version: 1.0.0
resolution: "archy@npm:1.0.0"
Expand Down Expand Up @@ -8615,7 +8648,7 @@ __metadata:
"@jenssimon/eslint-config-typescript": 5.1.4
"@types/archiver": 5.3.2
"@types/node": 18.17.9
archiver: ^5.3.1
archiver: ^6.0.0
camel-case: ^4.1.2
chalk: ^4.1.2
cli-step: ^1.0.2
Expand Down

0 comments on commit ffbe700

Please sign in to comment.