diff options
author | dependabot[bot] | 2023-06-14 21:57:44 +0000 |
---|---|---|
committer | vitalyster | 2023-06-15 01:36:48 +0300 |
commit | 22559e5dd3dfb53a860017ad2c0c0abfbaf17845 (patch) | |
tree | 3bf557029f625395321cbf22b1bbdfbca7a09975 | |
parent | 7f77a4f192036698bbe8524836fcd809a83b00ea (diff) |
build(deps): bump react-router-dom from 6.12.1 to 6.13.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.12.1 to 6.13.0.
- [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.13.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>
-rw-r--r-- | package-lock.json | 30 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json index db85f58a..7dfe96b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-helmet": "^6.1.0", "react-hook-form": "^7.44.3", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.12.1", + "react-router-dom": "^6.13.0", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2", @@ -15665,9 +15665,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" }, @@ -15679,12 +15679,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" @@ -29752,20 +29752,20 @@ "dev": true }, "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-shallow-renderer": { diff --git a/package.json b/package.json index f2a6ef63..c398cf7f 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-helmet": "^6.1.0", "react-hook-form": "^7.44.3", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.12.1", + "react-router-dom": "^6.13.0", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2", |