Skip to content

Commit 724e46b

Browse files
Update dependencies to latest versions (#759)
1 parent 3a63ed0 commit 724e46b

5 files changed

Lines changed: 733 additions & 740 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"license": "BSD-3-Clause",
66
"dependencies": {
7-
"better-sqlite3": "^12.6.2",
7+
"better-sqlite3": "^12.8.0",
88
"registry-foreign": "file:../foreign",
99
"registry-lib": "file:../lib",
1010
"yaml": "^2.8.2"

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

foreign/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"private": true,
55
"license": "BSD-3-Clause",
66
"dependencies": {
7-
"@aws-sdk/client-s3": "^3.971.0",
8-
"@octokit/plugin-retry": "^8.0.3",
7+
"@aws-sdk/client-s3": "^3.1009.0",
8+
"@octokit/plugin-retry": "^8.1.0",
99
"@octokit/plugin-throttling": "^11.0.3",
1010
"@octokit/rest": "^22.0.1",
11-
"better-sqlite3": "^12.6.2",
11+
"better-sqlite3": "^12.8.0",
1212
"fast-glob": "^3.3.3",
13-
"fs-extra": "^11.3.3",
13+
"fs-extra": "^11.3.4",
1414
"fuse.js": "^7.1.0",
15-
"jsonrepair": "^3.13.2",
15+
"jsonrepair": "^3.13.3",
1616
"registry-lib": "file:../lib",
17-
"semver": "^7.7.3",
18-
"tar": "^7.5.3",
17+
"semver": "^7.7.4",
18+
"tar": "^7.5.11",
1919
"tmp": "^0.2.5",
2020
"yaml": "^2.8.2"
2121
}

nix/overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ in
167167
++ prev.lib.optionals prev.stdenv.isDarwin [ prev.darwin.cctools ];
168168

169169
# To update: run `nix build .#server` and copy the hash from the error
170-
npmDepsHash = "sha256-4oMc9qOFR6J7qAIGFwh6RKLNvSlAySH5qjmcygdrRpI=";
170+
npmDepsHash = "sha256-MLW5lGkK/7UutxmJ/GigygU3egRuQjX4dJlvNtGk5lY=";
171171

172172
installPhase = ''
173173
mkdir -p $out

0 commit comments

Comments
 (0)