diff --git a/package-lock.json b/package-lock.json index 87bbbd79685cfc8..775142f9f10edd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "prettier": "3.5.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.6.11", - "pretty-bytes": "6.1.1", + "pretty-bytes": "7.0.0", "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "5.5.0", @@ -16878,13 +16878,13 @@ } }, "node_modules/pretty-bytes": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz", - "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.0.0.tgz", + "integrity": "sha512-U5otLYPR3L0SVjHGrkEUx5mf7MxV2ceXeE7VwWPk+hyzC5drNohsOGNPDZqxCqyX1lkbEN4kl1LiI8QFd7r0ZA==", "dev": true, "license": "MIT", "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index f0b1e49a83f15d9..a94d798eb484e2e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "prettier": "3.5.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.6.11", - "pretty-bytes": "6.1.1", + "pretty-bytes": "7.0.0", "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "5.5.0",