electron-to-chromium 1.3.800 → 1.3.801

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.
@@ -1350,7 +1350,8 @@ module.exports = {
1350
1350
  "13.1.7"
1351
1351
  ],
1352
1352
  "91.0.4472.164": [
1353
- "13.1.8"
1353
+ "13.1.8",
1354
+ "13.1.9"
1354
1355
  ],
1355
1356
  "92.0.4511.0": [
1356
1357
  "14.0.0-beta.1",
package/full-versions.js CHANGED
@@ -946,6 +946,7 @@ module.exports = {
946
946
  "13.1.6": "91.0.4472.124",
947
947
  "13.1.7": "91.0.4472.124",
948
948
  "13.1.8": "91.0.4472.164",
949
+ "13.1.9": "91.0.4472.164",
949
950
  "14.0.0-beta.1": "92.0.4511.0",
950
951
  "14.0.0-beta.2": "92.0.4511.0",
951
952
  "14.0.0-beta.3": "92.0.4511.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.800",
3
+ "version": "1.3.801",
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.753.0",
33
+ "electron-releases": "^3.754.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"