Bump react-external-link from 2.2.0 to 2.3.1

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

---
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-04-13 07:26:42 +00:00 committed by GitHub
parent 5a7e8a0079
commit f23592c3c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -27,7 +27,7 @@
"date-fns": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-external-link": "^2.2.0",
"react-external-link": "^2.3.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"reactstrap": "^9.2.2",
@ -8658,9 +8658,9 @@
}
},
"node_modules/react-external-link": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.2.0.tgz",
"integrity": "sha512-XH7XFvnsF4/ERKBoROOkh1f+YMWK4swXGB7l3OqrTzlABKYuOpD0QybOnDIMoc58vAjtiwRTRKE/UqMRoRD2xQ==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.3.1.tgz",
"integrity": "sha512-qy2Y+fq18XWBC8FqyCI6qG2ubIYK3VqN4w7U1UruuWpwsk9hZsx3FkGjHM2CO4EQCW48gC7hl4Kt67O2meOeWA==",
"peerDependencies": {
"react": "^17.0 || ^18.0",
"react-dom": "^17.0 || ^18.0"
@ -16913,9 +16913,9 @@
}
},
"react-external-link": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.2.0.tgz",
"integrity": "sha512-XH7XFvnsF4/ERKBoROOkh1f+YMWK4swXGB7l3OqrTzlABKYuOpD0QybOnDIMoc58vAjtiwRTRKE/UqMRoRD2xQ==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-external-link/-/react-external-link-2.3.1.tgz",
"integrity": "sha512-qy2Y+fq18XWBC8FqyCI6qG2ubIYK3VqN4w7U1UruuWpwsk9hZsx3FkGjHM2CO4EQCW48gC7hl4Kt67O2meOeWA==",
"requires": {}
},
"react-fast-compare": {

View file

@ -44,7 +44,7 @@
"date-fns": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-external-link": "^2.2.0",
"react-external-link": "^2.3.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"reactstrap": "^9.2.2",