electron-to-chromium 1.3.821 → 1.3.822

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.
@@ -1231,7 +1231,8 @@ module.exports = {
1231
1231
  "12.0.14",
1232
1232
  "12.0.15",
1233
1233
  "12.0.16",
1234
- "12.0.17"
1234
+ "12.0.17",
1235
+ "12.0.18"
1235
1236
  ],
1236
1237
  "90.0.4402.0": [
1237
1238
  "13.0.0-beta.2",
@@ -1356,7 +1357,8 @@ module.exports = {
1356
1357
  "13.1.9",
1357
1358
  "13.2.0",
1358
1359
  "13.2.1",
1359
- "13.2.2"
1360
+ "13.2.2",
1361
+ "13.2.3"
1360
1362
  ],
1361
1363
  "92.0.4511.0": [
1362
1364
  "14.0.0-beta.1",
package/full-versions.js CHANGED
@@ -863,6 +863,7 @@ module.exports = {
863
863
  "12.0.15": "89.0.4389.128",
864
864
  "12.0.16": "89.0.4389.128",
865
865
  "12.0.17": "89.0.4389.128",
866
+ "12.0.18": "89.0.4389.128",
866
867
  "13.0.0-beta.2": "90.0.4402.0",
867
868
  "13.0.0-beta.3": "90.0.4402.0",
868
869
  "13.0.0-beta.4": "90.0.4415.0",
@@ -952,6 +953,7 @@ module.exports = {
952
953
  "13.2.0": "91.0.4472.164",
953
954
  "13.2.1": "91.0.4472.164",
954
955
  "13.2.2": "91.0.4472.164",
956
+ "13.2.3": "91.0.4472.164",
955
957
  "14.0.0-beta.1": "92.0.4511.0",
956
958
  "14.0.0-beta.2": "92.0.4511.0",
957
959
  "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.821",
3
+ "version": "1.3.822",
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.774.0",
33
+ "electron-releases": "^3.775.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"