diff options
author | dependabot[bot] | 2024-11-11 21:23:54 +0000 |
---|---|---|
committer | vitalyster | 2024-11-12 03:15:21 -0800 |
commit | bd023e0bc6e18e8f04837c01f7d3313c9512ae1e (patch) | |
tree | 6306a12dd03fcd36a23f945f09f21d5c3a13c741 | |
parent | d43954ba43c901ee3f5841023625f06800ffb25c (diff) |
build(deps): bump react-router-dom from 6.27.0 to 6.28.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.27.0 to 6.28.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.28.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 | 26 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 14 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json index 1012ed71..4e672f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-helmet-async": "^2.0.5", "react-hook-form": "^7.53.2", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.27.0", + "react-router-dom": "^6.28.0", "sequelize": "^6.37.5", "sqlite3": "^5.1.7", "svg4everybody": "^2.1.9", @@ -4493,9 +4493,9 @@ "optional": true }, "node_modules/@remix-run/router": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.20.0.tgz", - "integrity": "sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "engines": { "node": ">=14.0.0" } @@ -18263,11 +18263,11 @@ "dev": true }, "node_modules/react-router": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz", - "integrity": "sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", "dependencies": { - "@remix-run/router": "1.20.0" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -18277,12 +18277,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.27.0.tgz", - "integrity": "sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", "dependencies": { - "@remix-run/router": "1.20.0", - "react-router": "6.27.0" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index ca39b5a0..3cb39dd0 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "react-helmet-async": "^2.0.5", "react-hook-form": "^7.53.2", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.27.0", + "react-router-dom": "^6.28.0", "sequelize": "^6.37.5", "sqlite3": "^5.1.7", "svg4everybody": "^2.1.9", |