electron-to-chromium 1.3.863 → 1.3.864

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.
@@ -1480,7 +1480,8 @@ module.exports = {
1480
1480
  ],
1481
1481
  "93.0.4577.82": [
1482
1482
  "14.0.2",
1483
- "14.1.0"
1483
+ "14.1.0",
1484
+ "14.1.1"
1484
1485
  ],
1485
1486
  "94.0.4584.0": [
1486
1487
  "15.0.0-alpha.3",
package/full-versions.js CHANGED
@@ -1034,6 +1034,7 @@ module.exports = {
1034
1034
  "14.0.1": "93.0.4577.63",
1035
1035
  "14.0.2": "93.0.4577.82",
1036
1036
  "14.1.0": "93.0.4577.82",
1037
+ "14.1.1": "93.0.4577.82",
1037
1038
  "15.0.0-alpha.1": "93.0.4566.0",
1038
1039
  "15.0.0-alpha.2": "93.0.4566.0",
1039
1040
  "15.0.0-alpha.3": "94.0.4584.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.863",
3
+ "version": "1.3.864",
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.822.0",
33
+ "electron-releases": "^3.823.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"