diff --git a/package-lock.json b/package-lock.json index 497cec6..38a4d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5406,9 +5406,9 @@ } }, "fun.js": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/fun.js/-/fun.js-1.0.5.tgz", - "integrity": "sha512-Ek3NbbXIkNa3N+IT7PGe+7gtAr5VsPYAaoCbYjlnh1m95jdmWygqbf4tJ4/QLKdIoRRNRtkq/Psh82Sn2rrbmw==" + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/fun.js/-/fun.js-1.0.6.tgz", + "integrity": "sha512-IdWtEoPW4oWDD/TSn1lHXs2W1qZPLejVBRZrknhf5DpbGlESew2aMngy0L9al1o7s25lzHvwGThjkdstFHE5fw==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 79e56bf..256134c --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ }, "dependencies": { "@astuanax/funmatrix": "github:astuanax/funmatrix", - "fun.js": "^1.0.5" + "fun.js": "^1.0.6" } }