Bump react-tracked from 1.7.12 to 1.7.13 in /web

Bumps [react-tracked](https://github.com/dai-shi/react-tracked) from 1.7.12 to 1.7.13.
- [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.13)

---
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-06 11:35:49 +00:00 committed by GitHub
parent 68ed18d3f4
commit 50e2f8d862
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

@ -48,7 +48,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.13",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.7.0",
"recoil": "^0.7.7",
@ -6833,12 +6833,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.13",
"resolved": "https://registry.npmjs.org/react-tracked/-/react-tracked-1.7.13.tgz",
"integrity": "sha512-Fm6NYUGQxHxJ7l22kpfzGPF/sEae1HKShjZGZxIOkvLTFjmhUZ25r6LRihLytv6DrR7ttfMTTCyN1K7xWMh1lg==",
"dependencies": {
"proxy-compare": "2.6.0",
"use-context-selector": "1.4.2"
"use-context-selector": "1.4.3"
},
"peerDependencies": {
"react": ">=16.8.0",
@ -8068,9 +8068,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.3",
"resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.3.tgz",
"integrity": "sha512-rFo2z14XipT7XvXfw0lB/GCbxaKp9LCJoW96VWbZTlzoe4/E1dlqufv8xDvXRMPh3aIjFtNlwoaofuKX1UwUNw==",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": "*",

View File

@ -53,7 +53,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.13",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.7.0",
"recoil": "^0.7.7",