diff --git a/package-lock.json b/package-lock.json index cf334e0c..5b012858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19129,14 +19129,16 @@ } }, "node_modules/unplugin": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.6.0.tgz", - "integrity": "sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz", + "integrity": "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==", + "license": "MIT", "dependencies": { - "acorn": "^8.11.2", - "chokidar": "^3.5.3", - "webpack-sources": "^3.2.3", - "webpack-virtual-modules": "^0.6.1" + "acorn": "^8.14.0", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": ">=18.12.0" } }, "node_modules/unset-value": { @@ -19729,15 +19731,17 @@ }, "node_modules/webpack-sources": { "version": "3.2.3", + "dev": true, "license": "MIT", "engines": { "node": ">=10.13.0" } }, "node_modules/webpack-virtual-modules": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz", - "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==" + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", + "license": "MIT" }, "node_modules/webpack/node_modules/ajv": { "version": "6.12.6", @@ -20208,7 +20212,7 @@ "atomizer": "^3.18.2", "fs-extra": "^11.2.0", "lodash-es": "^4.17.21", - "unplugin": "^1.6.0" + "unplugin": "^2.1.2" }, "engines": { "node": ">=16.0", diff --git a/packages/atomizer-plugins/package.json b/packages/atomizer-plugins/package.json index c3492e05..4d7a8646 100644 --- a/packages/atomizer-plugins/package.json +++ b/packages/atomizer-plugins/package.json @@ -45,7 +45,7 @@ "atomizer": "^3.18.2", "fs-extra": "^11.2.0", "lodash-es": "^4.17.21", - "unplugin": "^1.6.0" + "unplugin": "^2.1.2" }, "engines": { "node": ">=16.0",