diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c5f55..2caa236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.5 + +### Changed +- Newer electron releases supported (Upto 16.0.4) + ## 1.0.4 ### Changed - Now uses `semver` directly instead of `semver-sort` diff --git a/package-lock.json b/package-lock.json index facd276..9e68594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,9 +95,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "node_modules/debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "dependencies": { "ms": "2.1.2" }, @@ -111,9 +111,9 @@ } }, "node_modules/electron-fingerprints": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.0.tgz", - "integrity": "sha512-6GCMHwtlxe4JDVMxwklTAmVniOrKgsJ2tU80vxHdVBOm6zKrunp+x6gEX7m0cbC/rIQXGi5QT4VeXzEPU/J5Yg==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.1.tgz", + "integrity": "sha512-Kq/ubH9UHeRLAuo8Q4EOUbpOY3nFqcqnC5b9X7ZWBtedmgyngMByNYO2yvpY7324/hUspck+TyLwZ3XG2bGTEw==" }, "node_modules/follow-redirects": { "version": "1.14.5", @@ -555,17 +555,17 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "requires": { "ms": "2.1.2" } }, "electron-fingerprints": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.0.tgz", - "integrity": "sha512-6GCMHwtlxe4JDVMxwklTAmVniOrKgsJ2tU80vxHdVBOm6zKrunp+x6gEX7m0cbC/rIQXGi5QT4VeXzEPU/J5Yg==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.1.tgz", + "integrity": "sha512-Kq/ubH9UHeRLAuo8Q4EOUbpOY3nFqcqnC5b9X7ZWBtedmgyngMByNYO2yvpY7324/hUspck+TyLwZ3XG2bGTEw==" }, "follow-redirects": { "version": "1.14.5",