date-format 4.0.13 → 4.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # date-format Changelog
2
2
 
3
+ ## 4.0.14
4
+
5
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/86) - thanks [@lamweili](https://github.com/lamweili)
6
+ - chore(deps-dev): bump eslint from 4.19.1 to 8.24.0
7
+ - chore(deps-dev): bump eslint-plugin-mocha from 4.12.1 to 10.1.0
8
+ - chore(deps-dev): bump mocha from 5.2.0 to 10.0.0
9
+ - chore(deps-dev): bump nyc from 13.0.0 to 15.1.0
10
+ - [ci: manually downgrade dev dependencies for older versions](https://github.com/nomiddlename/date-format/pull/87) - thanks [@lamweili](https://github.com/lamweili)
11
+ - [ci: separated npm audit](https://github.com/nomiddlename/date-format/pull/85) - thanks [@lamweili](https://github.com/lamweili)
12
+ - [ci: updated codeql from v1 to v2](https://github.com/nomiddlename/date-format/pull/80) - thanks [@lamweili](https://github.com/lamweili)
13
+
3
14
  ## 4.0.13
4
15
 
5
16
  - [ci: added tests for Node.js 4.x, 6.x, 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/75) - thanks [@lamweili](https://github.com/lamweili)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-format",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "description": "Formatting Date objects as strings since 2013",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -29,10 +29,10 @@
29
29
  "readmeFilename": "README.md",
30
30
  "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
31
31
  "devDependencies": {
32
- "eslint": "^4.19.1",
33
- "eslint-plugin-mocha": "^4.12.1",
34
- "mocha": "^5.2.0",
35
- "nyc": "13.0.0",
32
+ "eslint": "^8.24.0",
33
+ "eslint-plugin-mocha": "^10.1.0",
34
+ "mocha": "^10.0.0",
35
+ "nyc": "^15.1.0",
36
36
  "should": "^13.2.3"
37
37
  },
38
38
  "nyc": {