Bump react-tracked from 1.7.12 to 1.7.14 in /web

Bumps [react-tracked](https://github.com/dai-shi/react-tracked) from 1.7.12 to 1.7.14.
- [Changelog](https://github.com/dai-shi/react-tracked/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dai-shi/react-tracked/compare/v1.7.12...v1.7.14)

---
updated-dependencies:
- dependency-name: react-tracked
  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] 2024-03-15 13:04:57 +00:00 committed by GitHub
parent f5a26c5962
commit b6e672d767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@ -49,7 +49,7 @@
"react-icons": "^4.12.0",
"react-router-dom": "^6.22.2",
"react-swipeable": "^7.0.1",
"react-tracked": "^1.7.11",
"react-tracked": "^1.7.14",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.7.0",
"react-zoom-pan-pinch": "^3.4.3",
@ -6649,12 +6649,12 @@
}
},
"node_modules/react-tracked": {
"version": "1.7.12",
"resolved": "https://registry.npmjs.org/react-tracked/-/react-tracked-1.7.12.tgz",
"integrity": "sha512-4HhgUyhUVrq2Bc+Qu4ZloKHgEydR5Ge0YNsTLo/CCLhhk18wsYWOHY5ALrPjaeb5x4mWOQYuUMYe7G2VAfvFkQ==",
"version": "1.7.14",
"resolved": "https://registry.npmjs.org/react-tracked/-/react-tracked-1.7.14.tgz",
"integrity": "sha512-6UMlgQeRAGA+uyYzuQGm7kZB6ZQYFhc7sntgP7Oxwwd6M0Ud/POyb4K3QWT1eXvoifSa80nrAWnXWFGpOvbwkw==",
"dependencies": {
"proxy-compare": "2.6.0",
"use-context-selector": "1.4.2"
"use-context-selector": "1.4.4"
},
"peerDependencies": {
"react": ">=16.8.0",
@ -7876,9 +7876,9 @@
}
},
"node_modules/use-context-selector": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.2.tgz",
"integrity": "sha512-OZvd4TWirCMOwIwFlQFnECIyEGb3fvSrd71A8sGWiAPl6SIJTS60Ho+WnAr67T6/JedvlperiReCM5n9mnM3fQ==",
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.4.tgz",
"integrity": "sha512-pS790zwGxxe59GoBha3QYOwk8AFGp4DN6DOtH+eoqVmgBBRXVx4IlPDhJmmMiNQAgUaLlP+58aqRC3A4rdaSjg==",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": "*",

View File

@ -54,7 +54,7 @@
"react-icons": "^4.12.0",
"react-router-dom": "^6.22.2",
"react-swipeable": "^7.0.1",
"react-tracked": "^1.7.11",
"react-tracked": "^1.7.14",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.7.0",
"react-zoom-pan-pinch": "^3.4.3",