Bump react-router-dom from 6.8.0 to 6.8.1 (#4367)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-10 11:38:25 +00:00 committed by GitHub
parent 4d778846e8
commit f760c20c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@
"react-dom": "^17.0.2",
"react-hook-form": "^7.38.0",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.0",
"react-router-dom": "6.8.1",
"ui-shared": "999.0.0-dev"
},
"devDependencies": {

View file

@ -81,7 +81,7 @@
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.42.1",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.0",
"react-router-dom": "6.8.1",
"reactflow": "^11.5.5",
"use-react-router-breadcrumbs": "^4.0.1"
},

28
package-lock.json generated
View file

@ -47,7 +47,7 @@
"react-dom": "^17.0.2",
"react-hook-form": "^7.38.0",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.0",
"react-router-dom": "6.8.1",
"ui-shared": "999.0.0-dev"
},
"devDependencies": {
@ -79,7 +79,7 @@
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.42.1",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.0",
"react-router-dom": "6.8.1",
"reactflow": "^11.5.5",
"use-react-router-breadcrumbs": "^4.0.1"
},
@ -3926,9 +3926,9 @@
}
},
"node_modules/@remix-run/router": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.1.tgz",
"integrity": "sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.2.tgz",
"integrity": "sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==",
"engines": {
"node": ">=14"
}
@ -14399,11 +14399,11 @@
}
},
"node_modules/react-router": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.0.tgz",
"integrity": "sha512-760bk7y3QwabduExtudhWbd88IBbuD1YfwzpuDUAlJUJ7laIIcqhMvdhSVh1Fur1PE8cGl84L0dxhR3/gvHF7A==",
"version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.1.tgz",
"integrity": "sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==",
"dependencies": {
"@remix-run/router": "1.3.1"
"@remix-run/router": "1.3.2"
},
"engines": {
"node": ">=14"
@ -14413,12 +14413,12 @@
}
},
"node_modules/react-router-dom": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.0.tgz",
"integrity": "sha512-hQouduSTywGJndE86CXJ2h7YEy4HYC6C/uh19etM+79FfQ6cFFFHnHyDlzO4Pq0eBUI96E4qVE5yUjA00yJZGQ==",
"version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.1.tgz",
"integrity": "sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==",
"dependencies": {
"@remix-run/router": "1.3.1",
"react-router": "6.8.0"
"@remix-run/router": "1.3.2",
"react-router": "6.8.1"
},
"engines": {
"node": ">=14"