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 Sep 3, 2023
1 parent af91483 commit f79f668
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 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
37 changes: 35 additions & 2 deletions 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.4
resolution: "archiver-utils@npm:3.0.4"
dependencies:
glob: ^7.2.3
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: 5c6568f1185fb6c4b85282ad3281a5a024761bf27e525de1ec54255d15ca98e19532e7b5403930273911a5c8c961aa0c1e9148d6c2810784fa6bd8a97c0021a7
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 @@ -4459,7 +4492,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:7.2.3, glob@npm:^7.1.3, glob@npm:^7.1.4":
"glob@npm:7.2.3, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.2.3":
version: 7.2.3
resolution: "glob@npm:7.2.3"
dependencies:
Expand Down Expand Up @@ -8615,7 +8648,7 @@ __metadata:
"@jenssimon/eslint-config-typescript": 5.1.5
"@types/archiver": 5.3.2
"@types/node": 18.17.14
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 f79f668

Please sign in to comment.