Bump react-router-dom from 6.13.0 to 6.14.0

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.14.0/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.14.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 03:31:03 +00:00 committed by GitHub
parent 96b0f957ad
commit 037d866cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 26 deletions

50
package-lock.json generated
View file

@ -40,7 +40,7 @@
"react-google-maps": "^9.4.5", "react-google-maps": "^9.4.5",
"react-hook-form": "^7.45.0", "react-hook-form": "^7.45.0",
"react-i18next": "^13.0.1", "react-i18next": "^13.0.1",
"react-router-dom": "^6.13.0", "react-router-dom": "^6.14.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-select": "^5.7.3", "react-select": "^5.7.3",
"reactstrap": "^9.2.0", "reactstrap": "^9.2.0",
@ -4044,9 +4044,9 @@
"integrity": "sha512-jOuyqzWLeXvQcoAu6TCVWHAuko+sDt0JjawNHBGqUNLywMtTCvYP0L0PiqJZOUCUeRYGdUy0AKxQ+30vAkvwag==" "integrity": "sha512-jOuyqzWLeXvQcoAu6TCVWHAuko+sDt0JjawNHBGqUNLywMtTCvYP0L0PiqJZOUCUeRYGdUy0AKxQ+30vAkvwag=="
}, },
"node_modules/@remix-run/router": { "node_modules/@remix-run/router": {
"version": "1.6.3", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.3.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.7.0.tgz",
"integrity": "sha512-EXJysQ7J3veRECd0kZFQwYYd5sJMcq2O/m60zu1W2l3oVQ9xtub8jTOtYRE0+M2iomyG/W3Ps7+vp2kna0C27Q==", "integrity": "sha512-Eu1V3kz3mV0wUpVTiFHuaT8UD1gj/0VnoFHQYX35xlslQUpe8CuYoKFn9d4WZFHm3yDywz6ALZuGdnUPKrNeAw==",
"engines": { "engines": {
"node": ">=14" "node": ">=14"
} }
@ -17367,11 +17367,11 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.13.0", "version": "6.14.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.13.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.14.0.tgz",
"integrity": "sha512-Si6KnfEnJw7gUQkNa70dlpI1bul46FuSxX5t5WwlUBxE25DAz2BjVkwaK8Y2s242bQrZPXCpmwLPtIO5pv4tXg==", "integrity": "sha512-OD+vkrcGbvlwkspUFDgMzsu1RXwdjNh83YgG/28lBnDzgslhCgxIqoExLlxsfTpIygp7fc+Hd3esloNwzkm2xA==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.6.3" "@remix-run/router": "1.7.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -17381,12 +17381,12 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "6.13.0", "version": "6.14.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.13.0.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.14.0.tgz",
"integrity": "sha512-6Nqoqd7fgwxxVGdbiMHTpDHCYPq62d7Wk1Of7B82vH7ZPwwsRaIa22zRZKPPg413R5REVNiyuQPKDG1bubcOFA==", "integrity": "sha512-YEwlApKwzMMMbGbhh+Q7MsloTldcwMgHxUY/1g0uA62+B1hZo2jsybCWIDCL8zvIDB1FA0pBKY9chHbZHt+2dQ==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.6.3", "@remix-run/router": "1.7.0",
"react-router": "6.13.0" "react-router": "6.14.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -23457,9 +23457,9 @@
"integrity": "sha512-jOuyqzWLeXvQcoAu6TCVWHAuko+sDt0JjawNHBGqUNLywMtTCvYP0L0PiqJZOUCUeRYGdUy0AKxQ+30vAkvwag==" "integrity": "sha512-jOuyqzWLeXvQcoAu6TCVWHAuko+sDt0JjawNHBGqUNLywMtTCvYP0L0PiqJZOUCUeRYGdUy0AKxQ+30vAkvwag=="
}, },
"@remix-run/router": { "@remix-run/router": {
"version": "1.6.3", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.3.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.7.0.tgz",
"integrity": "sha512-EXJysQ7J3veRECd0kZFQwYYd5sJMcq2O/m60zu1W2l3oVQ9xtub8jTOtYRE0+M2iomyG/W3Ps7+vp2kna0C27Q==" "integrity": "sha512-Eu1V3kz3mV0wUpVTiFHuaT8UD1gj/0VnoFHQYX35xlslQUpe8CuYoKFn9d4WZFHm3yDywz6ALZuGdnUPKrNeAw=="
}, },
"@restart/hooks": { "@restart/hooks": {
"version": "0.4.9", "version": "0.4.9",
@ -33194,20 +33194,20 @@
"integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==" "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
}, },
"react-router": { "react-router": {
"version": "6.13.0", "version": "6.14.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.13.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.14.0.tgz",
"integrity": "sha512-Si6KnfEnJw7gUQkNa70dlpI1bul46FuSxX5t5WwlUBxE25DAz2BjVkwaK8Y2s242bQrZPXCpmwLPtIO5pv4tXg==", "integrity": "sha512-OD+vkrcGbvlwkspUFDgMzsu1RXwdjNh83YgG/28lBnDzgslhCgxIqoExLlxsfTpIygp7fc+Hd3esloNwzkm2xA==",
"requires": { "requires": {
"@remix-run/router": "1.6.3" "@remix-run/router": "1.7.0"
} }
}, },
"react-router-dom": { "react-router-dom": {
"version": "6.13.0", "version": "6.14.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.13.0.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.14.0.tgz",
"integrity": "sha512-6Nqoqd7fgwxxVGdbiMHTpDHCYPq62d7Wk1Of7B82vH7ZPwwsRaIa22zRZKPPg413R5REVNiyuQPKDG1bubcOFA==", "integrity": "sha512-YEwlApKwzMMMbGbhh+Q7MsloTldcwMgHxUY/1g0uA62+B1hZo2jsybCWIDCL8zvIDB1FA0pBKY9chHbZHt+2dQ==",
"requires": { "requires": {
"@remix-run/router": "1.6.3", "@remix-run/router": "1.7.0",
"react-router": "6.13.0" "react-router": "6.14.0"
} }
}, },
"react-scripts": { "react-scripts": {

View file

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