Skip to content

Commit ca5f5de

Browse files
chore(deps): bump css-tree and @webref/css
Bumps [css-tree](https://github.com/csstree/csstree) and [@webref/css](https://github.com/w3c/webref). These dependencies needed to be updated together. Updates `css-tree` from 2.3.1 to 3.1.0 - [Release notes](https://github.com/csstree/csstree/releases) - [Changelog](https://github.com/csstree/csstree/blob/master/CHANGELOG.md) - [Commits](csstree/csstree@v2.3.1...v3.1.0) Updates `@webref/css` from 6.17.5 to 6.17.6 - [Commits](https://github.com/w3c/webref/compare/@webref/[email protected]...@webref/[email protected]) --- updated-dependencies: - dependency-name: css-tree dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@webref/css" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0133803 commit ca5f5de

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@stripe/stripe-js": "^5.3.0",
8585
"@use-it/interval": "^1.0.0",
8686
"@vscode/ripgrep": "^1.15.9",
87-
"@webref/css": "^6.17.5",
87+
"@webref/css": "^6.17.6",
8888
"accept-language-parser": "^1.5.0",
8989
"async": "^3.2.6",
9090
"chalk": "^5.3.0",
@@ -96,7 +96,7 @@
9696
"concurrently": "^9.1.0",
9797
"cookie": "^0.7.2",
9898
"cookie-parser": "^1.4.7",
99-
"css-tree": "^2.3.1",
99+
"css-tree": "^3.1.0",
100100
"dayjs": "^1.11.13",
101101
"dexie": "^4.0.10",
102102
"dotenv": "^16.4.7",

yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -3987,10 +3987,10 @@
39873987
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.5.tgz#325db42395cd49fe6c14057f9a900e427df8810e"
39883988
integrity sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==
39893989

3990-
"@webref/css@^6.17.5":
3991-
version "6.17.5"
3992-
resolved "https://registry.yarnpkg.com/@webref/css/-/css-6.17.5.tgz#8a2fd737c0dc83f4f317a7e2d5e6a9eeeda033cb"
3993-
integrity sha512-5DGRIMChcxpYukzLaIlJRrvhsOKgmp9gFsMBwRpXrUSDgls4k719vaXel9FKdBNN4GZd5kelx84ptFCdSShyiA==
3990+
"@webref/css@^6.17.6":
3991+
version "6.17.6"
3992+
resolved "https://registry.yarnpkg.com/@webref/css/-/css-6.17.6.tgz#f990a47c1a246720f1cfdb105d4658d922796525"
3993+
integrity sha512-DAGOI5KT1mjHzcW5k/tgaHoBhGSRvHUmj/1NU5hrLN4UowMRwg7l/KQk8auAP9k6NmoJsGtzZiYrB63Em2b4nA==
39943994

39953995
"@xtuc/ieee754@^1.2.0":
39963996
version "1.2.0"
@@ -5575,6 +5575,14 @@ css-tree@^2.3.1:
55755575
mdn-data "2.0.30"
55765576
source-map-js "^1.0.1"
55775577

5578+
css-tree@^3.1.0:
5579+
version "3.1.0"
5580+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-3.1.0.tgz#7aabc035f4e66b5c86f54570d55e05b1346eb0fd"
5581+
integrity sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==
5582+
dependencies:
5583+
mdn-data "2.12.2"
5584+
source-map-js "^1.0.1"
5585+
55785586
css-tree@~2.2.0:
55795587
version "2.2.1"
55805588
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.2.1.tgz#36115d382d60afd271e377f9c5f67d02bd48c032"
@@ -10381,6 +10389,11 @@ [email protected]:
1038110389
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.30.tgz#ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc"
1038210390
integrity sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==
1038310391

10392+
10393+
version "2.12.2"
10394+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.12.2.tgz#9ae6c41a9e65adf61318b32bff7b64fbfb13f8cf"
10395+
integrity sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==
10396+
1038410397
mdn-data@^2.13.0:
1038510398
version "2.13.0"
1038610399
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.13.0.tgz#10af1de5d0d5e4ceb4fe01f3086b34f1178473d9"

0 commit comments

Comments
 (0)