electron-to-chromium 1.3.731 → 1.3.732

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1007,7 +1007,8 @@ module.exports = {
1007
1007
  "10.4.2",
1008
1008
  "10.4.3",
1009
1009
  "10.4.4",
1010
- "10.4.5"
1010
+ "10.4.5",
1011
+ "10.4.6"
1011
1012
  ],
1012
1013
  "86.0.4234.0": [
1013
1014
  "11.0.0-beta.1",
package/full-versions.js CHANGED
@@ -711,6 +711,7 @@ module.exports = {
711
711
  "10.4.3": "85.0.4183.121",
712
712
  "10.4.4": "85.0.4183.121",
713
713
  "10.4.5": "85.0.4183.121",
714
+ "10.4.6": "85.0.4183.121",
714
715
  "11.0.0-beta.1": "86.0.4234.0",
715
716
  "11.0.0-beta.3": "86.0.4234.0",
716
717
  "11.0.0-beta.4": "86.0.4234.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.731",
3
+ "version": "1.3.732",
4
4
  "description": "Provides a list of electron-to-chromium version mappings",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "ava": "^3.8.2",
32
32
  "codecov": "^3.8.0",
33
- "electron-releases": "^3.682.0",
33
+ "electron-releases": "^3.683.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"