From 71e8156ded19e1e312cf82feec25890c7af58405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:41:35 +0000 Subject: [PATCH] chore(deps): bump unplugin from 1.5.0 to 1.5.1 Bumps [unplugin](https://github.com/unjs/unplugin) from 1.5.0 to 1.5.1. - [Changelog](https://github.com/unjs/unplugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/unplugin/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: unplugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++----------- packages/atomizer-plugins/package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69b59ef6..118e8d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4739,9 +4739,9 @@ } }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "bin": { "acorn": "bin/acorn" }, @@ -19690,14 +19690,14 @@ } }, "node_modules/unplugin": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.5.0.tgz", - "integrity": "sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.5.1.tgz", + "integrity": "sha512-0QkvG13z6RD+1L1FoibQqnvTwVBXvS4XSPwAyinVgoOCl2jAgwzdUKmEj05o4Lt8xwQI85Hb6mSyYkcAGwZPew==", "dependencies": { - "acorn": "^8.10.0", + "acorn": "^8.11.2", "chokidar": "^3.5.3", "webpack-sources": "^3.2.3", - "webpack-virtual-modules": "^0.5.0" + "webpack-virtual-modules": "^0.6.0" } }, "node_modules/unset-value": { @@ -20322,8 +20322,9 @@ } }, "node_modules/webpack-virtual-modules": { - "version": "0.5.0", - "license": "MIT" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.0.tgz", + "integrity": "sha512-KnaMTE6EItz/f2q4Gwg5/rmeKVi79OR58NoYnwDJqCk9ywMtTGbBnBcfoBtN4QbYu0lWXvyMoH2Owxuhe4qI6Q==" }, "node_modules/webpack/node_modules/ajv": { "version": "6.12.6", @@ -20806,7 +20807,7 @@ "atomizer": "^3.18.2", "fs-extra": "^11.1.1", "lodash-es": "^4.17.21", - "unplugin": "^1.5.0" + "unplugin": "^1.5.1" }, "engines": { "node": ">=16.0", diff --git a/packages/atomizer-plugins/package.json b/packages/atomizer-plugins/package.json index fa3d17b0..3c017b69 100644 --- a/packages/atomizer-plugins/package.json +++ b/packages/atomizer-plugins/package.json @@ -45,7 +45,7 @@ "atomizer": "^3.18.2", "fs-extra": "^11.1.1", "lodash-es": "^4.17.21", - "unplugin": "^1.5.0" + "unplugin": "^1.5.1" }, "engines": { "node": ">=16.0",