Skip to content

Commit

Permalink
fix npm audit and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Dec 23, 2024
1 parent a51236c commit d6aa4c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
2 changes: 1 addition & 1 deletion frontend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildNpmPackage {
pname = "thymis-frontend";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-UweENfcsKEJ8bMQhLs+uCD4XvkhSdNYuarE6uLOTzgM=";
npmDepsHash = "sha256-XiC2IGPN0XpngVK73qeFiyp7B1SnZEQDGCHUYTZ5NSo=";
postInstall = ''
mkdir -p $packageOut/build
cp -r ./build/* $packageOut/build
Expand Down
52 changes: 3 additions & 49 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@
},
"overrides": {
"svelte-multiselect": {
"dependencies": {
"svelte": "$svelte"
}
"svelte": "$svelte"
},
"@sveltejs/kit": {
"cookie": "^0.7.0"
}
}
}

0 comments on commit d6aa4c5

Please sign in to comment.