diff --git a/package-lock.json b/package-lock.json index 8026766f5..eb751484b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13749,9 +13749,9 @@ } }, "gatsby-plugin-nprogress": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.9.0.tgz", - "integrity": "sha512-zaYokx5qz2E0frSf5ts/oS0eqkJgYVZZaE+a72zwn7vhUtuf2jiXydt8fdQtDyxH2nMyoj1weAZafOSCyGL7UQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.10.0.tgz", + "integrity": "sha512-V2sJ3qcE59ui0IFvkXnMRdp5PmF6vYAtaE/8v4as9i+lLCmeroP25pCZCdiSNFY8avbX1JLIFAshOw4Iw9y6vg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 7293d7367..e2ca7788b 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint-plugin-standard": "^5.0.0", "gatsby": "^2.32.8", "gatsby-plugin-algolia": "^0.16.2", - "gatsby-plugin-nprogress": "^2.9.0", + "gatsby-plugin-nprogress": "^2.10.0", "gatsby-source-custom-api": "^2.1.4", "husky": "^4.3.6", "identity-obj-proxy": "^3.0.0",