electron-to-chromium 1.3.753 → 1.3.754

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.
@@ -1124,7 +1124,8 @@ module.exports = {
1124
1124
  "11.4.5",
1125
1125
  "11.4.6",
1126
1126
  "11.4.7",
1127
- "11.4.8"
1127
+ "11.4.8",
1128
+ "11.4.9"
1128
1129
  ],
1129
1130
  "89.0.4328.0": [
1130
1131
  "12.0.0-beta.1",
@@ -1221,7 +1222,8 @@ module.exports = {
1221
1222
  "12.0.8",
1222
1223
  "12.0.9",
1223
1224
  "12.0.10",
1224
- "12.0.11"
1225
+ "12.0.11",
1226
+ "12.0.12"
1225
1227
  ],
1226
1228
  "90.0.4402.0": [
1227
1229
  "13.0.0-beta.2",
@@ -1332,6 +1334,9 @@ module.exports = {
1332
1334
  "13.1.1",
1333
1335
  "13.1.2"
1334
1336
  ],
1337
+ "91.0.4472.106": [
1338
+ "13.1.3"
1339
+ ],
1335
1340
  "92.0.4511.0": [
1336
1341
  "14.0.0-beta.1",
1337
1342
  "14.0.0-beta.2",
package/full-versions.js CHANGED
@@ -792,6 +792,7 @@ module.exports = {
792
792
  "11.4.6": "87.0.4280.141",
793
793
  "11.4.7": "87.0.4280.141",
794
794
  "11.4.8": "87.0.4280.141",
795
+ "11.4.9": "87.0.4280.141",
795
796
  "12.0.0-beta.1": "89.0.4328.0",
796
797
  "12.0.0-beta.3": "89.0.4328.0",
797
798
  "12.0.0-beta.4": "89.0.4328.0",
@@ -853,6 +854,7 @@ module.exports = {
853
854
  "12.0.9": "89.0.4389.128",
854
855
  "12.0.10": "89.0.4389.128",
855
856
  "12.0.11": "89.0.4389.128",
857
+ "12.0.12": "89.0.4389.128",
856
858
  "13.0.0-beta.2": "90.0.4402.0",
857
859
  "13.0.0-beta.3": "90.0.4402.0",
858
860
  "13.0.0-beta.4": "90.0.4415.0",
@@ -932,6 +934,7 @@ module.exports = {
932
934
  "13.1.0": "91.0.4472.77",
933
935
  "13.1.1": "91.0.4472.77",
934
936
  "13.1.2": "91.0.4472.77",
937
+ "13.1.3": "91.0.4472.106",
935
938
  "14.0.0-beta.1": "92.0.4511.0",
936
939
  "14.0.0-beta.2": "92.0.4511.0",
937
940
  "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.753",
3
+ "version": "1.3.754",
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.705.0",
33
+ "electron-releases": "^3.706.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"