From b5653a922e9d19f0e74780192b2281ffef0f8864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:03:46 +0000 Subject: [PATCH] Bump @adamlui/minify.js in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@adamlui/minify.js](https://github.com/adamlui/minify.js). Updates `@adamlui/minify.js` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/adamlui/minify.js/releases) - [Commits](https://github.com/adamlui/minify.js/compare/node.js-v2.5.3...node.js-v2.5.4) --- updated-dependencies: - dependency-name: "@adamlui/minify.js" dependency-version: 2.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2711579fe..216d28417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ ], "license": "MIT", "devDependencies": { - "@adamlui/minify.js": "^2.5.3", + "@adamlui/minify.js": "^2.5.4", "@eslint/js": "^10.0.1", "@eslint/json": "^2.0.1", "@eslint/markdown": "^8.0.3", @@ -45,9 +45,9 @@ } }, "node_modules/@adamlui/minify.js": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@adamlui/minify.js/-/minify.js-2.5.3.tgz", - "integrity": "sha512-/886VseIe6ZB5LG1F3LdSdST2c/9iY/eb6ikjHO5W4P/HMl+NAOIu66eE4eTZ6srQVrXbpgtrvTGNoBIjHJxVw==", + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/@adamlui/minify.js/-/minify.js-2.5.4.tgz", + "integrity": "sha512-ZAegHl0jr/tsQJYM5jaDjh93rC1blA0GxER4CjdlzTYvdbANWhsuNeoY/m9m4cebUgwekomwZ0ARQrO50aN1ZQ==", "dev": true, "funding": [ { @@ -65,7 +65,7 @@ ], "license": "MIT", "dependencies": { - "console-table-printer": "^2.15.0", + "console-table-printer": "^2.16.1", "is-unicode-supported": "^2.1.0", "node-clipboardy": "^1.0.3", "non-latin-locales": "^1.0.1", @@ -895,9 +895,9 @@ } }, "node_modules/console-table-printer": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.15.0.tgz", - "integrity": "sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.16.1.tgz", + "integrity": "sha512-Sc9FRJ4O9xKGNrvulNdPfK5SyBcZ6lcaRnDE4AQ/uw6IDtjHhsqyzzqcnMikjyGaiOOF2tNOKoBhbVjRvFy9Lw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3cafa08f8..63f65d8dc 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "bump:res": "node utils/bump/userscript-requires --cache" }, "devDependencies": { - "@adamlui/minify.js": "^2.5.3", + "@adamlui/minify.js": "^2.5.4", "@eslint/js": "^10.0.1", "@eslint/json": "^2.0.1", "@eslint/markdown": "^8.0.3",