Update the lru-cache npm package to v4.0.1.

This commit is contained in:
Ben Newman
2016-09-27 12:46:43 -04:00
parent 67116898d9
commit 2483fb3cb3
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
* The `fibers` npm package has been updated to 1.0.14.
* The `lru-cache` npm package has been updated to 4.0.1.
* Blaze-related packages have been extracted to
[`meteor/blaze`](https://github.com/meteor/blaze), and the main
[`meteor/meteor`](https://github.com/meteor/meteor) repository now

View File

@@ -51,7 +51,7 @@ var packageJson = {
// https://github.com/williamwicks/node-eachline/pull/4
eachline: "https://github.com/meteor/node-eachline/tarball/ff89722ff94e6b6a08652bf5f44c8fffea8a21da",
pathwatcher: "6.7.1",
'lru-cache': '2.6.4',
'lru-cache': '4.0.1',
'cordova-lib': "6.0.0",
longjohn: '0.2.11'
}