From 5768ad836fd9ac9181b84b07fa1976fd61e89b46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2025 02:52:20 +0000 Subject: [PATCH] fix: upgrade @material-symbols/svg-400 from 0.23.0 to 0.27.2 Snyk has created this PR to upgrade @material-symbols/svg-400 from 0.23.0 to 0.27.2. See this package in npm: @material-symbols/svg-400 See this project in Snyk: https://app.snyk.io/org/rose2161/project/2a77e6ba-30af-457a-aa1f-5222b198d13e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5afc6e92f24..9ae0e97f076e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,14 +12,12 @@ "@alpinejs/collapse": "^3.13.6", "@docsearch/js": "^3.5.2", "@floating-ui/dom": "^1.6.3", - "@material-symbols/svg-400": "^0.23.0", + "@material-symbols/svg-400": "^0.27.2", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/typography": "^0.5.10", - "alpinejs": "^3.14.6", "autoprefixer": "^10.4.17", "postcss": "^8.4.35", - "postcss-cli": "^11.0.0", "postcss-import": "^16.0.1", "tailwindcss": "^3.4.15" @@ -329,9 +327,9 @@ } }, "node_modules/@material-symbols/svg-400": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.23.0.tgz", - "integrity": "sha512-bsvGmBds729rZYOCOgxs4FjpktXfkhcprsCNPv+PRIDE3K/b30bnOsFAylUUfJ6cnHoXucS672VdNe80YIUxwA==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.27.2.tgz", + "integrity": "sha512-/PHxDUs+pniG+rI1riNQyE/Y9PiJOILC+GrJhlTurCLL6M2POFA2aUqY9DGvvHoB058qCrU4ZhRZvJ4YQsepQw==", "license": "Apache-2.0" }, "node_modules/@nodelib/fs.scandir": { diff --git a/package.json b/package.json index cf2e735ca643..2574de61e617 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@alpinejs/collapse": "^3.13.6", "@docsearch/js": "^3.5.2", "@floating-ui/dom": "^1.6.3", - "@material-symbols/svg-400": "^0.23.0", + "@material-symbols/svg-400": "^0.27.2", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/typography": "^0.5.10",