Skip to content

Commit

Permalink
bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Ahlf authored and Stephan Ahlf committed Mar 28, 2024
1 parent 6817b21 commit 45ef6e8
Show file tree
Hide file tree
Showing 2 changed files with 9,067 additions and 90 deletions.
1 change: 1 addition & 0 deletions lib/fake/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/**
* Constructor of the fake helper modules library.
*/
// eslint-disable-next-line max-statements
var Fake = function(setup) {
this.Date = require("./date");
this.date = new this.Date(setup);
Expand Down
Loading

0 comments on commit 45ef6e8

Please sign in to comment.