date-holidays 3.23.21 → 3.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.23.21",
3
+ "version": "3.24.0",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -216,9 +216,9 @@
216
216
  },
217
217
  "devDependencies": {
218
218
  "@babel/cli": "^7.26.4",
219
- "@babel/core": "^7.26.7",
219
+ "@babel/core": "^7.26.9",
220
220
  "@babel/polyfill": "^7.12.1",
221
- "@babel/preset-env": "^7.26.7",
221
+ "@babel/preset-env": "^7.26.9",
222
222
  "@commitlint/cli": "^18.6.1",
223
223
  "@commitlint/config-conventional": "^18.6.3",
224
224
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
@@ -237,9 +237,9 @@
237
237
  "npm-run-all": "^4.1.5",
238
238
  "rimraf": "^6.0.1",
239
239
  "rollup": "^2.79.2",
240
- "typescript": "^5.7.3",
240
+ "typescript": "^5.8.2",
241
241
  "watch-run": "^1.2.5",
242
- "webpack": "^5.97.1",
242
+ "webpack": "^5.98.0",
243
243
  "webpack-bundle-analyzer": "^4.10.2",
244
244
  "webpack-cli": "^5.1.4"
245
245
  },