electron-to-chromium 1.3.718 → 1.3.719

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.
@@ -1205,6 +1205,9 @@ module.exports = {
1205
1205
  "12.0.3",
1206
1206
  "12.0.4"
1207
1207
  ],
1208
+ "89.0.4389.128": [
1209
+ "12.0.5"
1210
+ ],
1208
1211
  "90.0.4402.0": [
1209
1212
  "13.0.0-beta.2",
1210
1213
  "13.0.0-beta.3",
package/full-versions.js CHANGED
@@ -837,6 +837,7 @@ module.exports = {
837
837
  "12.0.2": "89.0.4389.90",
838
838
  "12.0.3": "89.0.4389.114",
839
839
  "12.0.4": "89.0.4389.114",
840
+ "12.0.5": "89.0.4389.128",
840
841
  "13.0.0-beta.2": "90.0.4402.0",
841
842
  "13.0.0-beta.3": "90.0.4402.0",
842
843
  "13.0.0-beta.4": "90.0.4415.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.718",
3
+ "version": "1.3.719",
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.669.0",
33
+ "electron-releases": "^3.670.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"