Bump react-external-link from 2.3.1 to 2.4.0

Bumps [react-external-link](https://github.com/acelaya/react-external-link) from 2.3.1 to 2.4.0.
- [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.3.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-07 08:30:59 +00:00 committed by GitHub
parent a390e1bdf9
commit 30f0df5a10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -27,7 +27,7 @@
"date-fns": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-external-link": "^2.3.1",
"react-external-link": "^2.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"reactstrap": "^9.2.3",
@ -8400,12 +8400,12 @@
}
},
"node_modules/react-external-link": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.3.1.tgz",
"integrity": "sha512-qy2Y+fq18XWBC8FqyCI6qG2ubIYK3VqN4w7U1UruuWpwsk9hZsx3FkGjHM2CO4EQCW48gC7hl4Kt67O2meOeWA==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.4.0.tgz",
"integrity": "sha512-XhvdtTpdpv4iAEE1ozTDhHDNo3hqlHpxRYb2vt2uMcb5c82lTkOuJPrDsbF0fsbKCP9REsYN5LA66NViDPmleQ==",
"peerDependencies": {
"react": "^17.0 || ^18.0",
"react-dom": "^17.0 || ^18.0"
"react": "^19.0 || ^18.0",
"react-dom": "^19.0 || ^18.0"
}
},
"node_modules/react-fast-compare": {
@ -17511,9 +17511,9 @@
}
},
"react-external-link": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.3.1.tgz",
"integrity": "sha512-qy2Y+fq18XWBC8FqyCI6qG2ubIYK3VqN4w7U1UruuWpwsk9hZsx3FkGjHM2CO4EQCW48gC7hl4Kt67O2meOeWA==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.4.0.tgz",
"integrity": "sha512-XhvdtTpdpv4iAEE1ozTDhHDNo3hqlHpxRYb2vt2uMcb5c82lTkOuJPrDsbF0fsbKCP9REsYN5LA66NViDPmleQ==",
"requires": {}
},
"react-fast-compare": {

View file

@ -44,7 +44,7 @@
"date-fns": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-external-link": "^2.3.1",
"react-external-link": "^2.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"reactstrap": "^9.2.3",