Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@whitespace/storybook-addon-html": "8.0.2",
"chromatic": "13.3.4",
"lit": "3.3.1",
"lodash-es": "4.17.21",
"lodash-es": "4.17.22",
"npm-registry-fetch": "19.1.1",
"postcss": "8.5.6",
"prettier": "3.7.4",
Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@spectrum-tools/postcss-rgb-mapping": "1.1.0",
"deepmerge": "4.3.1",
"glob": "11.0.3",
"lodash-es": "4.17.21",
"lodash-es": "4.17.22",
"postcss": "8.5.6",
"postcss-sorting": "9.1.0",
"style-dictionary": "4.4.0"
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4475,7 +4475,7 @@ __metadata:
"@whitespace/storybook-addon-html": "npm:8.0.2"
chromatic: "npm:13.3.4"
lit: "npm:3.3.1"
lodash-es: "npm:4.17.21"
lodash-es: "npm:4.17.22"
npm-registry-fetch: "npm:19.1.1"
postcss: "npm:8.5.6"
prettier: "npm:3.7.4"
Expand Down Expand Up @@ -4898,7 +4898,7 @@ __metadata:
"@spectrum-tools/postcss-rgb-mapping": "npm:1.1.0"
deepmerge: "npm:4.3.1"
glob: "npm:11.0.3"
lodash-es: "npm:4.17.21"
lodash-es: "npm:4.17.22"
postcss: "npm:8.5.6"
postcss-sorting: "npm:9.1.0"
style-dictionary: "npm:4.4.0"
Expand Down Expand Up @@ -11374,7 +11374,14 @@ __metadata:
languageName: node
linkType: hard

"lodash-es@npm:4.17.21, lodash-es@npm:^4.17.21":
"lodash-es@npm:4.17.22":
version: 4.17.22
resolution: "lodash-es@npm:4.17.22"
checksum: 10c0/5f28a262183cca43e08c580622557f393cb889386df2d8adf7c852bfdff7a84c5e629df5aa6c5c6274e83b38172f239d3e4e72e1ad27352d9ae9766627338089
languageName: node
linkType: hard

"lodash-es@npm:^4.17.21":
version: 4.17.21
resolution: "lodash-es@npm:4.17.21"
checksum: 10c0/fb407355f7e6cd523a9383e76e6b455321f0f153a6c9625e21a8827d10c54c2a2341bd2ae8d034358b60e07325e1330c14c224ff582d04612a46a4f0479ff2f2
Expand Down
Loading