From 9f6d7933388e62f3669a0d498e4b04cf1ebb1f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:02:43 +0000 Subject: [PATCH] chore(deps): bump temporal-polyfill from 1.0.1 to 1.0.4 Bumps [temporal-polyfill](https://github.com/fullcalendar/temporal-polyfill/tree/HEAD/polyfill) from 1.0.1 to 1.0.4. - [Release notes](https://github.com/fullcalendar/temporal-polyfill/releases) - [Changelog](https://github.com/fullcalendar/temporal-polyfill/blob/main/polyfill/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/temporal-polyfill/commits/temporal-polyfill@1.0.4/polyfill) --- updated-dependencies: - dependency-name: temporal-polyfill dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05b7d27..d5964c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "rrule-temporal": "^2.0.2", - "temporal-polyfill": "^1.0.1" + "temporal-polyfill": "^1.0.4" }, "devDependencies": { "date-fns": "^4.4.0", @@ -6781,25 +6781,25 @@ } }, "node_modules/temporal-polyfill": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-1.0.1.tgz", - "integrity": "sha512-N2SoI9olnW7BUsU8RosDphZQl9s+WJ8O7PoJMFCr/e5/1rFkVI4GNOWaSeySG+UoP04foPYsnLWbJmbXOiShZg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-1.0.4.tgz", + "integrity": "sha512-MLEU0qOD2uXlz24oINNtdLZQl8RgmMxSnRtKEGZGGetTJjlRwQJjk+VsJ4EREaUoiaTb8NJOcUiKtoAiWn9EBg==", "license": "MIT", "dependencies": { - "temporal-spec": "1.0.0", - "temporal-utils": "1.0.1" + "temporal-spec": "1.0.1", + "temporal-utils": "1.0.2" } }, "node_modules/temporal-spec": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-1.0.0.tgz", - "integrity": "sha512-00Ahj1e1ifaERTMOIIGpOCdOo9IEk2m6GGSMedsn9a2SIsGLdOTbmME1Htv6IM82b6VHrzSUTIVc7YHy6hdhFQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-1.0.1.tgz", + "integrity": "sha512-wxVoanmDeavXie1vu2JaQ3WIc3JZnWAOYFBsJyATaVsXsycKYUflGsyBmrRSnoCpZJpwPyr38VpgSUlQ8CbFxg==", "license": "Apache-2.0" }, "node_modules/temporal-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/temporal-utils/-/temporal-utils-1.0.1.tgz", - "integrity": "sha512-HAixuesxFQIUaQk3ptX2jhfO/FsOkgVkDDMawvp6n/fkB1q6BKfs3lURw9I+pK/2e2e/q/vrLrxmeqauBoyGMQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/temporal-utils/-/temporal-utils-1.0.2.tgz", + "integrity": "sha512-1B8Dl4KzrOvsNUlpoWGno2VLQlxroLjDgc5NBjVC9ax9ymdo+ezfyvhyjEMx+IVfhINr6CIG2gcnlP95iRrybQ==", "license": "MIT" }, "node_modules/tinyexec": { diff --git a/package.json b/package.json index 763503a..6d52fcc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "rrule-temporal": "^2.0.2", - "temporal-polyfill": "^1.0.1" + "temporal-polyfill": "^1.0.4" }, "devDependencies": { "date-fns": "^4.4.0",