Skip to content

Commit 123c743

Browse files
build(deps-dev): bump bootstrap from 5.3.6 to 5.3.7 in /assets (#650)
* build(deps-dev): bump bootstrap from 5.3.6 to 5.3.7 in /assets Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.6 to 5.3.7. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v5.3.6...v5.3.7) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Automatically fix Nix hashes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 7aa4ed8 commit 123c743

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
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@popperjs/core": "^2.11.8",
16-
"bootstrap": "^5.3.6",
16+
"bootstrap": "^5.3.7",
1717
"copy-webpack-plugin": "^13.0.0",
1818
"css-loader": "^7.1.2",
1919
"css-minimizer-webpack-plugin": "^7.0.2",

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
nodePackages = pkgs.buildNpmPackage {
4646
name = "penguin_memories_assets";
4747
src = ./assets;
48-
npmDepsHash = "sha256-9xmHu/42GHTMgoTRP05LISUB7dyeIJppBaCnDDkDXHA=";
48+
npmDepsHash = "sha256-6UB+ggq9OJQ4Ctaz+feQX2jkL6LODFd7oBk077oO8tM=";
4949
dontNpmBuild = true;
5050
inherit nodejs;
5151

0 commit comments

Comments
 (0)