diff --git a/package-lock.json b/package-lock.json index 546f7a07a1d..8a92515aece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "jest-serializer-vue": "^3.1.0", "prosemirror-test-builder": "^1.1.1", "vite": "^4.4.9", - "vite-plugin-commonjs": "^0.8.2", + "vite-plugin-commonjs": "^0.9.0", "vue-demi": "^0.14.6", "vue-template-compiler": "^2.7.14" }, @@ -22343,9 +22343,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", @@ -39981,9 +39981,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 e4a065b684c..bdbe9f7c520 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "jest-serializer-vue": "^3.1.0", "prosemirror-test-builder": "^1.1.1", "vite": "^4.4.9", - "vite-plugin-commonjs": "^0.8.2", + "vite-plugin-commonjs": "^0.9.0", "vue-demi": "^0.14.6", "vue-template-compiler": "^2.7.14" },