diff --git a/package-lock.json b/package-lock.json index 9d319c1..030779a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-2-Clause", "dependencies": { "@hebcal/core": "^5.8.3", - "@hebcal/hdate": "^0.12.0", + "@hebcal/hdate": "^0.13.2", "@hebcal/leyning": "^9.0.2" }, "devDependencies": { @@ -1934,11 +1934,15 @@ "node": ">= 16.0.0" } }, - "node_modules/@hebcal/hdate": { + "node_modules/@hebcal/core/node_modules/@hebcal/hdate": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/@hebcal/hdate/-/hdate-0.12.0.tgz", - "integrity": "sha512-C2oR2daoTcu3jG4e3xE8Net34w4Xf/52pzpDp03xR8vqLlO1UFJ3trLhto6/0uqSyWf4b7KeqWZxvDWjagEA4w==", - "license": "GPL-2.0" + "integrity": "sha512-C2oR2daoTcu3jG4e3xE8Net34w4Xf/52pzpDp03xR8vqLlO1UFJ3trLhto6/0uqSyWf4b7KeqWZxvDWjagEA4w==" + }, + "node_modules/@hebcal/hdate": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@hebcal/hdate/-/hdate-0.13.2.tgz", + "integrity": "sha512-3V9UwRMkhOi1A9qIiXNcuNTi6vqhmnkTacltq3UY/697duW7y1fNiWpXVtfikdFy1CBvw2sGlw4pBpitqHVJYQ==" }, "node_modules/@hebcal/learning": { "version": "5.1.2", @@ -1967,6 +1971,11 @@ "node": ">=18" } }, + "node_modules/@hebcal/leyning/node_modules/@hebcal/hdate": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@hebcal/hdate/-/hdate-0.12.0.tgz", + "integrity": "sha512-C2oR2daoTcu3jG4e3xE8Net34w4Xf/52pzpDp03xR8vqLlO1UFJ3trLhto6/0uqSyWf4b7KeqWZxvDWjagEA4w==" + }, "node_modules/@hebcal/noaa": { "version": "0.8.14", "resolved": "https://registry.npmjs.org/@hebcal/noaa/-/noaa-0.8.14.tgz", diff --git a/package.json b/package.json index 81e4220..4f99e38 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://hebcal.github.io/api/rest-api/", "dependencies": { "@hebcal/core": "^5.8.3", - "@hebcal/hdate": "^0.12.0", + "@hebcal/hdate": "^0.13.2", "@hebcal/leyning": "^9.0.2" }, "scripts": {