Skip to content
Open
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 @@ -68,7 +68,7 @@
"chromatic": "13.3.3",
"lit": "3.3.1",
"lodash-es": "4.17.21",
"npm-registry-fetch": "19.1.0",
"npm-registry-fetch": "19.1.1",
"postcss": "8.5.6",
"prettier": "3.6.2",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lodash": "4.17.21",
"markdownlint": "0.39.0",
"markdownlint-cli": "0.45.0",
"npm-registry-fetch": "19.1.0",
"npm-registry-fetch": "19.1.1",
"nunjucks": "3.2.4",
"nx": "21.6.8",
"open": "10.2.0",
Expand Down
48 changes: 35 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ __metadata:
lodash: "npm:4.17.21"
markdownlint: "npm:0.39.0"
markdownlint-cli: "npm:0.45.0"
npm-registry-fetch: "npm:19.1.0"
npm-registry-fetch: "npm:19.1.1"
nunjucks: "npm:3.2.4"
nx: "npm:21.6.8"
open: "npm:10.2.0"
Expand Down Expand Up @@ -3236,10 +3236,10 @@ __metadata:
languageName: node
linkType: hard

"@npmcli/redact@npm:^3.0.0":
version: 3.2.2
resolution: "@npmcli/redact@npm:3.2.2"
checksum: 10c0/4cfb43a5de22114eee40d3ca4f4dc6a4e0f0315e3427938b7e43dfc16684a54844d202b171cee3ec99852eb2ada22fb874a4fe61ad22399fd98897326b1cc7d7
"@npmcli/redact@npm:^4.0.0":
version: 4.0.0
resolution: "@npmcli/redact@npm:4.0.0"
checksum: 10c0/a1e9ba9c70a6b40e175bda2c3dd8cfdaf096e6b7f7a132c855c083c8dfe545c3237cd56702e2e6627a580b1d63373599d49a1192c4078a85bf47bbde824df31c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5189,7 +5189,7 @@ __metadata:
chromatic: "npm:13.3.3"
lit: "npm:3.3.1"
lodash-es: "npm:4.17.21"
npm-registry-fetch: "npm:19.1.0"
npm-registry-fetch: "npm:19.1.1"
postcss: "npm:8.5.6"
prettier: "npm:3.6.2"
react: "npm:18.3.1"
Expand Down Expand Up @@ -15166,6 +15166,21 @@ __metadata:
languageName: node
linkType: hard

"minipass-fetch@npm:^5.0.0":
version: 5.0.0
resolution: "minipass-fetch@npm:5.0.0"
dependencies:
encoding: "npm:^0.1.13"
minipass: "npm:^7.0.3"
minipass-sized: "npm:^1.0.3"
minizlib: "npm:^3.0.1"
dependenciesMeta:
encoding:
optional: true
checksum: 10c0/9443aab5feab190972f84b64116e54e58dd87a58e62399cae0a4a7461b80568281039b7c3a38ba96453431ebc799d1e26999e548540156216729a4967cd5ef06
languageName: node
linkType: hard

"minipass-flush@npm:^1.0.5":
version: 1.0.5
resolution: "minipass-flush@npm:1.0.5"
Expand Down Expand Up @@ -15490,19 +15505,19 @@ __metadata:
languageName: node
linkType: hard

"npm-registry-fetch@npm:19.1.0":
version: 19.1.0
resolution: "npm-registry-fetch@npm:19.1.0"
"npm-registry-fetch@npm:19.1.1":
version: 19.1.1
resolution: "npm-registry-fetch@npm:19.1.1"
dependencies:
"@npmcli/redact": "npm:^3.0.0"
"@npmcli/redact": "npm:^4.0.0"
jsonparse: "npm:^1.3.1"
make-fetch-happen: "npm:^15.0.0"
minipass: "npm:^7.0.2"
minipass-fetch: "npm:^4.0.0"
minipass-fetch: "npm:^5.0.0"
minizlib: "npm:^3.0.1"
npm-package-arg: "npm:^13.0.0"
proc-log: "npm:^5.0.0"
checksum: 10c0/f326a0ba808b159da0ef8aec28411eec49972477584485211f48a47915d90750c9c589c187521dadb4053b5959bde911c4a6151596cb4ff19bd42aada315c609
proc-log: "npm:^6.0.0"
checksum: 10c0/19903dc5cfd6cfc0d6922e4eeac042e95461f4cc58d280e6d6585e187a839a1d039c6a25b909157d7d655016aec8a8a5f3fa75f62cffa87ac133f95842e12b2c
languageName: node
linkType: hard

Expand Down Expand Up @@ -17534,6 +17549,13 @@ __metadata:
languageName: node
linkType: hard

"proc-log@npm:^6.0.0":
version: 6.1.0
resolution: "proc-log@npm:6.1.0"
checksum: 10c0/4f178d4062733ead9d71a9b1ab24ebcecdfe2250916a5b1555f04fe2eda972a0ec76fbaa8df1ad9c02707add6749219d118a4fc46dc56bdfe4dde4b47d80bb82
languageName: node
linkType: hard

"process-nextick-args@npm:~2.0.0":
version: 2.0.1
resolution: "process-nextick-args@npm:2.0.1"
Expand Down
Loading