diff --git a/package-lock.json b/package-lock.json index 31e54e85c..0eaa9a62b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1159,11 +1159,11 @@ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" }, "cached-run-in-this-context": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cached-run-in-this-context/-/cached-run-in-this-context-0.4.1.tgz", - "integrity": "sha1-CMFYHi2cP2aba92poQCtYdqlRfM=", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cached-run-in-this-context/-/cached-run-in-this-context-0.5.0.tgz", + "integrity": "sha512-FdtDP0u8WjetQ95nLz9vI06efJTFrmtmk5ZT6FECpyTKi9aakNLMHyMH21WRbGYyWlbmB/QlRoB/g1lcEpyjMw==", "requires": { - "nan": "^2.1.0" + "nan": "^2.10.0" } }, "camelcase": { diff --git a/package.json b/package.json index 0757924f4..a69a4457e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "base16-tomorrow-light-theme": "https://www.atom.io/api/packages/base16-tomorrow-light-theme/versions/1.6.0/tarball", "bookmarks": "https://www.atom.io/api/packages/bookmarks/versions/0.45.1/tarball", "bracket-matcher": "https://www.atom.io/api/packages/bracket-matcher/versions/0.89.3/tarball", - "cached-run-in-this-context": "0.4.1", + "cached-run-in-this-context": "0.5.0", "chai": "3.5.0", "chart.js": "^2.3.0", "clear-cut": "^2.0.2",