Skip to content

Commit e8c316d

Browse files
Update node dependencies (#721)
1 parent a6c8c48 commit e8c316d

4 files changed

Lines changed: 642 additions & 628 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.4.0",
7+
"better-sqlite3": "^12.6.2",
88
"registry-foreign": "file:../foreign",
99
"registry-lib": "file:../lib",
1010
"yaml": "^2.8.2"

foreign/package.json

Lines changed: 5 additions & 5 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.948.0",
7+
"@aws-sdk/client-s3": "^3.971.0",
88
"@octokit/plugin-retry": "^8.0.3",
99
"@octokit/plugin-throttling": "^11.0.3",
1010
"@octokit/rest": "^22.0.1",
11-
"better-sqlite3": "^12.4.0",
11+
"better-sqlite3": "^12.6.2",
1212
"fast-glob": "^3.3.3",
13-
"fs-extra": "^11.3.2",
13+
"fs-extra": "^11.3.3",
1414
"fuse.js": "^7.1.0",
15-
"jsonrepair": "^3.13.1",
15+
"jsonrepair": "^3.13.2",
1616
"registry-lib": "file:../lib",
1717
"semver": "^7.7.3",
18-
"tar": "^7.5.2",
18+
"tar": "^7.5.3",
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
@@ -182,7 +182,7 @@ in
182182
++ prev.lib.optionals prev.stdenv.isDarwin [ prev.darwin.cctools ];
183183

184184
# To update: run `nix build .#server` and copy the hash from the error
185-
npmDepsHash = "sha256-iWHvXmTcWr4A/VerriuewnH0qNIYBtYkQnqv1VO8Jhs=";
185+
npmDepsHash = "sha256-4oMc9qOFR6J7qAIGFwh6RKLNvSlAySH5qjmcygdrRpI=";
186186

187187
installPhase = ''
188188
mkdir -p $out

0 commit comments

Comments
 (0)