diff --git a/package-lock.json b/package-lock.json index 7a1d072723..4ad062f347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "jest-environment-jsdom": "^29.6.2", "jest-serializer-vue": "^2.0.2", "vite": "^3.2.7", - "vite-plugin-commonjs": "^0.8.2", + "vite-plugin-commonjs": "^0.9.0", "vue-demi": "^0.14.5", "vue-template-compiler": "^2.7.14" }, @@ -21010,9 +21010,9 @@ } }, "node_modules/vite-plugin-commonjs": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.8.2.tgz", - "integrity": "sha512-UJlvuioutS7Tno3p3Dqxkr0G4xXt8ILYsJzOiyvFlEsyAxFRofsBGHN/Sl15q0Y4vtvvC7+QZCc6GuUxOM6Cmg==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.9.0.tgz", + "integrity": "sha512-rgQ+9D3uN/mKDb08EFjVJTVFhXZSuFZdZSjGnrWorqoO+3VVTkDMDKEHts8gh9ypWjoOn8F4M9WKVNqUw1GKlA==", "dev": true, "dependencies": { "acorn": "^8.8.2", @@ -37503,9 +37503,9 @@ } }, "vite-plugin-commonjs": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.8.2.tgz", - "integrity": "sha512-UJlvuioutS7Tno3p3Dqxkr0G4xXt8ILYsJzOiyvFlEsyAxFRofsBGHN/Sl15q0Y4vtvvC7+QZCc6GuUxOM6Cmg==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.9.0.tgz", + "integrity": "sha512-rgQ+9D3uN/mKDb08EFjVJTVFhXZSuFZdZSjGnrWorqoO+3VVTkDMDKEHts8gh9ypWjoOn8F4M9WKVNqUw1GKlA==", "dev": true, "requires": { "acorn": "^8.8.2", diff --git a/package.json b/package.json index 2cd9288135..bbd77952a5 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "jest-environment-jsdom": "^29.6.2", "jest-serializer-vue": "^2.0.2", "vite": "^3.2.7", - "vite-plugin-commonjs": "^0.8.2", + "vite-plugin-commonjs": "^0.9.0", "vue-demi": "^0.14.5", "vue-template-compiler": "^2.7.14" },