We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d68105 commit 064f4c6Copy full SHA for 064f4c6
node/lib/retire.js
@@ -4,7 +4,7 @@
4
*/
5
6
var exports = exports || {};
7
-exports.version = '4.2.2';
+exports.version = '4.2.3';
8
9
function isDefined(o) {
10
return typeof o !== 'undefined';
node/package.json
@@ -2,7 +2,7 @@
2
"author": "Erlend Oftedal <erlend@oftedal.no>",
3
"name": "retire",
"description": "Retire is a tool for detecting use of vulnerable libraries",
- "version": "4.2.2",
+ "version": "4.2.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments