Skip to content

Commit 905702a

Browse files
Bump compression from 1.7.5 to 1.8.0 (#1462)
Bumps [compression](https://github.com/expressjs/compression) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](expressjs/compression@1.7.5...1.8.0) --- updated-dependencies: - dependency-name: compression dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a966a06 commit 905702a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@feathersjs/feathers": "^4.5.15",
4646
"@feathersjs/socketio": "^4.5.18",
4747
"cls-hooked": "^4.2.2",
48-
"compression": "^1.7.5",
48+
"compression": "^1.8.0",
4949
"cors": "^2.8.5",
5050
"cross-env": "^7.0.3",
5151
"feathers-authentication-hooks": "^1.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,10 +1964,10 @@ compressible@^2.0.12, compressible@~2.0.18:
19641964
dependencies:
19651965
mime-db ">= 1.43.0 < 2"
19661966

1967-
compression@^1.7.5:
1968-
version "1.7.5"
1969-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
1970-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
1967+
compression@^1.8.0:
1968+
version "1.8.0"
1969+
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.0.tgz#09420efc96e11a0f44f3a558de59e321364180f7"
1970+
integrity sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==
19711971
dependencies:
19721972
bytes "3.1.2"
19731973
compressible "~2.0.18"

0 commit comments

Comments
 (0)