#5 - (js) Bump vue-loader from 16.8.3 to 17.0.0

Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 16.8.3 to 17.0.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/commits)

---
updated-dependencies:
- dependency-name: vue-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-12 07:49:56 +00:00 committed by GitHub
parent 2abd83526d
commit 381557582f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"postcss": "^8.4.5", "postcss": "^8.4.5",
"tailwindcss": "^3.0.12", "tailwindcss": "^3.0.12",
"vue": "^3.2.26", "vue": "^3.2.26",
"vue-loader": "^16.8.3" "vue-loader": "^17.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.6.0", "eslint": "^8.6.0",
@ -8893,9 +8893,9 @@
} }
}, },
"node_modules/vue-loader": { "node_modules/vue-loader": {
"version": "16.8.3", "version": "17.0.0",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.0.tgz",
"integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", "integrity": "sha512-OWSXjrzIvbF2LtOUmxT3HYgwwubbfFelN8PAP9R9dwpIkj48TVioHhWWSx7W7fk+iF5cgg3CBJRxwTdtLU4Ecg==",
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
@ -15971,9 +15971,9 @@
} }
}, },
"vue-loader": { "vue-loader": {
"version": "16.8.3", "version": "17.0.0",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.0.tgz",
"integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", "integrity": "sha512-OWSXjrzIvbF2LtOUmxT3HYgwwubbfFelN8PAP9R9dwpIkj48TVioHhWWSx7W7fk+iF5cgg3CBJRxwTdtLU4Ecg==",
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",

View File

@ -26,7 +26,7 @@
"postcss": "^8.4.5", "postcss": "^8.4.5",
"tailwindcss": "^3.0.12", "tailwindcss": "^3.0.12",
"vue": "^3.2.26", "vue": "^3.2.26",
"vue-loader": "^16.8.3" "vue-loader": "^17.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.6.0", "eslint": "^8.6.0",