Skip to content

Commit acff7e8

Browse files
authored
Update compression and on-headers package (#15002)
1 parent 6d91088 commit acff7e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4804,15 +4804,15 @@ compressible@~2.0.18:
48044804
mime-db ">= 1.43.0 < 2"
48054805

48064806
compression@^1.7.1:
4807-
version "1.7.5"
4808-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
4809-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
4807+
version "1.8.1"
4808+
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.1.tgz#4a45d909ac16509195a9a28bd91094889c180d79"
4809+
integrity sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==
48104810
dependencies:
48114811
bytes "3.1.2"
48124812
compressible "~2.0.18"
48134813
debug "2.6.9"
48144814
negotiator "~0.6.4"
4815-
on-headers "~1.0.2"
4815+
on-headers "~1.1.0"
48164816
safe-buffer "5.2.1"
48174817
vary "~1.1.2"
48184818

@@ -9456,10 +9456,10 @@ on-finished@~2.3.0:
94569456
dependencies:
94579457
ee-first "1.1.1"
94589458

9459-
on-headers@~1.0.2:
9460-
version "1.0.2"
9461-
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
9462-
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
9459+
on-headers@~1.1.0:
9460+
version "1.1.0"
9461+
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.1.0.tgz#59da4f91c45f5f989c6e4bcedc5a3b0aed70ff65"
9462+
integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==
94639463

94649464
once@^1.3.0, once@^1.3.1, once@^1.3.2, once@^1.4.0:
94659465
version "1.4.0"

0 commit comments

Comments
 (0)