Bump vue-svg-inline-loader from 1.2.18 to 1.3.0 in /js

Bumps [vue-svg-inline-loader](https://github.com/oliverfindl/vue-svg-inline-loader) from 1.2.18 to 1.3.0.
- [Release notes](https://github.com/oliverfindl/vue-svg-inline-loader/releases)
- [Commits](https://github.com/oliverfindl/vue-svg-inline-loader/compare/v1.2.18...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-24 05:10:25 +00:00 committed by GitHub
parent 0e05d1f144
commit 245111bfb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -63,7 +63,7 @@
"typescript": "^3.6.3", "typescript": "^3.6.3",
"vue-cli-plugin-webpack-bundle-analyzer": "^1.3.0", "vue-cli-plugin-webpack-bundle-analyzer": "^1.3.0",
"vue-i18n-extract": "^1.0.2", "vue-i18n-extract": "^1.0.2",
"vue-svg-inline-loader": "^1.2.15", "vue-svg-inline-loader": "^1.3.0",
"vue-template-compiler": "^2.6.10", "vue-template-compiler": "^2.6.10",
"webpack": "^4.40.2" "webpack": "^4.40.2"
}, },

View File

@ -584,10 +584,10 @@
"@babel/helper-regex" "^7.4.4" "@babel/helper-regex" "^7.4.4"
regexpu-core "^4.5.4" regexpu-core "^4.5.4"
"@babel/polyfill@^7.4.4": "@babel/polyfill@^7.6.0":
version "7.4.4" version "7.6.0"
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.4.tgz#78801cf3dbe657844eeabf31c1cae3828051e893" resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.6.0.tgz#6d89203f8b6cd323e8d946e47774ea35dc0619cc"
integrity sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg== integrity sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==
dependencies: dependencies:
core-js "^2.6.5" core-js "^2.6.5"
regenerator-runtime "^0.13.2" regenerator-runtime "^0.13.2"
@ -649,10 +649,10 @@
core-js "^2.6.5" core-js "^2.6.5"
regenerator-runtime "^0.13.2" regenerator-runtime "^0.13.2"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5": "@babel/runtime@^7.0.0", "@babel/runtime@^7.6.0":
version "7.5.5" version "7.6.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ== integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
dependencies: dependencies:
regenerator-runtime "^0.13.2" regenerator-runtime "^0.13.2"
@ -11153,13 +11153,13 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2" hash-sum "^1.0.2"
loader-utils "^1.0.2" loader-utils "^1.0.2"
vue-svg-inline-loader@^1.2.15: vue-svg-inline-loader@^1.3.0:
version "1.2.18" version "1.3.0"
resolved "https://registry.yarnpkg.com/vue-svg-inline-loader/-/vue-svg-inline-loader-1.2.18.tgz#29c4e53d10567a59520929926e7a402a156425ce" resolved "https://registry.yarnpkg.com/vue-svg-inline-loader/-/vue-svg-inline-loader-1.3.0.tgz#0f235921bfb3fea6fca65c4e78a00831f11b9e13"
integrity sha512-yKWUs6ZrvpNkcW11IljeUhj9EoUrdTtkFyTwZYP7h6pHBJq+2iVKkIBZ7S3s84N2ifJBjsrIH8rX0JDJ1MAAbg== integrity sha512-XPrI2NyPOncPydoStHiRN/0mS+mTtP38StcF96uw6bU3bjhclZUs/QAysEDpFkRQsIroGHDS5X4jogXWy0/BZQ==
dependencies: dependencies:
"@babel/polyfill" "^7.4.4" "@babel/polyfill" "^7.6.0"
"@babel/runtime" "^7.5.5" "@babel/runtime" "^7.6.0"
core-js "^2.6.9" core-js "^2.6.9"
loader-utils "^1.2.3" loader-utils "^1.2.3"
svgo "^1.3.0" svgo "^1.3.0"