electron-to-chromium 1.3.480 → 1.3.481

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.
@@ -824,6 +824,9 @@ module.exports = {
824
824
  "83.0.4103.104": [
825
825
  "9.0.4"
826
826
  ],
827
+ "83.0.4103.119": [
828
+ "9.0.5"
829
+ ],
827
830
  "84.0.4129.0": [
828
831
  "10.0.0-beta.1",
829
832
  "10.0.0-beta.2",
package/full-versions.js CHANGED
@@ -584,6 +584,7 @@ module.exports = {
584
584
  "9.0.2": "83.0.4103.94",
585
585
  "9.0.3": "83.0.4103.100",
586
586
  "9.0.4": "83.0.4103.104",
587
+ "9.0.5": "83.0.4103.119",
587
588
  "10.0.0-beta.1": "84.0.4129.0",
588
589
  "10.0.0-beta.2": "84.0.4129.0",
589
590
  "10.0.0-beta.3": "85.0.4161.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.480",
3
+ "version": "1.3.481",
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.447.0",
33
+ "electron-releases": "^3.448.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"