0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Merge pull request #2888 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.13.0

Bump react-router-dom from 6.12.1 to 6.13.0
This commit is contained in:
Trevor Buckner
2023-06-19 11:03:13 -04:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-frame-component": "^4.1.3",
"react-router-dom": "6.12.1",
"react-router-dom": "6.13.0",
"sanitize-filename": "1.6.3",
"superagent": "^6.1.0",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
@@ -14422,9 +14422,9 @@
"dev": true
},
"node_modules/react-router": {
"version": "6.12.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.12.1.tgz",
"integrity": "sha512-evd/GrKJOeOypD0JB9e1r7pQh2gWCsTbUfq059Wm1AFT/K2MNZuDo19lFtAgIhlBrp0MmpgpqtvZC7LPAs7vSw==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.13.0.tgz",
"integrity": "sha512-Si6KnfEnJw7gUQkNa70dlpI1bul46FuSxX5t5WwlUBxE25DAz2BjVkwaK8Y2s242bQrZPXCpmwLPtIO5pv4tXg==",
"dependencies": {
"@remix-run/router": "1.6.3"
},
@@ -14436,12 +14436,12 @@
}
},
"node_modules/react-router-dom": {
"version": "6.12.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.12.1.tgz",
"integrity": "sha512-POIZN9UDKWwEDga054LvYr2KnK8V+0HR4Ny4Bwv8V7/FZCPxJgsCjYxXGxqxzHs7VBxMKZfgvtKhafuJkJSPGA==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.13.0.tgz",
"integrity": "sha512-6Nqoqd7fgwxxVGdbiMHTpDHCYPq62d7Wk1Of7B82vH7ZPwwsRaIa22zRZKPPg413R5REVNiyuQPKDG1bubcOFA==",
"dependencies": {
"@remix-run/router": "1.6.3",
"react-router": "6.12.1"
"react-router": "6.13.0"
},
"engines": {
"node": ">=14"

View File

@@ -109,7 +109,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-frame-component": "^4.1.3",
"react-router-dom": "6.12.1",
"react-router-dom": "6.13.0",
"sanitize-filename": "1.6.3",
"superagent": "^6.1.0",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"