diff --git a/package-lock.json b/package-lock.json index 9ffa340930..d6ad316cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12186,9 +12186,9 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.0.tgz", - "integrity": "sha512-loOVqen2bdc2eeC3nnB6zuqEckItHOoIcSXiUuTMLwWWTbhmxSKKGBux+2wMkfdxWlzP0Bnxur1MOpaz9FMN2w==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.2.tgz", + "integrity": "sha512-CSAsXXcfQ3gDOfs+5P/9DdC8ErFA40Z7saxzJSk56fu2tzrmvrhcKCpXptPZTdY7h7clDwZUN6xiJ2vZlpuhyA==", "dev": true, "requires": { "@babel/runtime": "^7.0.0" diff --git a/package.json b/package.json index 78e44ed7e3..036df00071 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "gatsby-plugin-catch-links": "^2.1.2", "gatsby-plugin-page-creator": "^2.1.5", "gatsby-plugin-react-helmet": "^3.1.3", - "gatsby-plugin-remove-trailing-slashes": "^2.1.0", + "gatsby-plugin-remove-trailing-slashes": "^2.1.2", "gatsby-plugin-styled-components": "^3.1.2", "gatsby-plugin-typescript": "^2.1.2", "got": "^9.6.0",