diff --git a/package-lock.json b/package-lock.json index b52fc47..228cb80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/tailwind": "^5.1.5", "@fontsource-variable/dm-sans": "^5.0.5", "@fontsource-variable/space-grotesk": "^5.2.7", - "@iconify-json/carbon": "^1.1.31", + "@iconify-json/carbon": "^1.2.20", "@iconify-json/mdi": "^1.1.64", "astro": "^5.18.1", "astro-compress": "^2.4.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", - "baseline-browser-mapping": "^2.10.0", + "baseline-browser-mapping": "^2.10.16", "daisyui": "^4.12.24" }, "engines": { @@ -651,9 +651,9 @@ } }, "node_modules/@iconify-json/carbon": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/@iconify-json/carbon/-/carbon-1.2.14.tgz", - "integrity": "sha512-33u6uGiYJ79Dfp72peT+PBMcjxzi+NyJLpqYRX8pnw0zchsUW7Us2xecgvkWgD83KYcbe6hufyWlHFU9y7fb/Q==", + "version": "1.2.20", + "resolved": "https://registry.npmjs.org/@iconify-json/carbon/-/carbon-1.2.20.tgz", + "integrity": "sha512-wqyxKEbIRdzGdfCAwQqn8iSfO6jx0m1toZAAQdx1NFjxd6iFl1YY4eKI1woWt7XOxs7s7phMW530kDD867JZGw==", "license": "Apache-2.0", "dependencies": { "@iconify/types": "*" @@ -2645,9 +2645,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz", - "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==", + "version": "2.10.16", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.16.tgz", + "integrity": "sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" diff --git a/package.json b/package.json index eeaa2a0..d462b62 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/tailwind": "^5.1.5", "@fontsource-variable/dm-sans": "^5.0.5", "@fontsource-variable/space-grotesk": "^5.2.7", - "@iconify-json/carbon": "^1.1.31", + "@iconify-json/carbon": "^1.2.20", "@iconify-json/mdi": "^1.1.64", "astro": "^5.18.1", "astro-compress": "^2.4.0", @@ -28,7 +28,7 @@ }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", - "baseline-browser-mapping": "^2.10.0", + "baseline-browser-mapping": "^2.10.16", "daisyui": "^4.12.24" }, "overrides": {