retire 4.0.0 → 4.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.1]
4
+
5
+ ### Breaking changes
6
+ - Not really a breaking change as the change was introduced in 4.0.0, but node.js >= 14.0.0 is required to run retire.js >= 4.0.0 going forward
7
+
3
8
  ## [4.0.0]
4
9
 
5
10
  ### Breaking changes
package/lib/retire.js CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  var exports = exports || {};
7
- exports.version = '4.0.0';
7
+ exports.version = '4.0.1';
8
8
 
9
9
  function isDefined(o) {
10
10
  return typeof o !== 'undefined';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Erlend Oftedal <erlend@oftedal.no>",
3
3
  "name": "retire",
4
4
  "description": "Retire is a tool for detecting use of vulnerable libraries",
5
- "version": "4.0.0",
5
+ "version": "4.0.1",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "check": "npm run lint && npm run typecheck"
43
43
  },
44
44
  "engines": {
45
- "node": ">= 6.0.0"
45
+ "node": ">= 14.0.0"
46
46
  },
47
47
  "keywords": [
48
48
  "sbom",