Merge pull request #4353 from nextcloud/renovate/main-vite-plugin-commonjs-0.x

This commit is contained in:
Julius Härtl 2023-06-24 09:33:50 +02:00 коммит произвёл GitHub
Родитель a94d8bd206 b755a638ba
Коммит c6a6d5e319
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 14 добавлений и 14 удалений

26
package-lock.json сгенерированный
Просмотреть файл

@ -103,7 +103,7 @@
"jest-serializer-vue": "^3.1.0",
"prosemirror-test-builder": "^1.1.1",
"vite": "^4.3.9",
"vite-plugin-commonjs": "^0.7.1",
"vite-plugin-commonjs": "^0.8.0",
"vue-demi": "^0.14.5",
"vue-template-compiler": "^2.7.14"
},
@ -20581,9 +20581,9 @@
}
},
"node_modules/vite-plugin-commonjs": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.7.1.tgz",
"integrity": "sha512-pRkI+pKW3NygFGTiLRejEntiJL0N+yC1wpnzne2bQ/bAqYwZWAzFU7XgU6EC8GE898ZAKfAZ6bhDP+uL+pM61Q==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.8.0.tgz",
"integrity": "sha512-55v9Gjp2MpZ0vaDLNRbztI9hiTXaw/aQ8QnqNhGz4lwH0nnYHGeEOjzRS3kTrRljB8m6GQUrgi59UWu6N9KjVQ==",
"dev": true,
"dependencies": {
"acorn": "^8.8.2",
@ -20592,9 +20592,9 @@
}
},
"node_modules/vite-plugin-commonjs/node_modules/acorn": {
"version": "8.8.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
"integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz",
"integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
"dev": true,
"bin": {
"acorn": "bin/acorn"
@ -37067,9 +37067,9 @@
}
},
"vite-plugin-commonjs": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.7.1.tgz",
"integrity": "sha512-pRkI+pKW3NygFGTiLRejEntiJL0N+yC1wpnzne2bQ/bAqYwZWAzFU7XgU6EC8GE898ZAKfAZ6bhDP+uL+pM61Q==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/vite-plugin-commonjs/-/vite-plugin-commonjs-0.8.0.tgz",
"integrity": "sha512-55v9Gjp2MpZ0vaDLNRbztI9hiTXaw/aQ8QnqNhGz4lwH0nnYHGeEOjzRS3kTrRljB8m6GQUrgi59UWu6N9KjVQ==",
"dev": true,
"requires": {
"acorn": "^8.8.2",
@ -37078,9 +37078,9 @@
},
"dependencies": {
"acorn": {
"version": "8.8.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
"integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz",
"integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
"dev": true
}
}

Просмотреть файл

@ -132,7 +132,7 @@
"jest-serializer-vue": "^3.1.0",
"prosemirror-test-builder": "^1.1.1",
"vite": "^4.3.9",
"vite-plugin-commonjs": "^0.7.1",
"vite-plugin-commonjs": "^0.8.0",
"vue-demi": "^0.14.5",
"vue-template-compiler": "^2.7.14"
},