[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump up archiver package version to stop producing bad zip archives i…
Browse files Browse the repository at this point in the history
…n nodejs15 (firebase#3140)

Bump up archiver package version to fix  bad zip files in nodejs15.
  • Loading branch information
taeold authored and devpeerapong committed Dec 14, 2021
1 parent d498ed6 commit 807b90e
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 78 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Fixes issue where proxied requests to dynamic content through the Hosting emulator would return unexpected `location` headers. (#3097)
- Fixes issue where optional extension parameters could not be omitted. (#3126)
- Fixes issue where deploying Cloud Functions for Firebase fails on Node.js v15. (#3120)
189 changes: 113 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@
},
"dependencies": {
"@google-cloud/pubsub": "^2.7.0",
"JSONStream": "^1.2.1",
"abort-controller": "^3.0.0",
"archiver": "^3.0.0",
"archiver": "^5.0.0",
"body-parser": "^1.19.0",
"chokidar": "^3.0.2",
"cjson": "^0.3.1",
Expand All @@ -105,6 +104,7 @@
"inquirer": "~6.3.1",
"js-yaml": "^3.13.1",
"jsonschema": "^1.0.2",
"JSONStream": "^1.2.1",
"jsonwebtoken": "^8.2.1",
"leven": "^3.1.0",
"lodash": "^4.17.19",
Expand Down

0 comments on commit 807b90e

Please sign in to comment.