Bump react-router-dom from 6.0.2 to 6.1.1 (#142)

This commit is contained in:
dependabot[bot] 2021-12-15 01:45:23 +00:00 committed by GitHub
parent a7f52390ab
commit 9575d79e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -42,7 +42,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.1.2", "react-helmet-async": "^1.1.2",
"react-image": "^4.0.3", "react-image": "^4.0.3",
"react-router-dom": "^6.0.2", "react-router-dom": "^6.1.1",
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "^15.4.5",
"serve": "^13.0.2", "serve": "^13.0.2",
@ -14620,9 +14620,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.0.2", "version": "6.1.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.0.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.1.1.tgz",
"integrity": "sha512-8/Wm3Ed8t7TuedXjAvV39+c8j0vwrI5qVsYqjFr5WkJjsJpEvNSoLRUbtqSEYzqaTUj1IV+sbPJxvO+accvU0Q==", "integrity": "sha512-55o96RiDZmC0uD17DPqVmzzfdNd2Dc+EjkYvMAmHl43du/GItaTdFr5WwjTryNWPXZ+OOVQxQhwAX25UwxpHtw==",
"dependencies": { "dependencies": {
"history": "^5.1.0" "history": "^5.1.0"
}, },
@ -14631,12 +14631,12 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "6.0.2", "version": "6.1.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.0.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.1.1.tgz",
"integrity": "sha512-cOpJ4B6raFutr0EG8O/M2fEoyQmwvZWomf1c6W2YXBZuFBx8oTk/zqjXghwScyhfrtnt0lANXV2182NQblRxFA==", "integrity": "sha512-O3UH89DI4o+swd2q6lF4dSmpuNCxwkUXcj0zAFcVc1H+YoPE6T7uwoFMX0ws1pUvCY8lYDucFpOqCCdal6VFzg==",
"dependencies": { "dependencies": {
"history": "^5.1.0", "history": "^5.1.0",
"react-router": "6.0.2" "react-router": "6.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=16.8", "react": ">=16.8",
@ -29279,20 +29279,20 @@
"version": "0.8.3" "version": "0.8.3"
}, },
"react-router": { "react-router": {
"version": "6.0.2", "version": "6.1.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.0.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.1.1.tgz",
"integrity": "sha512-8/Wm3Ed8t7TuedXjAvV39+c8j0vwrI5qVsYqjFr5WkJjsJpEvNSoLRUbtqSEYzqaTUj1IV+sbPJxvO+accvU0Q==", "integrity": "sha512-55o96RiDZmC0uD17DPqVmzzfdNd2Dc+EjkYvMAmHl43du/GItaTdFr5WwjTryNWPXZ+OOVQxQhwAX25UwxpHtw==",
"requires": { "requires": {
"history": "^5.1.0" "history": "^5.1.0"
} }
}, },
"react-router-dom": { "react-router-dom": {
"version": "6.0.2", "version": "6.1.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.0.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.1.1.tgz",
"integrity": "sha512-cOpJ4B6raFutr0EG8O/M2fEoyQmwvZWomf1c6W2YXBZuFBx8oTk/zqjXghwScyhfrtnt0lANXV2182NQblRxFA==", "integrity": "sha512-O3UH89DI4o+swd2q6lF4dSmpuNCxwkUXcj0zAFcVc1H+YoPE6T7uwoFMX0ws1pUvCY8lYDucFpOqCCdal6VFzg==",
"requires": { "requires": {
"history": "^5.1.0", "history": "^5.1.0",
"react-router": "6.0.2" "react-router": "6.1.1"
} }
}, },
"react-scripts": { "react-scripts": {

View File

@ -37,7 +37,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.1.2", "react-helmet-async": "^1.1.2",
"react-image": "^4.0.3", "react-image": "^4.0.3",
"react-router-dom": "^6.0.2", "react-router-dom": "^6.1.1",
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "^15.4.5",
"serve": "^13.0.2", "serve": "^13.0.2",