From dce22dd356a4850a43b0274e22bb1f82a2a4d29f Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Thu, 18 Jul 2024 14:05:25 +0200 Subject: [PATCH] fix(package): update worker-timers-broker to version 7.1.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43dbe7cf..9cdbb966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "^7.24.8", "tslib": "^2.6.3", - "worker-timers-broker": "^7.0.3", + "worker-timers-broker": "^7.1.0", "worker-timers-worker": "^8.0.2" }, "devDependencies": { @@ -18137,9 +18137,9 @@ } }, "node_modules/worker-timers-broker": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-7.0.3.tgz", - "integrity": "sha512-LG/xWCCOg6UwRnmAzy05wCvn3jIO60AcpT/CgG3TmaYK93+biainiivSVHGK6VEBeJzETrFAKZ9JgW8gkae+Ag==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-7.1.0.tgz", + "integrity": "sha512-Z2oTVYND+x47n/bB3cw1EsLDL8wWHIttu/T46fF/owGN2TqMyiAyWkmGZZUhfDtI4xstIwf+ErQ069maNwFT4g==", "dependencies": { "@babel/runtime": "^7.24.8", "fast-unique-numbers": "^9.0.7", @@ -31761,9 +31761,9 @@ "dev": true }, "worker-timers-broker": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-7.0.3.tgz", - "integrity": "sha512-LG/xWCCOg6UwRnmAzy05wCvn3jIO60AcpT/CgG3TmaYK93+biainiivSVHGK6VEBeJzETrFAKZ9JgW8gkae+Ag==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-7.1.0.tgz", + "integrity": "sha512-Z2oTVYND+x47n/bB3cw1EsLDL8wWHIttu/T46fF/owGN2TqMyiAyWkmGZZUhfDtI4xstIwf+ErQ069maNwFT4g==", "requires": { "@babel/runtime": "^7.24.8", "fast-unique-numbers": "^9.0.7", diff --git a/package.json b/package.json index b2934ae1..65b6faa5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@babel/runtime": "^7.24.8", "tslib": "^2.6.3", - "worker-timers-broker": "^7.0.3", + "worker-timers-broker": "^7.1.0", "worker-timers-worker": "^8.0.2" }, "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.",