electron-to-chromium 1.3.764 → 1.3.765

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.
@@ -1339,6 +1339,9 @@ module.exports = {
1339
1339
  "13.1.3",
1340
1340
  "13.1.4"
1341
1341
  ],
1342
+ "91.0.4472.124": [
1343
+ "13.1.5"
1344
+ ],
1342
1345
  "92.0.4511.0": [
1343
1346
  "14.0.0-beta.1",
1344
1347
  "14.0.0-beta.2",
package/full-versions.js CHANGED
@@ -937,6 +937,7 @@ module.exports = {
937
937
  "13.1.2": "91.0.4472.77",
938
938
  "13.1.3": "91.0.4472.106",
939
939
  "13.1.4": "91.0.4472.106",
940
+ "13.1.5": "91.0.4472.124",
940
941
  "14.0.0-beta.1": "92.0.4511.0",
941
942
  "14.0.0-beta.2": "92.0.4511.0",
942
943
  "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.764",
3
+ "version": "1.3.765",
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.717.0",
33
+ "electron-releases": "^3.718.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"