Skip to content

Commit

Permalink
Update dependency compression to ^1.7.5 (#2984)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 78c44ec commit d64b214
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion demo/admin/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"compression": "^1.7.4",
"compression": "^1.7.5",
"express": "^4.18.2",
"helmet": "^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sentry/node": "^7.118.0",
"class-transformer": "^0.5.0",
"class-validator": "^0.14.1",
"compression": "^1.0.0",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"express": "^4.17.1",
"faker": "^5.0.0",
Expand All @@ -65,7 +65,7 @@
"@comet/eslint-config": "workspace:*",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@types/compression": "^1.0.0",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.8",
"@types/express": "^4.0.0",
"@types/faker": "^5.0.0",
Expand Down
38 changes: 22 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit d64b214

Please sign in to comment.