Skip to content

Commit 63a4ec7

Browse files
committed
chore: bump [email protected]
1 parent e4b9b75 commit 63a4ec7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
disturl "https://electronjs.org/headers"
2-
target "17.2.0"
2+
target "17.3.0"
33
runtime "electron"
44
build_from_source "true"

cgmanifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "chromium",
88
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
9-
"commitHash": "cbadbe267bec5c3c673d5a2f2fdef15541f5bfc1"
9+
"commitHash": "e2aa76f05f3a6ccadbf43e37f5dfc195cc090b6a"
1010
}
1111
},
1212
"licenseDetail": [
@@ -40,7 +40,7 @@
4040
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
4141
],
4242
"isOnlyProductionDependency": true,
43-
"version": "98.0.4758.109"
43+
"version": "98.0.4758.141"
4444
},
4545
{
4646
"component": {
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "9d5f7c16734fe1734193ce9f80b1976c9b76854c"
63+
"commitHash": "1401284b44c37853072d502b86f30009c9901d00"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "17.2.0"
68+
"version": "17.3.0"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"cssnano": "^4.1.11",
136136
"debounce": "^1.0.0",
137137
"deemon": "^1.4.0",
138-
"electron": "17.2.0",
138+
"electron": "17.3.0",
139139
"eslint": "8.7.0",
140140
"eslint-plugin-header": "3.1.1",
141141
"eslint-plugin-jsdoc": "^19.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4297,10 +4297,10 @@ electron-to-chromium@^1.4.17:
42974297
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
42984298
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
42994299

4300-
electron@17.2.0:
4301-
version "17.2.0"
4302-
resolved "https://registry.yarnpkg.com/electron/-/electron-17.2.0.tgz#a5c42c16352ea968fcb5d1ce256bec51e7d140fe"
4303-
integrity sha512-eNXhPVEUofkgAeqRFvTizzYecoCMyS0Rar08WZHSAw9wjfZXawYMvTpjjjk9GiX9W/+Cjxua4YtGn5bOTabc0A==
4300+
electron@17.3.0:
4301+
version "17.3.0"
4302+
resolved "https://registry.yarnpkg.com/electron/-/electron-17.3.0.tgz#cdcc46a7a3cd0b6f2a1757fbeb807f6b2fce847e"
4303+
integrity sha512-KuYHCOw1a+CE9thZlWRqTScf6M81KLd6n5qpdBGb0rl62+50RUuau9CnYpBb3EJxrjsXLaiQCBBSdPsozf/XUg==
43044304
dependencies:
43054305
"@electron/get" "^1.13.0"
43064306
"@types/node" "^14.6.2"

0 commit comments

Comments
 (0)