Skip to content

Commit 0eeebcd

Browse files
Bump web-specs from 3.65.0 to 3.66.0 (#3405)
* Bump web-specs from 3.65.0 to 3.66.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.65.0 to 3.66.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.66.0) --- updated-dependencies: - dependency-name: web-specs dependency-version: 3.66.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump web-specs from 3.65.0 to 3.66.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.65.0 to 3.66.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.66.0) --- updated-dependencies: - dependency-name: web-specs dependency-version: 3.66.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Change compression dictionary spec --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Brosset <[email protected]>
1 parent 06623a9 commit 0eeebcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

features/compression-dictionary-transport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Compression Dictionary Transport
22
description: Compression Dictionary Transport is a mechanism for using designated HTTP responses as an external dictionary for future HTTP responses for compression schemes that support using external dictionaries (e.g., Brotli and Zstandard)
3-
spec: https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html
3+
spec: https://www.rfc-editor.org/rfc/rfc9842
44
compat_features:
55
- html.elements.link.rel.compression-dictionary
66
- http.headers.Accept-Encoding.dcb

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
@@ -66,7 +66,7 @@
6666
"typescript": "^5.9.3",
6767
"typescript-eslint": "^8.45.0",
6868
"unified": "^11.0.5",
69-
"web-specs": "^3.65.0",
69+
"web-specs": "^3.66.0",
7070
"winston": "^3.18.3",
7171
"yaml": "^2.8.1",
7272
"yargs": "^18.0.0"

0 commit comments

Comments
 (0)