Skip to content

Commit

Permalink
Bump express-static-gzip from 2.1.7 to 2.1.8
Browse files Browse the repository at this point in the history
Bumps [express-static-gzip](https://github.com/tkoenig89/express-static-gzip) from 2.1.7 to 2.1.8.
- [Release notes](https://github.com/tkoenig89/express-static-gzip/releases)
- [Commits](tkoenig89/express-static-gzip@v2.1.7...v2.1.8)

---
updated-dependencies:
- dependency-name: express-static-gzip
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent d5fa89d commit 5340c1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"eslint-plugin-react-redux": "^4.1.0",
"eslint-plugin-testing-library": "^6.3.0",
"express": "^4.21.0",
"express-static-gzip": "^2.1.7",
"express-static-gzip": "^2.1.8",
"identity-obj-proxy": "3.0.0",
"mini-css-extract-plugin": "^2.9.1",
"null-loader": "^4.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7923,12 +7923,12 @@ exenv@^1.2.0:
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
integrity sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==

express-static-gzip@^2.1.7:
version "2.1.7"
resolved "https://registry.yarnpkg.com/express-static-gzip/-/express-static-gzip-2.1.7.tgz#5904824a07950ba741ec3a23a21839dd04c63506"
integrity sha512-QOCZUC+lhPPCjIJKpQGu1Oa61Axg9Mq09Qvit8Of7kzpMuwDeMSqjjQteQS3OVw/GkENBoSBheuQDWPlngImvw==
express-static-gzip@^2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/express-static-gzip/-/express-static-gzip-2.1.8.tgz#f37f0fe9e8113e56cfac63a98c0197ee6bd6458f"
integrity sha512-g8tiJuI9Y9Ffy59ehVXvqb0hhP83JwZiLxzanobPaMbkB5qBWA8nuVgd+rcd5qzH3GkgogTALlc0BaADYwnMbQ==
dependencies:
serve-static "^1.14.1"
serve-static "^1.16.2"

express@^4.19.2, express@^4.21.0:
version "4.21.0"
Expand Down Expand Up @@ -12612,7 +12612,7 @@ serialize-javascript@^6.0.1, serialize-javascript@^6.0.2:
dependencies:
randombytes "^2.1.0"

[email protected], serve-static@^1.14.1:
[email protected], serve-static@^1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296"
integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==
Expand Down

0 comments on commit 5340c1c

Please sign in to comment.