diff --git a/package-lock.json b/package-lock.json index 3b0ec0aa..42a01e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "ethereum-blockies": "github:MyEtherWallet/blockies", "fast-exif": "^1.0.1", "feather-icons": "^4.28.0", - "fraction.js": "^4.1.0", + "fraction.js": "^4.1.1", "gatsby": "^3.5.1", "gatsby-plugin-catch-links": "^3.5.0", "gatsby-plugin-feed": "^3.5.0", @@ -12676,11 +12676,15 @@ } }, "node_modules/fraction.js": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.0.tgz", - "integrity": "sha512-o9lSKpK0TDqDwTL24Hxqi6I99s942l6TYkfl6WvGWgLOIFz/YonSGKfiSeMadoiNvTfqnfOa9mjb5SGVbBK9/w==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.1.tgz", + "integrity": "sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==", "engines": { "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" } }, "node_modules/fragment-cache": { @@ -43783,9 +43787,9 @@ "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" }, "fraction.js": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.0.tgz", - "integrity": "sha512-o9lSKpK0TDqDwTL24Hxqi6I99s942l6TYkfl6WvGWgLOIFz/YonSGKfiSeMadoiNvTfqnfOa9mjb5SGVbBK9/w==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.1.tgz", + "integrity": "sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==" }, "fragment-cache": { "version": "0.2.1", diff --git a/package.json b/package.json index d7be7488..0d1f662a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ethereum-blockies": "github:MyEtherWallet/blockies", "fast-exif": "^1.0.1", "feather-icons": "^4.28.0", - "fraction.js": "^4.1.0", + "fraction.js": "^4.1.1", "gatsby": "^3.5.1", "gatsby-plugin-catch-links": "^3.5.0", "gatsby-plugin-feed": "^3.5.0",