Skip to content

Commit

Permalink
Merge branch 'release/3.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Donovan committed May 19, 2022
2 parents c14893f + 8b61f7c commit cdf360e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4,580 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 3.6.2 2022-05-19
- Use lodash.cloneDeep npm instead of full lodash. (#190). - @ricardomozartlino

- 3.6.1 2022-04-07
- Fix for potential prototype polution exploit in async < 3.2.2 (#186). - @tmbobbins

Expand Down
2 changes: 1 addition & 1 deletion lib/stores/memory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*eslint no-unused-vars:0*/
var Lru = require("lru-cache");
var cloneDeep = require('lodash/cloneDeep');
var cloneDeep = require('lodash.clonedeep');
var utils = require('../utils');
var isObject = utils.isObject;

Expand Down
Loading

0 comments on commit cdf360e

Please sign in to comment.