From 32f0f06a2d0eaee96a1343111fc6f05ebc888276 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 13:43:56 -0500 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-remove-trailing-slashes (#4161) Bumps [gatsby-plugin-remove-trailing-slashes](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-remove-trailing-slashes) from 2.1.9 to 2.1.10. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.1.10/packages/gatsby-plugin-remove-trailing-slashes) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3facd9e289..ab5c7a176b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12225,18 +12225,18 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.9.tgz", - "integrity": "sha512-BVjVxQ8ksehFHNFZI1ZzoPiGp6wkW7Mop8FA7Wa3aLP8B+47iHdQhSW+b5ZNCvv778EdDOp6U6d3Eq5BWduzDw==", + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.10.tgz", + "integrity": "sha512-bIMvR8M7/1xo+/Js/b22op/cGu7GDgYz8nnfK9kXI+pt5Iu4fCY1aY4vH8wbBEW1TP71tm1/WN20QauY93pzlQ==", "dev": true, "requires": { - "@babel/runtime": "^7.6.2" + "@babel/runtime": "^7.6.3" }, "dependencies": { "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", + "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index b68aea5375..bebc3c321e 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-page-creator": "^2.1.24", "gatsby-plugin-react-helmet": "^3.1.10", - "gatsby-plugin-remove-trailing-slashes": "^2.1.9", + "gatsby-plugin-remove-trailing-slashes": "^2.1.10", "gatsby-plugin-styled-components": "^3.1.8", "gatsby-plugin-typescript": "^2.1.11", "got": "^9.6.0",