Merge pull request #94 from batuhan-basoglu/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:
Batuhan Berk Başoğlu 2023-06-15 07:53:08 -04:00 committed by GitHub
commit 7991ceada2
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

@ -40,7 +40,7 @@
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.12.1",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"reactstrap": "^9.2.0",
@ -17367,9 +17367,9 @@
}
},
"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"
},
@ -17381,12 +17381,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"
@ -33194,20 +33194,20 @@
"integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
},
"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==",
"requires": {
"@remix-run/router": "1.6.3"
}
},
"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==",
"requires": {
"@remix-run/router": "1.6.3",
"react-router": "6.12.1"
"react-router": "6.13.0"
}
},
"react-scripts": {

View file

@ -34,7 +34,7 @@
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.12.1",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"reactstrap": "^9.2.0",