Skip to content

Commit ac1eb0b

Browse files
authored
Merge pull request #1090 from bervProject/dependabot/npm_and_yarn/compression-1.8.0
build(deps): bump compression from 1.7.5 to 1.8.0
2 parents 980e1d9 + aa62a9a commit ac1eb0b

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@feathersjs/socketio": "^5.0.33",
5656
"@google-cloud/storage": "^7.15.2",
5757
"cls-hooked": "^4.2.2",
58-
"compression": "^1.7.5",
58+
"compression": "^1.8.0",
5959
"cors": "^2.8.5",
6060
"feathers-hooks-common": "^8.2.1",
6161
"feathers-sequelize": "^7.0.3",

yarn.lock

+3-16
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
long-timeout "^0.1.1"
525525
uuid "^11.1.0"
526526

527-
"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.12", "@feathersjs/commons@^5.0.31", "@feathersjs/commons@^5.0.33":
527+
"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.12", "@feathersjs/commons@^5.0.33":
528528
version "5.0.33"
529529
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.33.tgz#eda8fc41b3f80eccbf6db070a4db59c8977b9dc6"
530530
integrity sha512-RPwOTERN6jeNjXqV/K0djBtc9Y9GcX3W5N9XKWOSdSkPQNzKwXG1G7sPkSRrnx2iJqFMuN/5nS+s69JwLW2m1g==
@@ -547,7 +547,7 @@
547547
dependencies:
548548
debug "^4.0.0"
549549

550-
"@feathersjs/errors@^5.0.1", "@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.12", "@feathersjs/errors@^5.0.29", "@feathersjs/errors@^5.0.30", "@feathersjs/errors@^5.0.31", "@feathersjs/errors@^5.0.33":
550+
"@feathersjs/errors@^5.0.1", "@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.12", "@feathersjs/errors@^5.0.29", "@feathersjs/errors@^5.0.30", "@feathersjs/errors@^5.0.33":
551551
version "5.0.33"
552552
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.33.tgz#e1e0a79bf1774d2bbfa4e8983d089330652a8018"
553553
integrity sha512-roM6xxEUdcm7b9OAtCBViafTF7K0tjW45p9IxAN3Q6VAo7bT2qb7Hh22VgBOtKxVTSYTncON4eQv8F0yVRSCSg==
@@ -570,7 +570,7 @@
570570
cors "^2.8.5"
571571
express "^4.21.2"
572572

573-
"@feathersjs/feathers@^5.0.1", "@feathersjs/feathers@^5.0.12", "@feathersjs/feathers@^5.0.31", "@feathersjs/feathers@^5.0.33", "@feathersjs/feathers@^5.0.9":
573+
"@feathersjs/feathers@^5.0.1", "@feathersjs/feathers@^5.0.12", "@feathersjs/feathers@^5.0.33", "@feathersjs/feathers@^5.0.9":
574574
version "5.0.33"
575575
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.33.tgz#f8054ba66e3f3dff210bba8f69104868f5adc317"
576576
integrity sha512-bEcperDJVXJkJQYTUKgneXshC54w0h334TjeBCda8BTPVp7DX5p2q5QvsSvz91RS2si537Vy4E/xp+s4Nsi+ng==
@@ -2242,19 +2242,6 @@ compressible@^2.0.12, compressible@~2.0.18:
22422242
dependencies:
22432243
mime-db ">= 1.43.0 < 2"
22442244

2245-
compression@^1.7.5:
2246-
version "1.7.5"
2247-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
2248-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
2249-
dependencies:
2250-
bytes "3.1.2"
2251-
compressible "~2.0.18"
2252-
debug "2.6.9"
2253-
negotiator "~0.6.4"
2254-
on-headers "~1.0.2"
2255-
safe-buffer "5.2.1"
2256-
vary "~1.1.2"
2257-
22582245
compression@^1.8.0:
22592246
version "1.8.0"
22602247
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.0.tgz#09420efc96e11a0f44f3a558de59e321364180f7"

0 commit comments

Comments
 (0)