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",