date-holidays 3.12.2 → 3.14.1

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.12.2",
3
+ "version": "3.14.1",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -31,6 +31,7 @@
31
31
  "Bilal Gültekin <bilal@Bilals-MacBook-Pro.local>",
32
32
  "bogdanmarinescu <bogdan.marinescu@protonmail.com>",
33
33
  "Brandon Bay <brandon.bay@gmail.com>",
34
+ "Brian Keifer <brian@valinor.net>",
34
35
  "Christian Schinnerl <Schinnerl.Christian@gmail.com>",
35
36
  "Daichan <daichi.yasuda@asbloom.me>",
36
37
  "damon02 <damon@teqplay.nl>",
@@ -53,8 +54,10 @@
53
54
  "John-Olav Storvold <johsto@knowit.no>",
54
55
  "Joshua Rippon <joshuarippon1@gmail.com>",
55
56
  "Julian Krenge <julian@parcellab.com>",
57
+ "Kane.Westwood <kane.westwood@moonpig.com>",
56
58
  "Kevin Ley <3976145+kevinley@users.noreply.github.com>",
57
59
  "Kevin Samoei <samoeikev@gmail.com>",
60
+ "Konstantinos Koukourakis <konstantinoskouk90@gmail.com>",
58
61
  "Leonidas Villeneuve <leonidas@leonidasv.com>",
59
62
  "Long Nguyen <olragon@users.noreply.github.com>",
60
63
  "Lukas Eipert <git@leipert.io>",
@@ -86,6 +89,7 @@
86
89
  "Yoshio HANAWA <y@hnw.jp>",
87
90
  "Yosuke Kumakura <kumatch@gmail.com>",
88
91
  "Zacharias Erlandsson <zacharias.erlandsson@gmail.com>",
92
+ "Zack Pollard <zackpollard@ymail.com>",
89
93
  "zbypy <zbynek.pysny@gmail.com>"
90
94
  ],
91
95
  "type": "module",
@@ -175,17 +179,17 @@
175
179
  "reporter": "dot"
176
180
  },
177
181
  "dependencies": {
178
- "date-holidays-parser": "^3.2.3",
182
+ "date-holidays-parser": "^3.2.4",
179
183
  "js-yaml": "^4.1.0",
180
184
  "lodash.omit": "^4.5.0",
181
185
  "lodash.pick": "^4.4.0",
182
186
  "prepin": "^1.0.3"
183
187
  },
184
188
  "devDependencies": {
185
- "@babel/cli": "^7.16.0",
186
- "@babel/core": "^7.16.0",
189
+ "@babel/cli": "^7.16.8",
190
+ "@babel/core": "^7.16.7",
187
191
  "@babel/polyfill": "^7.12.1",
188
- "@babel/preset-env": "^7.16.4",
192
+ "@babel/preset-env": "^7.16.8",
189
193
  "@commitlint/cli": "^13.2.1",
190
194
  "@commitlint/config-conventional": "^13.2.0",
191
195
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
@@ -193,9 +197,9 @@
193
197
  "dtslint": "^4.2.1",
194
198
  "eslint": "^7.32.0",
195
199
  "eslint-config-standard": "^16.0.3",
196
- "eslint-plugin-import": "^2.25.3",
200
+ "eslint-plugin-import": "^2.25.4",
197
201
  "eslint-plugin-node": "^11.1.0",
198
- "eslint-plugin-promise": "^5.1.1",
202
+ "eslint-plugin-promise": "^5.2.0",
199
203
  "eslint-plugin-yml": "^0.12.0",
200
204
  "hashtree": "^0.7.0",
201
205
  "husky": "^7.0.4",
@@ -203,10 +207,10 @@
203
207
  "mocha": "^9.1.3",
204
208
  "npm-run-all": "^4.1.5",
205
209
  "rimraf": "^3.0.2",
206
- "rollup": "^2.60.1",
207
- "typescript": "^4.5.2",
210
+ "rollup": "^2.63.0",
211
+ "typescript": "^4.5.4",
208
212
  "watch-run": "^1.2.5",
209
- "webpack": "^5.64.4",
213
+ "webpack": "^5.65.0",
210
214
  "webpack-bundle-analyzer": "^4.5.0",
211
215
  "webpack-cli": "^4.9.1"
212
216
  },