Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 4b66104

Browse files
authored
1 parent 332fb04 commit 4b66104

File tree

3 files changed

+56
-6
lines changed

3 files changed

+56
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"copy-webpack-plugin": "6.4.1",
5151
"cross-env": "7.0.3",
5252
"decompress": "4.2.1",
53-
"electron": "13.4.0",
53+
"electron": "13.5.0",
5454
"electron-builder": "22.11.11",
5555
"electron-context-menu": "3.1.1",
5656
"electron-notarize": "1.1.1",
@@ -78,7 +78,7 @@
7878
"jszip": "3.7.1",
7979
"menubar": "9.0.5",
8080
"node-cache": "5.1.2",
81-
"node-fetch": "2.6.2",
81+
"node-fetch": "2.6.5",
8282
"node-machine-id": "1.1.12",
8383
"notistack": "1.0.10",
8484
"original-fs": "1.1.0",

public/open-source-notices.txt

+25
Original file line numberDiff line numberDiff line change
@@ -16665,6 +16665,31 @@ The following software may be included in this product: nanocolors. A copy of th
1666516665

1666616666
The MIT License (MIT)
1666716667

16668+
Copyright 2021 Andrey Sitnik <[email protected]>
16669+
16670+
Permission is hereby granted, free of charge, to any person obtaining a copy of
16671+
this software and associated documentation files (the "Software"), to deal in
16672+
the Software without restriction, including without limitation the rights to
16673+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
16674+
the Software, and to permit persons to whom the Software is furnished to do so,
16675+
subject to the following conditions:
16676+
16677+
The above copyright notice and this permission notice shall be included in all
16678+
copies or substantial portions of the Software.
16679+
16680+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16681+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16682+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16683+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
16684+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
16685+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16686+
16687+
-----
16688+
16689+
The following software may be included in this product: nanocolors. A copy of the source code may be downloaded from https://github.com/ai/nanocolors.git. This software contains the following license and notice below:
16690+
16691+
The MIT License (MIT)
16692+
1666816693
Copyright 2021 Jorge Bucaran <[email protected]>,
1666916694
Andrey Sitnik <[email protected]>
1667016695

yarn.lock

+29-4
Original file line numberDiff line numberDiff line change
@@ -6673,10 +6673,10 @@ [email protected]:
66736673
jsonfile "^4.0.0"
66746674
mkdirp "^0.5.1"
66756675

6676-
electron@13.4.0:
6677-
version "13.4.0"
6678-
resolved "https://registry.yarnpkg.com/electron/-/electron-13.4.0.tgz#f9f9e518d8c6bf23bfa8b69580447eea3ca0f880"
6679-
integrity sha512-KJGWS2qa0xZXIMPMDUNkRVO8/JxRd4+M0ejYYOzu2LIQ5ijecPzNuNR9nvDkml9XyyRBzu975FkhJcwD17ietQ==
6676+
electron@13.5.0:
6677+
version "13.5.0"
6678+
resolved "https://registry.yarnpkg.com/electron/-/electron-13.5.0.tgz#6f746ca55d6be4f20dd4b799a5bf42fcb1ea0587"
6679+
integrity sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw==
66806680
dependencies:
66816681
"@electron/get" "^1.0.1"
66826682
"@types/node" "^14.6.2"
@@ -11046,6 +11046,13 @@ [email protected]:
1104611046
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
1104711047
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
1104811048

11049+
11050+
version "2.6.5"
11051+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
11052+
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
11053+
dependencies:
11054+
whatwg-url "^5.0.0"
11055+
1104911056
node-forge@^0.10.0:
1105011057
version "0.10.0"
1105111058
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
@@ -15071,6 +15078,11 @@ tr46@^1.0.1:
1507115078
dependencies:
1507215079
punycode "^2.1.0"
1507315080

15081+
tr46@~0.0.3:
15082+
version "0.0.3"
15083+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
15084+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
15085+
1507415086
tree-kill@^1.2.2:
1507515087
version "1.2.2"
1507615088
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -15658,6 +15670,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
1565815670
dependencies:
1565915671
minimalistic-assert "^1.0.0"
1566015672

15673+
webidl-conversions@^3.0.0:
15674+
version "3.0.1"
15675+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
15676+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
15677+
1566115678
webidl-conversions@^4.0.2:
1566215679
version "4.0.2"
1566315680
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -15838,6 +15855,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1583815855
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1583915856
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1584015857

15858+
whatwg-url@^5.0.0:
15859+
version "5.0.0"
15860+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
15861+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
15862+
dependencies:
15863+
tr46 "~0.0.3"
15864+
webidl-conversions "^3.0.0"
15865+
1584115866
whatwg-url@^6.4.1:
1584215867
version "6.5.0"
1584315868
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)