electron-to-chromium 1.3.569 → 1.3.570

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.
@@ -725,7 +725,8 @@ module.exports = {
725
725
  "8.4.0",
726
726
  "8.4.1",
727
727
  "8.5.0",
728
- "8.5.1"
728
+ "8.5.1",
729
+ "8.5.2"
729
730
  ],
730
731
  "82.0.4048.0": [
731
732
  "9.0.0-beta.1",
package/full-versions.js CHANGED
@@ -527,6 +527,7 @@ module.exports = {
527
527
  "8.4.1": "80.0.3987.165",
528
528
  "8.5.0": "80.0.3987.165",
529
529
  "8.5.1": "80.0.3987.165",
530
+ "8.5.2": "80.0.3987.165",
530
531
  "9.0.0-beta.1": "82.0.4048.0",
531
532
  "9.0.0-beta.2": "82.0.4048.0",
532
533
  "9.0.0-beta.3": "82.0.4048.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.569",
3
+ "version": "1.3.570",
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.1.0",
33
- "electron-releases": "^3.510.0",
33
+ "electron-releases": "^3.511.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"