bug-versions
Advanced tools
Comparing version 1.54.2 to 1.55.0
@@ -1,6 +0,6 @@ | ||
## [1.54.2](https://github.com/cnpm/bug-versions/compare/1.54.1...1.54.2) (2021-02-08) | ||
# [1.55.0](https://github.com/cnpm/bug-versions/compare/1.54.2...1.55.0) (2021-02-24) | ||
### Bug Fixes | ||
### Features | ||
* use graceful-fs 4.2.4 instead of 4.2.5 ([4642210](https://github.com/cnpm/bug-versions/commit/464221028f531d8f2ba83819c4e1e9405aa2b595)) | ||
* february 2021 Security Releases ([#130](https://github.com/cnpm/bug-versions/issues/130)) ([e70fc93](https://github.com/cnpm/bug-versions/commit/e70fc9323ee4e166574ded1613d5c6b21a93a540)) |
{ | ||
"name": "bug-versions", | ||
"version": "1.54.2", | ||
"version": "1.55.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -52,5 +52,5 @@ "main": "index.js", | ||
}, | ||
">= 10.0.0 < 10.23.1": { | ||
"version": "10.23.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/" | ||
">= 10.0.0 < 10.24.0": { | ||
"version": "10.24.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/" | ||
}, | ||
@@ -61,5 +61,5 @@ ">= 11.0.0 < 11.10.1": { | ||
}, | ||
">= 12.0.0 < 12.20.1": { | ||
"version": "12.20.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/" | ||
">= 12.0.0 < 12.21.0": { | ||
"version": "12.21.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/" | ||
}, | ||
@@ -70,9 +70,9 @@ ">= 13.0.0 < 13.8.0": { | ||
}, | ||
">= 14.0.0 < 14.15.4": { | ||
"version": "14.15.4", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/" | ||
">= 14.0.0 < 14.16.0": { | ||
"version": "14.16.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/" | ||
}, | ||
">= 15.0.0 < 15.5.1": { | ||
"version": "15.5.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/" | ||
">= 15.0.0 < 15.10.0": { | ||
"version": "15.10.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/" | ||
} | ||
@@ -79,0 +79,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
21785