diff --git a/gatsby-starter-jsonresume/package.json b/gatsby-starter-jsonresume/package.json index a428069..d015206 100644 --- a/gatsby-starter-jsonresume/package.json +++ b/gatsby-starter-jsonresume/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "gatsby": "^4.24.4", - "gatsby-plugin-react-svg": "^3.1.0", + "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-styled-components": "^5.24.0", "gatsby-theme-jsonresume": "*", "grommet": "^2.27.0", diff --git a/yarn.lock b/yarn.lock index 98f66a3..60d98e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6418,10 +6418,10 @@ gatsby-plugin-page-creator@^4.24.1: globby "^11.1.0" lodash "^4.17.21" -gatsby-plugin-react-svg@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.1.0.tgz#00269f182793f1f624bbfb9817608f6ee26f7b70" - integrity sha512-OiEeTRQ+tzf7YrOnj87uMD6AGRl7BKxogAp1CUDtfiP+WGWZ99S5PeDLHJW5ExxGH1NVzWlNgtJjNmJhDksPhg== +gatsby-plugin-react-svg@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.3.0.tgz#1dad8594ecd6ffd86e5ff45e1b9365367c999c44" + integrity sha512-kFPElMFu1QCkiFCm1pSrVkOHAeafU6wkD0qCVPs7nL/Txh5KFh0aOO6Feiwvfre1Jo+Eg3lwCuGmgsy9L+4pDg== dependencies: svg-react-loader "^0.4.6"