From d99c4220f9370134670237089108fc8b7bc044fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2019 08:00:57 +0000 Subject: [PATCH] chore: upgrade react-router from 5.1.0 to 5.1.1 Snyk has created this PR to upgrade react-router from 5.1.0 to 5.1.1. See this package in NPM: https://www.npmjs.com/package/react-router See this project in Snyk: https://app.snyk.io/org/xmartinezpujol/project/8c6e1986-91c1-4899-8aac-f50aa2ef9376?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 25 ++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbc03eb..fd14a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14114,9 +14114,9 @@ } }, "react-router": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.0.tgz", - "integrity": "sha512-n9HXxaL/6yRlig9XPfGyagI8+bUNdqcu7FUAx0/Z+Us22Z8iHsbkyJ21Inebn9HOxI5Nxlfc8GNabkNSeXfhqw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.1.tgz", + "integrity": "sha512-ozTXqxKZsn4GfZqpG5rVFHSSxlNuDoMNxgyjM+mFJVhqlnPwwkRsAPkDm1PcNjBdYxMzqAhtz48HkQB6fSYaAQ==", "requires": { "@babel/runtime": "^7.1.2", "history": "^4.9.0", @@ -14142,6 +14142,25 @@ "react-router": "5.1.0", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" + }, + "dependencies": { + "react-router": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.0.tgz", + "integrity": "sha512-n9HXxaL/6yRlig9XPfGyagI8+bUNdqcu7FUAx0/Z+Us22Z8iHsbkyJ21Inebn9HOxI5Nxlfc8GNabkNSeXfhqw==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "hoist-non-react-statics": "^3.1.0", + "loose-envify": "^1.3.1", + "mini-create-react-context": "^0.3.0", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.2", + "react-is": "^16.6.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + } + } } }, "react-syntax-highlighter": { diff --git a/package.json b/package.json index 89a40c4..1947403 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-dropzone": "^10.1.9", "react-markdown": "^4.2.2", "react-redux": "^7.1.1", - "react-router": "^5.1.0", + "react-router": "^5.1.1", "react-router-dom": "^5.1.0", "react-syntax-highlighter": "^11.0.2", "redux": "^4.0.4",