From dcf621d65b20eabb4a131067f8a40f6dbd873d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 04:51:23 +0000 Subject: [PATCH] Bump temporal-polyfill-lite from 0.3.5 to 0.3.6 in /webapp Bumps [temporal-polyfill-lite](https://github.com/fabon-f/temporal-polyfill-lite) from 0.3.5 to 0.3.6. - [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.3.5...v0.3.6) --- updated-dependencies: - dependency-name: temporal-polyfill-lite dependency-version: 0.3.6 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 3d0fd5d7..8e053ca4 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -14,7 +14,7 @@ "@solid-primitives/websocket": "1.3.2", "js-cookie": "3.0.7", "solid-js": "1.9.13", - "temporal-polyfill-lite": "^0.3.5" + "temporal-polyfill-lite": "^0.3.6" }, "devDependencies": { "@biomejs/biome": "2.4.15", @@ -2855,9 +2855,9 @@ } }, "node_modules/temporal-polyfill-lite": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/temporal-polyfill-lite/-/temporal-polyfill-lite-0.3.5.tgz", - "integrity": "sha512-np3EcFbuGJrJ8fp3rKTwpvfvPlkh54IY873Xh+5133Pq1QQy1mkNXrDmJjjZ35dhQkrJpVx8RwaNWt0189iDfg==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/temporal-polyfill-lite/-/temporal-polyfill-lite-0.3.6.tgz", + "integrity": "sha512-jBSVwFw6heTWGkSMioW2qyM31mGGNsV/IQUGHjdBsoCQnVDbnALK1AWffCo/8saZdoUowEFenebKOoGRPm06RQ==", "license": "MIT" }, "node_modules/terser": { diff --git a/webapp/package.json b/webapp/package.json index c4771855..b171846b 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -22,7 +22,7 @@ "@solid-primitives/websocket": "1.3.2", "js-cookie": "3.0.7", "solid-js": "1.9.13", - "temporal-polyfill-lite": "^0.3.5" + "temporal-polyfill-lite": "^0.3.6" }, "devDependencies": { "@biomejs/biome": "2.4.15",