Skip to content

Commit 3949401

Browse files
chore(deps): update dependency webpack to v5.108.2 (#929)
* chore(deps): update dependency webpack to v5.108.2 * [dependabot skip] Automatically fix Nix hashes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent d9aabbe commit 3949401

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

assets/package-lock.json

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

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nprogress": "^0.2.0",
2424
"sass": "^1.93.2",
2525
"sass-loader": "^17.0.0",
26-
"webpack": "5.108.1",
26+
"webpack": "5.108.2",
2727
"webpack-cli": "^7.0.0"
2828
},
2929
"engines": {

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
nodePackages = pkgs.buildNpmPackage {
6161
name = "penguin_memories_assets";
6262
src = ./assets;
63-
npmDepsHash = "sha256-YRfBQHLCYxF0pZwZOZ9PX1H3hg4TBji/QdemoExfvec=";
63+
npmDepsHash = "sha256-dgXkLrlpC65My9PikkpERibp6p+IQ4a8ZLMWp/COtSQ=";
6464
# npmDepsHash = pkgs.lib.fakeHash;
6565
dontNpmBuild = true;
6666
inherit nodejs;

0 commit comments

Comments
 (0)