electron-to-chromium 1.3.482 → 1.3.483

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.
@@ -719,7 +719,8 @@ module.exports = {
719
719
  "8.3.0",
720
720
  "8.3.1",
721
721
  "8.3.2",
722
- "8.3.3"
722
+ "8.3.3",
723
+ "8.3.4"
723
724
  ],
724
725
  "82.0.4048.0": [
725
726
  "9.0.0-beta.1",
package/full-versions.js CHANGED
@@ -521,6 +521,7 @@ module.exports = {
521
521
  "8.3.1": "80.0.3987.165",
522
522
  "8.3.2": "80.0.3987.165",
523
523
  "8.3.3": "80.0.3987.165",
524
+ "8.3.4": "80.0.3987.165",
524
525
  "9.0.0-beta.1": "82.0.4048.0",
525
526
  "9.0.0-beta.2": "82.0.4048.0",
526
527
  "9.0.0-beta.3": "82.0.4048.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.482",
3
+ "version": "1.3.483",
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.1.0",
33
- "electron-releases": "^3.449.0",
33
+ "electron-releases": "^3.450.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"