From f6f434592d523c58f267b30f68357ba72683594f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 04:44:08 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-commonjs to ^0.10.4 --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2edfb5d5ca2..9bdd58b7a9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "rollup-plugin-webpack-stats": "^1.1.1", "typescript": "^5.6.3", "vite": "^5.4.11", - "vite-plugin-commonjs": "^0.10.3", + "vite-plugin-commonjs": "^0.10.4", "vitest": "^2.1.4", "vue-demi": "^0.14.10", "vue-template-compiler": "^2.7.16" @@ -24383,9 +24383,9 @@ "license": "MIT" }, "node_modules/vite-plugin-commonjs": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.10.3.tgz", - "integrity": "sha512-trtH4dfAqrbqwiUhSKcqrfjnlXnqLHdIbYuUy943y34JnDjIX8qlpExP0nFN+kE2s6/BS6r9d1cAHS0KtiF4yQ==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.10.4.tgz", + "integrity": "sha512-eWQuvQKCcx0QYB5e5xfxBNjQKyrjEWZIR9UOkOV6JAgxVhtbZvCOF+FNC2ZijBJ3U3Px04ZMMyyMyFBVWIJ5+g==", "dev": true, "license": "MIT", "dependencies": { @@ -24395,9 +24395,9 @@ } }, "node_modules/vite-plugin-commonjs/node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", "bin": { @@ -42892,9 +42892,9 @@ } }, "vite-plugin-commonjs": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.10.3.tgz", - "integrity": "sha512-trtH4dfAqrbqwiUhSKcqrfjnlXnqLHdIbYuUy943y34JnDjIX8qlpExP0nFN+kE2s6/BS6r9d1cAHS0KtiF4yQ==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.10.4.tgz", + "integrity": "sha512-eWQuvQKCcx0QYB5e5xfxBNjQKyrjEWZIR9UOkOV6JAgxVhtbZvCOF+FNC2ZijBJ3U3Px04ZMMyyMyFBVWIJ5+g==", "dev": true, "requires": { "acorn": "^8.12.1", @@ -42903,9 +42903,9 @@ }, "dependencies": { "acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true } } diff --git a/package.json b/package.json index 2b6b7ce2307..235c94b1887 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "rollup-plugin-webpack-stats": "^1.1.1", "typescript": "^5.6.3", "vite": "^5.4.11", - "vite-plugin-commonjs": "^0.10.3", + "vite-plugin-commonjs": "^0.10.4", "vitest": "^2.1.4", "vue-demi": "^0.14.10", "vue-template-compiler": "^2.7.16"