From 2b770773ab5af1edfc2b2effdf37b40f4bf35317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:05:37 -0800 Subject: [PATCH] Bump @hebcal/core from 5.7.1 to 5.7.5 (#545) --- package-lock.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c431dbb..9efe236 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1936,21 +1936,19 @@ } }, "node_modules/@hebcal/core": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/@hebcal/core/-/core-5.7.1.tgz", - "integrity": "sha512-9GtrEaTrhydVdfX8KwEKzm/ZjMyg9oG7H1hPdW6USZJO0jFRXmaJCNEy1dgIZgJJdeVkgUMyMyfMeQCAc1H0Ag==", - "license": "GPL-2.0", + "version": "5.7.5", + "resolved": "https://registry.npmjs.org/@hebcal/core/-/core-5.7.5.tgz", + "integrity": "sha512-RcIqhAd2nOpLLEqDeCgLzgmZdDzZW1cmErz5sQgpVMIn80tvq+3sN2UDjOLeEkxBcswwVKCtStpXuPUjEtB4Zw==", "dependencies": { "@babel/runtime": "^7.26.0", "@hebcal/hdate": "^0.11.5", "@hebcal/noaa": "^0.8.14", + "quick-lru": "^4.0.0", + "temporal-polyfill": "^0.2.5", "tslib": "^2.8.1" }, "engines": { "node": ">= 16.0.0" - }, - "peerDependencies": { - "temporal-polyfill": "^0.2.5" } }, "node_modules/@hebcal/hdate": { @@ -9417,7 +9415,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -10269,7 +10266,6 @@ "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.5.tgz", "integrity": "sha512-ye47xp8Cb0nDguAhrrDS1JT1SzwEV9e26sSsrWzVu+yPZ7LzceEcH0i2gci9jWfOfSCCgM3Qv5nOYShVUUFUXA==", "license": "MIT", - "peer": true, "dependencies": { "temporal-spec": "^0.2.4" } @@ -10278,8 +10274,7 @@ "version": "0.2.4", "resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.2.4.tgz", "integrity": "sha512-lDMFv4nKQrSjlkHKAlHVqKrBG4DyFfa9F74cmBZ3Iy3ed8yvWnlWSIdi4IKfSqwmazAohBNwiN64qGx4y5Q3IQ==", - "license": "ISC", - "peer": true + "license": "ISC" }, "node_modules/terser": { "version": "5.36.0",