From 9bb2b456b4402819079a95df57981a5f5d785b08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 07:26:19 +0000 Subject: [PATCH] fix: upgrade @material-symbols/svg-400 from 0.14.6 to 0.17.4 Snyk has created this PR to upgrade @material-symbols/svg-400 from 0.14.6 to 0.17.4. See this package in npm: @material-symbols/svg-400 See this project in Snyk: https://app.snyk.io/org/mbaatlanta30315-gWHAMbny7N8qaSbCxD2U79/project/0f99c625-0644-487c-987b-60c79e4c497d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06e1a793ea1..9cfc83e035c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@alpinejs/focus": "^3.13.7", "@alpinejs/persist": "^3.13.5", "@floating-ui/dom": "^1.6.3", - "@material-symbols/svg-400": "^0.14.6", + "@material-symbols/svg-400": "^0.17.4", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/typography": "^0.5.10", "alpinejs": "^3.13.5", @@ -142,9 +142,10 @@ } }, "node_modules/@material-symbols/svg-400": { - "version": "0.14.6", - "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.14.6.tgz", - "integrity": "sha512-4uxXEyKljpfwlEQQE5xpN0ZOLduXC3ClCkwNtsM6xy8CLkVP1x32s8BPYHrpfGdhNNnKLkl+p8vh7VBqZi8D4A==" + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.17.4.tgz", + "integrity": "sha512-4DrehU4kv6N45/luZ51EKVp/vdybQmuOktINglF7Pb5KPON5GwFJpKdXv0Bq5vGUx5uu72YkDZTNQDzREJloNA==", + "license": "Apache-2.0" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index 279c8f0a691..19e3cbbc905 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@alpinejs/persist": "^3.13.5", "@alpinejs/focus": "^3.13.7", "@floating-ui/dom": "^1.6.3", - "@material-symbols/svg-400": "^0.14.6", + "@material-symbols/svg-400": "^0.17.4", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/typography": "^0.5.10", "alpinejs": "^3.13.5",