Skip to content

Commit

Permalink
Merge branch 'master' into kn/upgrade_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert authored Jan 8, 2024
2 parents 6a7461d + 3b10039 commit b842219
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyinstaller/electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ electron-publish@23.6.0:
lazy-val "^1.0.5"
mime "^2.5.2"

electron@^22.3.21:
version "22.3.21"
resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.21.tgz#a817446cc1e62e9650522fa7eae389f9fc5b5e19"
electron@^22.1.0:
version "22.3.24"
resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.24.tgz#14479cf11cf4709f78d324015429fa82492c2150"
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^16.11.26"
Expand Down Expand Up @@ -1114,9 +1114,9 @@ json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"

json-schema@0.2.3:
version "0.2.3"
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz"
json-schema@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"

json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
version "5.0.1"
Expand All @@ -1141,12 +1141,12 @@ jsonfile@^6.0.1:
graceful-fs "^4.1.6"

jsprim@^1.2.2:
version "1.4.1"
resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz"
version "1.4.2"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
dependencies:
assert-plus "1.0.0"
extsprintf "1.3.0"
json-schema "0.2.3"
json-schema "0.4.0"
verror "1.10.0"

keyv@^4.0.0:
Expand Down

0 comments on commit b842219

Please sign in to comment.