Skip to content

Commit

Permalink
fix(ignore): Downgrade connect-gzip-static to 3.0.1 #20149
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 11, 2023
1 parent 87f6b9e commit f64c00c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
node-version: 20
cache: npm
- run: npx npm-check-updates -u
# connect-gzip-static@4.0.0 requires Node 20 >=
- run: npx npm-check-updates -u -x connect-gzip-static
- run: npm install
- uses: peter-evans/create-pull-request@v5
with:
Expand Down
37 changes: 27 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"ajv": "^8.12.0",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "4.0.0",
"connect-gzip-static": "3.0.1",
"debounce": "^2.0.0",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",
Expand Down

0 comments on commit f64c00c

Please sign in to comment.