Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"morphdom": "^2.3.2"
},
"devDependencies": {
"webpack": "^2.7.0"
"webpack": "^5.97.1"
}
}
2,659 changes: 484 additions & 2,175 deletions browser/yarn.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions go/kbfs/libmime/builder/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ cogent@^1.0.1:
write-to "^1.0.0"

debug@*:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
dependencies:
ms "2.0.0"
ms "^2.1.3"

dethroy@1:
version "1.0.2"
Expand All @@ -44,9 +44,9 @@ mkdirp@0:
dependencies:
minimist "0.0.8"

ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
ms@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

netrc@~0.1.3:
version "0.1.4"
Expand Down
6 changes: 3 additions & 3 deletions packaging/desktop/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ color-convert@~0.5.0:
integrity sha512-RwBeO/B/vZR3dfKL1ye/vx8MHZ40ugzpyfeVG5GsiuGnrlMWe2o8wxBbLCpw9CsxV+wHuzYlCiWnybrIA0ling==

cross-spawn@^6.0.0:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
version "6.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==
dependencies:
nice-try "^1.0.4"
path-key "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"iced-logger": "0.0.6",
"iced-runtime": "1.0.4",
"iced-utils": "0.1.27",
"json5": "2.2.1",
"json5": "2.2.2",
"prettier": "2.6.2"
}
}
8 changes: 4 additions & 4 deletions protocol/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ jison@^0.4.17:
lex-parser "~0.1.3"
nomnom "1.5.2"

json5@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
json5@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab"
integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==

jsonlint@1.6.0:
version "1.6.0"
Expand Down
192 changes: 141 additions & 51 deletions rnmodules/react-native-drop-view/yarn.lock

Large diffs are not rendered by default.

192 changes: 141 additions & 51 deletions rnmodules/react-native-kb/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"terser-webpack-plugin": "5.3.10",
"tls": "keybase/nullModule",
"typescript": "5.4.2",
"webpack": "5.89.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0"
Expand Down
807 changes: 520 additions & 287 deletions shared/yarn.lock

Large diffs are not rendered by default.