diff --git a/package-lock.json b/package-lock.json index a1bf0a68d64b..81094e675f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,8 @@ "@docsearch/js": "^3.8.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", @@ -403,9 +404,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 885306ed5030..bb20fd3c8c78 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "@docsearch/js": "^3.8.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",