diff --git a/package-lock.json b/package-lock.json index f78553c..70768e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@floating-ui/dom": "^1.6.12", "@fontsource-variable/roboto-flex": "~5.0", "@fontsource-variable/sora": "^5.0.15", - "@fontsource/material-icons-outlined": "~5.0", + "@fontsource/material-icons-outlined": "^5.2.6", "@fontsource/roboto-mono": "~5.0", "autoprefixer": "~10.4", "browser-pack-flat": "~3.4", @@ -42,7 +42,7 @@ "highlight.js": "9.18.3", "highlightjs-curl": "^1.3.0", "js-yaml": "~3.13", - "lucide-static": "^0.454.0", + "lucide-static": "^0.525.0", "merge-stream": "~2.0", "postcss": "~8.4", "postcss-advanced-variables": "^3.0.1", @@ -739,10 +739,13 @@ "dev": true }, "node_modules/@fontsource/material-icons-outlined": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@fontsource/material-icons-outlined/-/material-icons-outlined-5.0.7.tgz", - "integrity": "sha512-2JYHqyv3ODxd1RbnU8lXJJF6zZjL8ehkL/H47JZdy2eJUMwUWulxGJx397DltZa6s999rdYGcw0AqpS+WbDSQg==", - "dev": true + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/@fontsource/material-icons-outlined/-/material-icons-outlined-5.2.6.tgz", + "integrity": "sha512-99XKAkwnCg0s0/ywax+o3m01HSNM5gGzSBw+WnlWG2+WY3wOjcN+wXMfm4zP37Yme7Yze2DvKxF78tHWOrlwFw==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } }, "node_modules/@fontsource/roboto-mono": { "version": "5.0.8", @@ -9165,9 +9168,9 @@ } }, "node_modules/lucide-static": { - "version": "0.454.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.454.0.tgz", - "integrity": "sha512-Jr6Xbn/WOXUy5ULRp191s+JUEqoHxEBIG6tlqEZw7sHnRVIgfIKF8T5VsoOb63p/oODGdEA4BRZ+qtaVFXt/6A==", + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.525.0.tgz", + "integrity": "sha512-dPQiibOV/kRv/UnaNFbiTxdDFZ267rIjHVWLv6GoUXVD5YSW71cyF4tYJVD27zSb0OOWdeWrqZsuBtRaYc4FHw==", "dev": true }, "node_modules/magic-string": { @@ -17509,9 +17512,9 @@ "dev": true }, "@fontsource/material-icons-outlined": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@fontsource/material-icons-outlined/-/material-icons-outlined-5.0.7.tgz", - "integrity": "sha512-2JYHqyv3ODxd1RbnU8lXJJF6zZjL8ehkL/H47JZdy2eJUMwUWulxGJx397DltZa6s999rdYGcw0AqpS+WbDSQg==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/@fontsource/material-icons-outlined/-/material-icons-outlined-5.2.6.tgz", + "integrity": "sha512-99XKAkwnCg0s0/ywax+o3m01HSNM5gGzSBw+WnlWG2+WY3wOjcN+wXMfm4zP37Yme7Yze2DvKxF78tHWOrlwFw==", "dev": true }, "@fontsource/roboto-mono": { @@ -24276,9 +24279,9 @@ } }, "lucide-static": { - "version": "0.454.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.454.0.tgz", - "integrity": "sha512-Jr6Xbn/WOXUy5ULRp191s+JUEqoHxEBIG6tlqEZw7sHnRVIgfIKF8T5VsoOb63p/oODGdEA4BRZ+qtaVFXt/6A==", + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.525.0.tgz", + "integrity": "sha512-dPQiibOV/kRv/UnaNFbiTxdDFZ267rIjHVWLv6GoUXVD5YSW71cyF4tYJVD27zSb0OOWdeWrqZsuBtRaYc4FHw==", "dev": true }, "magic-string": { diff --git a/package.json b/package.json index e8ae296..a0118e6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@floating-ui/dom": "^1.6.12", "@fontsource-variable/roboto-flex": "~5.0", "@fontsource-variable/sora": "^5.0.15", - "@fontsource/material-icons-outlined": "~5.0", + "@fontsource/material-icons-outlined": "^5.2.6", "@fontsource/roboto-mono": "~5.0", "autoprefixer": "~10.4", "browser-pack-flat": "~3.4", @@ -50,7 +50,7 @@ "highlight.js": "9.18.3", "highlightjs-curl": "^1.3.0", "js-yaml": "~3.13", - "lucide-static": "^0.454.0", + "lucide-static": "^0.525.0", "merge-stream": "~2.0", "postcss": "~8.4", "postcss-advanced-variables": "^3.0.1",