date-format
Advanced tools
Comparing version 4.0.13 to 4.0.14
# date-format Changelog | ||
## 4.0.14 | ||
- [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/86) - thanks [@lamweili](https://github.com/lamweili) | ||
- chore(deps-dev): bump eslint from 4.19.1 to 8.24.0 | ||
- chore(deps-dev): bump eslint-plugin-mocha from 4.12.1 to 10.1.0 | ||
- chore(deps-dev): bump mocha from 5.2.0 to 10.0.0 | ||
- chore(deps-dev): bump nyc from 13.0.0 to 15.1.0 | ||
- [ci: manually downgrade dev dependencies for older versions](https://github.com/nomiddlename/date-format/pull/87) - thanks [@lamweili](https://github.com/lamweili) | ||
- [ci: separated npm audit](https://github.com/nomiddlename/date-format/pull/85) - thanks [@lamweili](https://github.com/lamweili) | ||
- [ci: updated codeql from v1 to v2](https://github.com/nomiddlename/date-format/pull/80) - thanks [@lamweili](https://github.com/lamweili) | ||
## 4.0.13 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "date-format", | ||
"version": "4.0.13", | ||
"version": "4.0.14", | ||
"description": "Formatting Date objects as strings since 2013", | ||
@@ -32,6 +32,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"eslint": "^4.19.1", | ||
"eslint-plugin-mocha": "^4.12.1", | ||
"mocha": "^5.2.0", | ||
"nyc": "13.0.0", | ||
"eslint": "^8.24.0", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.1.0", | ||
"should": "^13.2.3" | ||
@@ -38,0 +38,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19743