chore(deps-dev): bump @nuxtjs/svg from 0.2.0 to 0.3.0

Bumps [@nuxtjs/svg](https://github.com/nuxt-community/svg-module) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/nuxt-community/svg-module/releases)
- [Commits](https://github.com/nuxt-community/svg-module/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: "@nuxtjs/svg"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-30 00:03:04 +00:00 committed by GitHub
parent 1fc2204004
commit 56904a7031
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

@ -41,7 +41,7 @@
"@nuxtjs/eslint-config-typescript": "^6.0.0", "@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/svg": "^0.2.0", "@nuxtjs/svg": "^0.3.0",
"@nuxtjs/vuetify": "^1.12.1", "@nuxtjs/vuetify": "^1.12.1",
"@types/color-convert": "^2.0.0", "@types/color-convert": "^2.0.0",
"@types/color-name": "^1.1.1", "@types/color-name": "^1.1.1",
@ -4182,9 +4182,9 @@
} }
}, },
"node_modules/@nuxtjs/svg": { "node_modules/@nuxtjs/svg": {
"version": "0.2.0", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/svg/-/svg-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/svg/-/svg-0.3.0.tgz",
"integrity": "sha512-H+71LjTdtNqhXVI8P5tJJdWyUMpz1xomCz0iU82Tj5SxIn1MNFs357wLecHxPHz6cIGa6rpSzTguk/v++cUzkg==", "integrity": "sha512-eokmEiDYE6bZR6FNUQ6VlOnck1Z2lfxlZUv56JNXXSpD6SR6qvfxmQYgTuxD++7//LcsRSqBOb54EL+ebwnDRQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"file-loader": "^6.0.0", "file-loader": "^6.0.0",
@ -28311,9 +28311,9 @@
} }
}, },
"@nuxtjs/svg": { "@nuxtjs/svg": {
"version": "0.2.0", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/svg/-/svg-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/svg/-/svg-0.3.0.tgz",
"integrity": "sha512-H+71LjTdtNqhXVI8P5tJJdWyUMpz1xomCz0iU82Tj5SxIn1MNFs357wLecHxPHz6cIGa6rpSzTguk/v++cUzkg==", "integrity": "sha512-eokmEiDYE6bZR6FNUQ6VlOnck1Z2lfxlZUv56JNXXSpD6SR6qvfxmQYgTuxD++7//LcsRSqBOb54EL+ebwnDRQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"file-loader": "^6.0.0", "file-loader": "^6.0.0",

View file

@ -68,7 +68,7 @@
"@nuxtjs/eslint-config-typescript": "^6.0.0", "@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/svg": "^0.2.0", "@nuxtjs/svg": "^0.3.0",
"@nuxtjs/vuetify": "^1.12.1", "@nuxtjs/vuetify": "^1.12.1",
"@types/color-convert": "^2.0.0", "@types/color-convert": "^2.0.0",
"@types/color-name": "^1.1.1", "@types/color-name": "^1.1.1",