date-holidays 3.30.2 → 3.32.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.30.2",
3
+ "version": "3.32.0",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -66,6 +66,7 @@
66
66
  "Agus Condro <guzzchangx2@gmail.com>",
67
67
  "Germain <germain.clauss@receeve.com>",
68
68
  "germain-receeve <53000086+germain-receeve@users.noreply.github.com>",
69
+ "German Anduquia <g.anduquia@utp.edu.co>",
69
70
  "gisninaelle <nina.wiryanto@gmail.com>",
70
71
  "Goran Martinjak <goran@netgen.hr>",
71
72
  "Guillaume Bisch <guillaume@sqrd.com>",
@@ -161,7 +162,7 @@
161
162
  "Wayne Parrott <wayne.parrott@reblcorp.com>",
162
163
  "Wésley Queiroz <wesleycoder@gmail.com>",
163
164
  "westn <westn89@gmail.com>",
164
- "Will Bamford <w.bamford@gmail.com>",
165
+ "William Mizuta <william.mizuta@gmail.com>",
165
166
  "William Santos <william@MacBook-Pro-de-William-2.local>",
166
167
  "Yannick <yannick.franssen@outlook.com>",
167
168
  "Yari's Apple Minion <yarismeeseeks@icloud.com>",
@@ -209,32 +210,32 @@
209
210
  },
210
211
  "dependencies": {
211
212
  "date-holidays-parser": "^3.4.7",
212
- "js-yaml": "^4.1.1",
213
+ "js-yaml": "^5.2.0",
213
214
  "lodash": "^4.18.1",
214
215
  "prepin": "^1.0.3"
215
216
  },
216
217
  "devDependencies": {
217
- "@babel/core": "^7.29.0",
218
- "@babel/preset-env": "^7.29.5",
218
+ "@babel/core": "^7.29.7",
219
+ "@babel/preset-env": "^7.29.7",
219
220
  "@commitlint/cli": "^18.6.1",
220
221
  "@commitlint/config-conventional": "^18.6.3",
221
222
  "@eslint/js": "^10.0.1",
222
223
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
223
224
  "babel-loader": "^9.2.1",
224
- "eslint": "^10.4.0",
225
- "eslint-plugin-import-x": "^4.16.2",
226
- "eslint-plugin-n": "^18.0.1",
225
+ "eslint": "^10.6.0",
226
+ "eslint-plugin-import-x": "^4.17.1",
227
+ "eslint-plugin-n": "^18.2.1",
227
228
  "eslint-plugin-promise": "^7.3.0",
228
- "eslint-plugin-yml": "^3.3.2",
229
- "globals": "^17.6.0",
229
+ "eslint-plugin-yml": "^3.5.0",
230
+ "globals": "^17.7.0",
230
231
  "husky": "^9.1.7",
231
- "mocha": "^11.7.5",
232
- "npm-run-all": "^4.1.5",
232
+ "mocha": "^11.7.6",
233
+ "npm-run-all2": "^9.0.2",
233
234
  "rimraf": "^6.1.3",
234
235
  "rollup": "^2.80.0",
235
236
  "tstyche": "^4.3.0",
236
237
  "watch-run": "^1.2.5",
237
- "webpack": "^5.107.0",
238
+ "webpack": "^5.108.1",
238
239
  "webpack-bundle-analyzer": "^4.10.2",
239
240
  "webpack-cli": "^5.1.4"
240
241
  },