From cbbd8f81c9d517b3eab537fb76a1478e6399f385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 04:02:56 +0000 Subject: [PATCH] Bump gatsby-plugin-csp from 1.1.3 to 1.1.4 Bumps [gatsby-plugin-csp](https://github.com/bejamas/gatsby-plugin-csp) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/bejamas/gatsby-plugin-csp/releases) - [Commits](https://github.com/bejamas/gatsby-plugin-csp/compare/1.1.3...1.1.4) --- updated-dependencies: - dependency-name: gatsby-plugin-csp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"