diff --git a/package-lock.json b/package-lock.json index 6457cb3..c967c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "inter-ui": "^4.1.0" }, "devDependencies": { - "@erbelion/vite-plugin-laravel-purgecss": "^0.3.4", + "@erbelion/vite-plugin-laravel-purgecss": "^0.4.0", "axios": "^1.7.9", "laravel-vite-plugin": "^1.2", "lint-staged": "^16.0.0", @@ -20,9 +20,9 @@ } }, "node_modules/@erbelion/vite-plugin-laravel-purgecss": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@erbelion/vite-plugin-laravel-purgecss/-/vite-plugin-laravel-purgecss-0.3.4.tgz", - "integrity": "sha512-Z/7VSH9i7T/7TBmbjNiUJCpZcub5u2YXeqIUCh3Mi/6asbOER4lXnc1OxpEVRFderiBDficmVehx55lWa6cTfQ==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@erbelion/vite-plugin-laravel-purgecss/-/vite-plugin-laravel-purgecss-0.4.0.tgz", + "integrity": "sha512-GJnX0JOTEN56/7ZDP/pXU8I1/wkWB/uXPGb8mJJaQ2lUwDnjwMkCG9fy5DRMbQKOPhNkizg39ymfsivmcNBiPQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1150,6 +1150,22 @@ "dev": true, "license": "MIT" }, + "node_modules/ansi-escapes": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", + "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "environment": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ansi-regex": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", @@ -1268,6 +1284,39 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/cli-cursor": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", + "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-truncate": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "dev": true, + "license": "MIT", + "dependencies": { + "slice-ansi": "^5.0.0", + "string-width": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", diff --git a/package.json b/package.json index 2f3e466..a89415f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "phpstan": "vendor/bin/phpstan analyse --memory-limit=2G" }, "devDependencies": { - "@erbelion/vite-plugin-laravel-purgecss": "^0.3.4", + "@erbelion/vite-plugin-laravel-purgecss": "^0.4.0", "axios": "^1.7.9", "laravel-vite-plugin": "^1.2", "lint-staged": "^16.0.0",