diff --git a/package-lock.json b/package-lock.json index 949b342ea7a82e5..40827438504a3f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@cloudflare/vitest-pool-workers": "^0.5.27", "@cloudflare/workers-types": "^4.20241112.0", "@codingheads/sticky-header": "^1.0.2", - "@iconify-json/material-symbols": "^1.2.6", + "@iconify-json/material-symbols": "^1.2.7", "@stoplight/json-schema-tree": "^4.0.0", "@types/dompurify": "^3.0.5", "@types/hast": "^3.0.4", @@ -2948,11 +2948,10 @@ } }, "node_modules/@iconify-json/material-symbols": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.6.tgz", - "integrity": "sha512-eXqnY9DY8B/7Uw/INwhpN8gfBrC3BBaWBx7T/Yf4oHxQRiVto4qSlDF3MD46q7vqp4GjtyQW1IkZvhgWHn0LTA==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.7.tgz", + "integrity": "sha512-3zJ0vv20YfrmI1sFcWTRXWY23+qqTo/WNHm7k1yqbTneSS7yfQakUQjEB05S9YNzu6KODeJ+xHCgcq6RkGn6jg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@iconify/types": "*" } diff --git a/package.json b/package.json index 119f91adc2b7b4c..f5750f2690cc6f0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@cloudflare/vitest-pool-workers": "^0.5.27", "@cloudflare/workers-types": "^4.20241112.0", "@codingheads/sticky-header": "^1.0.2", - "@iconify-json/material-symbols": "^1.2.6", + "@iconify-json/material-symbols": "^1.2.7", "@stoplight/json-schema-tree": "^4.0.0", "@types/dompurify": "^3.0.5", "@types/hast": "^3.0.4",