Update lru-cache to the latest version 🚀 (#5188)

* fix(package): update lru-cache to version 4.1.4

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2018-11-21 00:34:02 +00:00
committed by peril-parse-community[bot]
parent 284d04a211
commit 6659b11962
2 changed files with 48 additions and 6 deletions

52
package-lock.json generated
View File

@@ -3635,6 +3635,18 @@
"lru-cache": "4.1.3",
"shebang-command": "1.2.0",
"which": "1.3.1"
},
"dependencies": {
"lru-cache": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
"integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
"dev": true,
"requires": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
}
}
}
}
}
@@ -6651,12 +6663,19 @@
"dev": true
},
"lru-cache": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
"integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.4.tgz",
"integrity": "sha512-EPstzZ23znHUVLKj+lcXO1KvZkrlw+ZirdwvOmnAnA/1PB4ggyXJ77LRkCqkff+ShQ+cqoxCxLQOh4cKITO5iA==",
"requires": {
"pseudomap": "1.0.2",
"yallist": "2.1.2"
"pseudomap": "^1.0.2",
"yallist": "^3.0.2"
},
"dependencies": {
"yallist": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.2.tgz",
"integrity": "sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k="
}
}
},
"lru-queue": {
@@ -10092,6 +10111,17 @@
"pac-proxy-agent": "3.0.0",
"proxy-from-env": "1.0.0",
"socks-proxy-agent": "4.0.1"
},
"dependencies": {
"lru-cache": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
"integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
"requires": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
}
}
}
},
"proxy-from-env": {
@@ -11265,6 +11295,18 @@
"lru-cache": "4.1.3",
"shebang-command": "1.2.0",
"which": "1.3.1"
},
"dependencies": {
"lru-cache": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
"integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
"dev": true,
"requires": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
}
}
}
},
"execa": {

View File

@@ -31,7 +31,7 @@
"follow-redirects": "1.5.9",
"intersect": "1.0.1",
"lodash": "4.17.11",
"lru-cache": "4.1.3",
"lru-cache": "4.1.4",
"mime": "2.3.1",
"mongodb": "3.1.10",
"parse": "2.1.0",