chore(deps): update dependency comlink to v4.4.2 (#2492)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled

This update improves performance in a hot path.
This commit is contained in:
renovate[bot] 2024-11-07 16:16:20 +01:00 committed by GitHub
parent c2a01df25b
commit 03b004c3c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
"audiomotion-analyzer": "4.5.0",
"axios": "1.7.7",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"comlink": "4.4.2",
"date-fns": "4.1.0",
"defu": "6.1.4",
"destr": "2.0.3",

8
package-lock.json generated
View File

@ -37,7 +37,7 @@
"audiomotion-analyzer": "4.5.0",
"axios": "1.7.7",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"comlink": "4.4.2",
"date-fns": "4.1.0",
"defu": "6.1.4",
"destr": "2.0.3",
@ -4482,9 +4482,9 @@
}
},
"node_modules/comlink": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.1.tgz",
"integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.2.tgz",
"integrity": "sha512-OxGdvBmJuNKSCMO4NTl1L47VRp6xn2wG4F/2hYzB6tiCb709otOxtEYCSvK80PtjODfXXZu8ds+Nw5kVCjqd2g==",
"license": "Apache-2.0"
},
"node_modules/comment-parser": {