diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index 86a7e220..c7298ea6 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -59,7 +59,7 @@ "find-up": "5.0.0", "glob": "9.3.2", "magic-string": "0.27.0", - "unplugin": "1.0.1" + "unplugin": "1.5.0" }, "devDependencies": { "@babel/core": "7.18.5", diff --git a/packages/esbuild-plugin/package.json b/packages/esbuild-plugin/package.json index 827f56ab..b917dc3c 100644 --- a/packages/esbuild-plugin/package.json +++ b/packages/esbuild-plugin/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@sentry/bundler-plugin-core": "2.10.0", - "unplugin": "1.0.1", + "unplugin": "1.5.0", "uuid": "^9.0.0" }, "devDependencies": { diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 2b75ccf6..098dd392 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "@sentry/bundler-plugin-core": "2.10.0", - "unplugin": "1.0.1" + "unplugin": "1.5.0" }, "peerDependencies": { "rollup": ">=3.2.0" diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index c9c64e12..c77f13ff 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@sentry/bundler-plugin-core": "2.10.0", - "unplugin": "1.0.1" + "unplugin": "1.5.0" }, "devDependencies": { "@babel/core": "7.18.5", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 2135534e..14afbdd8 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@sentry/bundler-plugin-core": "2.10.0", - "unplugin": "1.0.1", + "unplugin": "1.5.0", "uuid": "^9.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 0e65c43f..c9b9c664 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3519,7 +3519,12 @@ acorn@^7.1.1: resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.2.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0, acorn@^8.8.1: +acorn@^8.10.0: + version "8.11.2" + resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz#ca0d78b51895be5390a5903c5b3bdcdaf78ae40b" + integrity sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w== + +acorn@^8.2.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0: version "8.8.2" resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== @@ -12253,12 +12258,12 @@ unpipe@1.0.0, unpipe@~1.0.0: resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== -unplugin@1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/unplugin/-/unplugin-1.0.1.tgz#83b528b981cdcea1cad422a12cd02e695195ef3f" - integrity sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA== +unplugin@1.5.0: + version "1.5.0" + resolved "https://registry.npmjs.org/unplugin/-/unplugin-1.5.0.tgz#8938ae84defe62afc7757df9ca05d27160f6c20c" + integrity sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A== dependencies: - acorn "^8.8.1" + acorn "^8.10.0" chokidar "^3.5.3" webpack-sources "^3.2.3" webpack-virtual-modules "^0.5.0"