瀏覽代碼

chore: bump electron from 11.2.1 to 11.2.2 (#454)

Bumps [electron](https://github.com/electron/electron) from 11.2.1 to 11.2.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v11.2.1...v11.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 年之前
父節點
當前提交
8e8893a484
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -187,9 +187,9 @@
       "dev": true
     },
     "electron": {
-      "version": "11.2.1",
-      "resolved": "https://registry.npmjs.org/electron/-/electron-11.2.1.tgz",
-      "integrity": "sha512-Im1y29Bnil+Nzs+FCTq01J1OtLbs+2ZGLLllaqX/9n5GgpdtDmZhS/++JHBsYZ+4+0n7asO+JKQgJD+CqPClzg==",
+      "version": "11.2.2",
+      "resolved": "https://registry.npmjs.org/electron/-/electron-11.2.2.tgz",
+      "integrity": "sha512-+OitkBrnCFwOF5LXAeNnfIJDKhdBm77jboc16WCIpDsCyT+JpGsKK4y6o30nRZq3zC+wZggUm5w6Ujw5n76CGg==",
       "dev": true,
       "requires": {
         "@electron/get": "^1.0.1",

+ 1 - 1
package.json

@@ -17,6 +17,6 @@
   "author": "GitHub",
   "license": "CC0-1.0",
   "devDependencies": {
-    "electron": "^11.2.1"
+    "electron": "^11.2.2"
   }
 }