diff --git a/package-lock.json b/package-lock.json index 39977df..0c968f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15132,12 +15132,23 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.3.3.tgz", - "integrity": "sha512-vKVdBSE7lg0J55frWaTOs65PKHb6yQJOVA5xayvAbojWEidwOwurQvpdDxBug0b6WAVLqihYnlIN/EUnI7MWEg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.6.0.tgz", + "integrity": "sha512-Hj9vwS9cMlpcsYZoIT5k3fuzEyPz+JJk1YrKjh7zFRtW5WxL43NjK45I2bT0OuhzzLZ36CBaVTTLqD5gCqJbSA==", "dev": true, "requires": { - "@babel/runtime": "^7.9.6" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index e856023..1f5a56d 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-prefer-arrow": "^1.2.2", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", - "gatsby-plugin-remove-trailing-slashes": "^2.3.3", + "gatsby-plugin-remove-trailing-slashes": "^2.6.0", "prettier": "^2.0.5", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0"