electron-to-chromium 1.3.853 → 1.3.854

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.
@@ -1476,6 +1476,9 @@ module.exports = {
1476
1476
  "93.0.4577.63": [
1477
1477
  "14.0.1"
1478
1478
  ],
1479
+ "93.0.4577.82": [
1480
+ "14.0.2"
1481
+ ],
1479
1482
  "94.0.4584.0": [
1480
1483
  "15.0.0-alpha.3",
1481
1484
  "15.0.0-alpha.4",
@@ -1566,7 +1569,8 @@ module.exports = {
1566
1569
  "17.0.0-nightly.20210923",
1567
1570
  "17.0.0-nightly.20210924",
1568
1571
  "17.0.0-nightly.20210927",
1569
- "17.0.0-nightly.20210928"
1572
+ "17.0.0-nightly.20210928",
1573
+ "17.0.0-nightly.20210929"
1570
1574
  ],
1571
1575
  "95.0.4612.5": [
1572
1576
  "16.0.0-nightly.20210824",
package/full-versions.js CHANGED
@@ -1030,6 +1030,7 @@ module.exports = {
1030
1030
  "14.0.0-nightly.20210524": "92.0.4511.0",
1031
1031
  "14.0.0": "93.0.4577.58",
1032
1032
  "14.0.1": "93.0.4577.63",
1033
+ "14.0.2": "93.0.4577.82",
1033
1034
  "15.0.0-alpha.1": "93.0.4566.0",
1034
1035
  "15.0.0-alpha.2": "93.0.4566.0",
1035
1036
  "15.0.0-alpha.3": "94.0.4584.0",
@@ -1136,5 +1137,6 @@ module.exports = {
1136
1137
  "17.0.0-nightly.20210923": "95.0.4629.0",
1137
1138
  "17.0.0-nightly.20210924": "95.0.4629.0",
1138
1139
  "17.0.0-nightly.20210927": "95.0.4629.0",
1139
- "17.0.0-nightly.20210928": "95.0.4629.0"
1140
+ "17.0.0-nightly.20210928": "95.0.4629.0",
1141
+ "17.0.0-nightly.20210929": "95.0.4629.0"
1140
1142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.853",
3
+ "version": "1.3.854",
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.810.0",
33
+ "electron-releases": "^3.811.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"