electron-to-chromium 1.3.591 → 1.3.592

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.
@@ -845,7 +845,8 @@ module.exports = {
845
845
  "9.3.0",
846
846
  "9.3.1",
847
847
  "9.3.2",
848
- "9.3.3"
848
+ "9.3.3",
849
+ "9.3.4"
849
850
  ],
850
851
  "84.0.4129.0": [
851
852
  "10.0.0-beta.1",
package/full-versions.js CHANGED
@@ -603,6 +603,7 @@ module.exports = {
603
603
  "9.3.1": "83.0.4103.122",
604
604
  "9.3.2": "83.0.4103.122",
605
605
  "9.3.3": "83.0.4103.122",
606
+ "9.3.4": "83.0.4103.122",
606
607
  "10.0.0-beta.1": "84.0.4129.0",
607
608
  "10.0.0-beta.2": "84.0.4129.0",
608
609
  "10.0.0-beta.3": "85.0.4161.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.591",
3
+ "version": "1.3.592",
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.535.0",
33
+ "electron-releases": "^3.536.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"