chore(deps): update dependency gzip-size to v7 (#2101)

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
This commit is contained in:
renovate[bot] 2021-11-29 12:46:55 +01:00 committed by GitHub
parent 7d8a1769fa
commit 2c4a001b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View File

@ -41,7 +41,7 @@
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"gzip-size": "^6.0.0",
"gzip-size": "^7.0.0",
"h3": "^0.3.5",
"hasha": "^5.2.2",
"hookable": "^5.0.0",

View File

@ -2,7 +2,7 @@ import { promises as fsp } from 'fs'
import { resolve, dirname, relative } from 'pathe'
import globby from 'globby'
import prettyBytes from 'pretty-bytes'
import gzipSize from 'gzip-size'
import { gzipSize } from 'gzip-size'
import chalk from 'chalk'
import { isTest } from 'std-env'

View File

@ -2819,7 +2819,7 @@ __metadata:
etag: ^1.8.1
fs-extra: ^10.0.0
globby: ^11.0.4
gzip-size: ^6.0.0
gzip-size: ^7.0.0
h3: ^0.3.5
hasha: ^5.2.2
hookable: ^5.0.0
@ -11653,6 +11653,15 @@ __metadata:
languageName: node
linkType: hard
"gzip-size@npm:^7.0.0":
version: 7.0.0
resolution: "gzip-size@npm:7.0.0"
dependencies:
duplexer: ^0.1.2
checksum: 52d0bf586307082428b99f7b04d56d756d640e1f84d4a56debf9fb8c972d9db679143b067dd4024ebef42e9f6787e9dc8b9dcad344372b9dc87e55d942276f49
languageName: node
linkType: hard
"h3@npm:^0.3.3":
version: 0.3.3
resolution: "h3@npm:0.3.3"