diff --git a/package-lock.json b/package-lock.json index 8be69493aaf3f8..23f364ef1580fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "^4.20241112.0", "@codingheads/sticky-header": "^1.0.2", "@iarna/toml": "^2.2.5", - "@iconify-json/material-symbols": "^1.2.10", + "@iconify-json/material-symbols": "^1.2.11", "@stoplight/json-schema-tree": "^4.0.0", "@types/dompurify": "^3.2.0", "@types/hast": "^3.0.4", @@ -2869,11 +2869,10 @@ "dev": true }, "node_modules/@iconify-json/material-symbols": { - "version": "1.2.10", - "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.10.tgz", - "integrity": "sha512-GcZxhOFStM7Dk/oZvJSaW0tR/k6NwTq+KDzYgCNBDg52ktZuRa/gkjRiYooJm/8PAe9NBYxIx8XjS/wi4sasdQ==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.2.11.tgz", + "integrity": "sha512-S+uvQ2Piabm8eNVotq3oL3LjihlPw9gAmwhNA0P5Vd2EVjcGmo+KBJ5/oqEMZKHll4H7ISeHDHEUroarmQHkPw==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@iconify/types": "*" } diff --git a/package.json b/package.json index 15c995ff3637f8..fb216b32fa385a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@cloudflare/workers-types": "^4.20241112.0", "@codingheads/sticky-header": "^1.0.2", "@iarna/toml": "^2.2.5", - "@iconify-json/material-symbols": "^1.2.10", + "@iconify-json/material-symbols": "^1.2.11", "@stoplight/json-schema-tree": "^4.0.0", "@types/dompurify": "^3.2.0", "@types/hast": "^3.0.4",