From 48d22a8cbf144f5c65259eeff5afab2771faada2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 05:22:07 +0000 Subject: [PATCH] Bump gatsby-plugin-nprogress from 2.3.10 to 2.3.13 Bumps [gatsby-plugin-nprogress](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-nprogress) from 2.3.10 to 2.3.13. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-nprogress/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.3.13/packages/gatsby-plugin-nprogress) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 63a26a4ab..0fc0bd868 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "eslint-plugin-react": "^7.21.4", "eslint-plugin-standard": "^4.0.1", "gatsby": "^2.24.83", - "gatsby-plugin-nprogress": "^2.3.10", + "gatsby-plugin-nprogress": "^2.3.13", "gatsby-source-custom-api": "^2.1.4", "husky": "^4.3.0", "identity-obj-proxy": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 6b755bf73..2ddd25ec1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1049,7 +1049,7 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740" integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== @@ -8141,12 +8141,12 @@ gatsby-plugin-favicon@^3.1.6: html-react-parser "^0.6.4" lodash "^4.17.11" -gatsby-plugin-nprogress@^2.3.10: - version "2.3.10" - resolved "https://registry.yarnpkg.com/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.3.10.tgz#58d8134550d4940b8ffa87445e1dd6a8dca67e56" - integrity sha512-iB20T8gLp4l1Zi+/ji6WDttIIvw160jwJmlQNYKxxPCe3+koBzQ9TZgxMJqI4uT5gXACpRIQx7c9Sg1YMJ3Mzg== +gatsby-plugin-nprogress@^2.3.13: + version "2.3.13" + resolved "https://registry.yarnpkg.com/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.3.13.tgz#f1e8ccd8d60c1d73ef65fcb06a7aa5607dbcc5c7" + integrity sha512-5B6IZJpAIS5DyUbjACVeZkc2u0jgjq/lonoqaLRnMQMFdGDNNaFFR495vZbGD2dB0bQkqp9iCXbWtle/0sD11Q== dependencies: - "@babel/runtime" "^7.10.3" + "@babel/runtime" "^7.11.2" nprogress "^0.2.0" gatsby-plugin-page-creator@^2.3.33: