diff --git a/package.json b/package.json index b62cd963a1b..3ded54509e1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "gatsby": "^3.14.6", "gatsby-cli": "^4.21.0", "gatsby-link": "^3.14.0", - "gatsby-plugin-csp": "^1.1.3", + "gatsby-plugin-csp": "^1.1.4", "gatsby-plugin-google-analytics": "^3.14.0", "gatsby-plugin-layout": "^2.14.0", "gatsby-plugin-react-helmet": "^4.14.0", diff --git a/yarn.lock b/yarn.lock index 4d3593de501..e32430830cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6164,10 +6164,10 @@ gatsby-page-utils@^1.14.0: lodash "^4.17.21" micromatch "^4.0.4" -gatsby-plugin-csp@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gatsby-plugin-csp/-/gatsby-plugin-csp-1.1.3.tgz#27258c0f9b94cf17c55b4d42e520de9870031254" - integrity sha512-jTAdWpJXCAaqBXAmf07XVnsgHp7tdtC36XrOQUMRMrEOkEIpM+x+4X3Xma4YAmFbuGH+QKRGmbmCCRNhV//EDA== +gatsby-plugin-csp@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/gatsby-plugin-csp/-/gatsby-plugin-csp-1.1.4.tgz#f93901ae8c0bdf262c1e0dc26940e52f6bdfbff7" + integrity sha512-aMDN27QAbHcI/3F5sH9J3w4wE0vNWWKTxGXjQ4VsKVVbIfxnPNXf82i9nOp4Ef2MQT4bIKnfZjf9jaLG3aWXcQ== dependencies: "@babel/runtime" "^7.0.0" lodash.flatten "^4.4.0"