From 4367446666bb57341afeb6e2e349d1357c1e0605 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2019 07:59:51 +0000 Subject: [PATCH] chore: upgrade react-router-dom from 5.0.1 to 5.1.0 Snyk has created this PR to upgrade react-router-dom from 5.0.1 to 5.1.0. See this package in NPM: https://www.npmjs.com/package/react-router-dom 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 | 27 ++++----------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04566fa..a29a85a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14131,36 +14131,17 @@ } }, "react-router-dom": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.0.1.tgz", - "integrity": "sha512-zaVHSy7NN0G91/Bz9GD4owex5+eop+KvgbxXsP/O+iW1/Ln+BrJ8QiIR5a6xNPtrdTvLkxqlDClx13QO1uB8CA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.0.tgz", + "integrity": "sha512-OkxKbMKjO7IkYqnoaZNX19MnwgjhxwZE871cPUTq0YU2wpIw7QwGxSnSoNRMOa7wO1TwvJJMFpgiEB4C/gVhTw==", "requires": { "@babel/runtime": "^7.1.2", "history": "^4.9.0", "loose-envify": "^1.3.1", "prop-types": "^15.6.2", - "react-router": "5.0.1", + "react-router": "5.1.0", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" - }, - "dependencies": { - "react-router": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.0.1.tgz", - "integrity": "sha512-EM7suCPNKb1NxcTZ2LEOWFtQBQRQXecLxVpdsP4DW4PbbqYWeRiLyV/Tt1SdCrvT2jcyXAXmVTmzvSzrPR63Bg==", - "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 a8aa8dc..4ed3f30 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-markdown": "^4.2.2", "react-redux": "^7.1.1", "react-router": "^5.1.0", - "react-router-dom": "^5.0.0", + "react-router-dom": "^5.1.0", "react-syntax-highlighter": "^11.0.2", "redux": "^4.0.4", "redux-thunk": "^2.3.0",