Skip to content

Commit 6d0a76f

Browse files
Bump web-specs from 3.9.1 to 3.11.0 (#1273)
* Bump web-specs from 3.9.1 to 3.11.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.9.1 to 3.11.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.11.0) --- updated-dependencies: - dependency-name: web-specs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update compression-streams spec URL --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 34b8ac9 commit 6d0a76f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

features/compression-streams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Compression streams
22
description: The `CompressionStream` and `DecompressionStream` interfaces compress and decompress data using the gzip or deflate formats.
3-
spec: https://wicg.github.io/compression/
3+
spec: https://compression.spec.whatwg.org/
44
usage_stats:
55
- https://chromestatus.com/metrics/feature/timeline/popularity/3060 # CompressionStream
66
- https://chromestatus.com/metrics/feature/timeline/popularity/3061 # DecompressionStream

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tsx": "^4.15.7",
5050
"typescript": "^5.4.5",
5151
"unified": "^11.0.5",
52-
"web-specs": "^3.9.1",
52+
"web-specs": "^3.11.0",
5353
"winston": "^3.13.0",
5454
"yaml": "^2.4.5",
5555
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)