Bump react-external-link from 2.6.0 to 2.6.1

Bumps [react-external-link](https://github.com/acelaya/react-external-link) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/acelaya/react-external-link/releases)
- [Changelog](https://github.com/acelaya/react-external-link/blob/main/CHANGELOG.md)
- [Commits](https://github.com/acelaya/react-external-link/compare/v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: react-external-link
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-11 07:03:11 +00:00
committed by GitHub
parent 0101ed0e0f
commit c4e9a50760
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"date-fns": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-external-link": "^2.6.0",
"react-external-link": "^2.6.1",
"react-redux": "^9.2.0",
"react-router": "^7.9.3",
"redux-localstorage-simple": "^2.5.1",
@@ -9215,9 +9215,9 @@
}
},
"node_modules/react-external-link": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.6.0.tgz",
"integrity": "sha512-+Hx4n8RvY1EniZatgTCnZ9j8qhfwHHdoji2RNBvfa1HK2oaVLEZIUVbvkbf1R+X1iMlrMKL5cNj4Rc0Qf0jc4w==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.6.1.tgz",
"integrity": "sha512-Z8ad7y+Gc+vYL5eL2L9FP0kJW++oggA6F0lpPhf1eRShCsRDfpQmt6rThLAqe2ZjUTPMfBoQt/sg0BmDR9wvLw==",
"peerDependencies": {
"react": "^19.0",
"react-dom": "^19.0"
@@ -17818,9 +17818,9 @@
}
},
"react-external-link": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.6.0.tgz",
"integrity": "sha512-+Hx4n8RvY1EniZatgTCnZ9j8qhfwHHdoji2RNBvfa1HK2oaVLEZIUVbvkbf1R+X1iMlrMKL5cNj4Rc0Qf0jc4w==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.6.1.tgz",
"integrity": "sha512-Z8ad7y+Gc+vYL5eL2L9FP0kJW++oggA6F0lpPhf1eRShCsRDfpQmt6rThLAqe2ZjUTPMfBoQt/sg0BmDR9wvLw==",
"requires": {}
},
"react-is": {

View File

@@ -39,7 +39,7 @@
"date-fns": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-external-link": "^2.6.0",
"react-external-link": "^2.6.1",
"react-redux": "^9.2.0",
"react-router": "^7.9.3",
"redux-localstorage-simple": "^2.5.1",