From b51595075b3cd55c818fd46532a8a51df2bacafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:44:01 +0000 Subject: [PATCH] Bump temporal-polyfill-lite from 0.4.2 to 0.4.3 in /webapp Bumps [temporal-polyfill-lite](https://github.com/fabon-f/temporal-polyfill-lite) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/fabon-f/temporal-polyfill-lite/releases) - [Changelog](https://github.com/fabon-f/temporal-polyfill-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabon-f/temporal-polyfill-lite/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: temporal-polyfill-lite dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 8 ++++---- webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index e32099d6..2800f45a 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -14,7 +14,7 @@ "@solid-primitives/websocket": "1.4.0", "js-cookie": "3.0.8", "solid-js": "1.9.14", - "temporal-polyfill-lite": "^0.4.2" + "temporal-polyfill-lite": "^0.4.3" }, "devDependencies": { "@biomejs/biome": "2.4.16", @@ -2117,9 +2117,9 @@ } }, "node_modules/temporal-polyfill-lite": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/temporal-polyfill-lite/-/temporal-polyfill-lite-0.4.2.tgz", - "integrity": "sha512-AguA4sTLtAnpoJ62dk/kjssR5Tt1JmodrjS4r1o9IDkmxWJsqLJNsyicAZTpMY/Dt5AKF1tbkL9P84wGsXPhAQ==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/temporal-polyfill-lite/-/temporal-polyfill-lite-0.4.3.tgz", + "integrity": "sha512-Lw/de9tydKmrU0icQy6Z+abX5mzDk4iqyt6Xp2iDDxY6SGISiuhuP3TcfWlYveM1FN1I7FjT5nG+Kh9eCiSnVg==", "license": "MIT" }, "node_modules/tinyglobby": { diff --git a/webapp/package.json b/webapp/package.json index 926b08c2..e460eb32 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -22,7 +22,7 @@ "@solid-primitives/websocket": "1.4.0", "js-cookie": "3.0.8", "solid-js": "1.9.14", - "temporal-polyfill-lite": "^0.4.2" + "temporal-polyfill-lite": "^0.4.3" }, "devDependencies": { "@biomejs/biome": "2.4.16",