From 4551efa1be90d265a5bcd7f0b7dd61780d1eef8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 08:28:45 +0000 Subject: [PATCH] Bump gatsby-plugin-nprogress from 3.6.0 to 3.8.0 Bumps [gatsby-plugin-nprogress](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-nprogress) from 3.6.0 to 3.8.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.8.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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86bc3f67f..511de4bec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "gatsby": "^3.8.1", "gatsby-cli": "^3.6.0", "gatsby-plugin-algolia": "^0.20.1", - "gatsby-plugin-nprogress": "^3.6.0", + "gatsby-plugin-nprogress": "^3.8.0", "gatsby-source-custom-api": "^2.1.4", "gatsby-source-filesystem": "^3.8.0", "husky": "^4.3.7", @@ -13167,12 +13167,12 @@ } }, "node_modules/gatsby-plugin-nprogress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-3.6.0.tgz", - "integrity": "sha512-1t1b6A2bOLsOPZZuCMZe6WGBFDwjRpuJRi1kskJys5RAs+FGvmyo3Y9K9yy2C/soOie+zRLz48CCPY5Uyw6EdA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-3.8.0.tgz", + "integrity": "sha512-Zf3TombX5wOQPtiCNfZ5Ik1EczpYmoziWI6EEE6yxvMmAMnY4HewZ1SNSLhkUF0J3KCjPEunvFAMlA4yM3edrw==", "dev": true, "dependencies": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "nprogress": "^0.2.0" }, "engines": { @@ -49404,12 +49404,12 @@ } }, "gatsby-plugin-nprogress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-3.6.0.tgz", - "integrity": "sha512-1t1b6A2bOLsOPZZuCMZe6WGBFDwjRpuJRi1kskJys5RAs+FGvmyo3Y9K9yy2C/soOie+zRLz48CCPY5Uyw6EdA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-3.8.0.tgz", + "integrity": "sha512-Zf3TombX5wOQPtiCNfZ5Ik1EczpYmoziWI6EEE6yxvMmAMnY4HewZ1SNSLhkUF0J3KCjPEunvFAMlA4yM3edrw==", "dev": true, "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "nprogress": "^0.2.0" } }, diff --git a/package.json b/package.json index 054ae04b6..de5a079b5 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "gatsby": "^3.8.1", "gatsby-cli": "^3.6.0", "gatsby-plugin-algolia": "^0.20.1", - "gatsby-plugin-nprogress": "^3.6.0", + "gatsby-plugin-nprogress": "^3.8.0", "gatsby-source-custom-api": "^2.1.4", "gatsby-source-filesystem": "^3.8.0", "husky": "^4.3.7",