electron-to-chromium 1.3.656 → 1.3.657

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.
@@ -1104,7 +1104,8 @@ module.exports = {
1104
1104
  "87.0.4280.141": [
1105
1105
  "11.2.0",
1106
1106
  "11.2.1",
1107
- "11.2.2"
1107
+ "11.2.2",
1108
+ "11.2.3"
1108
1109
  ],
1109
1110
  "89.0.4328.0": [
1110
1111
  "12.0.0-beta.1",
package/full-versions.js CHANGED
@@ -772,6 +772,7 @@ module.exports = {
772
772
  "11.2.0": "87.0.4280.141",
773
773
  "11.2.1": "87.0.4280.141",
774
774
  "11.2.2": "87.0.4280.141",
775
+ "11.2.3": "87.0.4280.141",
775
776
  "12.0.0-beta.1": "89.0.4328.0",
776
777
  "12.0.0-beta.3": "89.0.4328.0",
777
778
  "12.0.0-beta.4": "89.0.4328.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.656",
3
+ "version": "1.3.657",
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.603.0",
33
+ "electron-releases": "^3.604.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"