Merge pull request #2358 from nicolargo/renovate/vue-loader-17.x-lockfile

chore(deps): update dependency vue-loader to v17.1.0
pull/2362/head
RazCrimson 2023-04-29 00:06:16 +05:30 committed by GitHub
commit 44c432afbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -7523,14 +7523,14 @@
"dev": true
},
"node_modules/vue-loader": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.1.tgz",
"integrity": "sha512-/OOyugJnImKCkAKrAvdsWMuwoCqGxWT5USLsjohzWbMgOwpA5wQmzQiLMzZd7DjhIfunzAGIApTOgIylz/kwcg==",
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.1.0.tgz",
"integrity": "sha512-zAjrT+TNWTpgRODxqDfzbDyvuTf5kCP9xmMk8aspQKuYNnTY2r0XK/bHu1DKLpSpk0I6fkQph5OLKB7HcRIPZw==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
"hash-sum": "^2.0.0",
"loader-utils": "^2.0.0"
"watchpack": "^2.4.0"
},
"peerDependencies": {
"webpack": "^4.1.0 || ^5.0.0-0"
@ -13869,14 +13869,14 @@
}
},
"vue-loader": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.1.tgz",
"integrity": "sha512-/OOyugJnImKCkAKrAvdsWMuwoCqGxWT5USLsjohzWbMgOwpA5wQmzQiLMzZd7DjhIfunzAGIApTOgIylz/kwcg==",
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.1.0.tgz",
"integrity": "sha512-zAjrT+TNWTpgRODxqDfzbDyvuTf5kCP9xmMk8aspQKuYNnTY2r0XK/bHu1DKLpSpk0I6fkQph5OLKB7HcRIPZw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"hash-sum": "^2.0.0",
"loader-utils": "^2.0.0"
"watchpack": "^2.4.0"
}
},
"watchpack": {