electron-to-chromium 1.3.716 → 1.3.717

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.
@@ -1114,7 +1114,8 @@ module.exports = {
1114
1114
  "11.3.0",
1115
1115
  "11.4.0",
1116
1116
  "11.4.1",
1117
- "11.4.2"
1117
+ "11.4.2",
1118
+ "11.4.3"
1118
1119
  ],
1119
1120
  "89.0.4328.0": [
1120
1121
  "12.0.0-beta.1",
package/full-versions.js CHANGED
@@ -782,6 +782,7 @@ module.exports = {
782
782
  "11.4.0": "87.0.4280.141",
783
783
  "11.4.1": "87.0.4280.141",
784
784
  "11.4.2": "87.0.4280.141",
785
+ "11.4.3": "87.0.4280.141",
785
786
  "12.0.0-beta.1": "89.0.4328.0",
786
787
  "12.0.0-beta.3": "89.0.4328.0",
787
788
  "12.0.0-beta.4": "89.0.4328.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.716",
3
+ "version": "1.3.717",
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.667.0",
33
+ "electron-releases": "^3.668.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"