diff options
author | dependabot[bot] | 2024-01-18 21:54:14 +0000 |
---|---|---|
committer | vitalyster | 2024-01-21 16:07:55 +0300 |
commit | f19d7704cf3068e96226bb9f6b79b396bf4eec23 (patch) | |
tree | 2aa58ac768ee955ace608810ed865bd9ebc8139e | |
parent | ce5031298133affe348ed2fc87742c127834ad0a (diff) |
build(deps): bump react-router-dom from 6.21.2 to 6.21.3
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.21.2 to 6.21.3.
- [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.21.3/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>
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 88886448..41bc47dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-helmet-async": "^2.0.4", "react-hook-form": "^7.49.3", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.21.2", + "react-router-dom": "^6.21.3", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.20", @@ -17302,9 +17302,9 @@ "dev": true }, "node_modules/react-router": { - "version": "6.21.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.2.tgz", - "integrity": "sha512-jJcgiwDsnaHIeC+IN7atO0XiSRCrOsQAHHbChtJxmgqG2IaYQXSnhqGb5vk2CU/wBQA12Zt+TkbuJjIn65gzbA==", + "version": "6.21.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz", + "integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==", "dependencies": { "@remix-run/router": "1.14.2" }, @@ -17316,12 +17316,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.21.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.2.tgz", - "integrity": "sha512-tE13UukgUOh2/sqYr6jPzZTzmzc70aGRP4pAjG2if0IP3aUT+sBtAKUJh0qMh0zylJHGLmzS+XWVaON4UklHeg==", + "version": "6.21.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz", + "integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==", "dependencies": { "@remix-run/router": "1.14.2", - "react-router": "6.21.2" + "react-router": "6.21.3" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 94b2e335..1c30931a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-helmet-async": "^2.0.4", "react-hook-form": "^7.49.3", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.21.2", + "react-router-dom": "^6.21.3", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.20", |