Skip to content

Commit e500040

Browse files
committed
Fix build scripts
1 parent 6ccc0db commit e500040

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [5.4.2]
4+
5+
* Fix build scripts
6+
37
## [5.4.1]
48

59
* Upgrade dependencies

node/lib/retire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var exports = exports || {};
7-
exports.version = '5.4.1';
7+
exports.version = '5.4.2';
88

99
function isDefined(o) {
1010
return typeof o !== 'undefined';

node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Erlend Oftedal <erlend@oftedal.no>",
33
"name": "retire",
44
"description": "Retire is a tool for detecting use of vulnerable libraries",
5-
"version": "5.4.1",
5+
"version": "5.4.2",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)