From 67177abe4e35541acccd7ddb738729fe1be0ba01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:28:57 +0000 Subject: [PATCH] Bump gatsby-plugin-nprogress from 3.10.0 to 3.14.0 Bumps [gatsby-plugin-nprogress](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-nprogress) from 3.10.0 to 3.14.0. - [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@3.14.0/packages/gatsby-plugin-nprogress) --- updated-dependencies: - dependency-name: gatsby-plugin-nprogress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccd313d50..b47d1d882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10882,13 +10882,24 @@ "dev": true }, "gatsby-plugin-nprogress": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-3.10.0.tgz", - "integrity": "sha512-5E/aoN7Qh6aiCViu/CUNLonajheenj7UeIzXAHBT/acP9f/knkc+9OU2TCvD9m/kUA5CqNSM5AxpJXG7XRmBKA==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-3.14.0.tgz", + "integrity": "sha512-ILu81jbmD065fZiB0gD04Yeb9fW2QziyAMoeUz4QkzufJybLpXpSX7djlpDlSNPv9269IfqYhhFvx3ZOyr6Ehg==", "dev": true, "requires": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.15.4", "nprogress": "^0.2.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-page-creator": { diff --git a/package.json b/package.json index f07f83200..8edb65130 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "gatsby-cli": "^3.13.0", "gatsby-plugin-algolia": "^0.22.2", "gatsby-plugin-matomo": "^0.10.0", - "gatsby-plugin-nprogress": "^3.10.0", + "gatsby-plugin-nprogress": "^3.14.0", "gatsby-source-custom-api": "^2.3.1", "gatsby-source-filesystem": "^3.14.0", "husky": "^4.3.7",