electron-to-chromium 1.3.767 → 1.3.768

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