Skip to content

Commit

Permalink
Merge pull request #649 from City-of-Helsinki/automation/npm-audit
Browse files Browse the repository at this point in the history
Automatic npm audit fix
  • Loading branch information
khalima authored Jun 20, 2024
2 parents 52ae1c6 + 8f7a265 commit 0047679
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20
20 changes: 10 additions & 10 deletions public/themes/custom/hdbt_subtheme/package-lock.json

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

2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"dev": "webpack --progress --mode=development --config webpack.config.js --watch",
"build": "webpack --progress --mode=production --config webpack.config.js",
"preinstall": "npx browserslist@latest --update-db",
"preinstall": "npx update-browserslist-db@latest",
"lint": "lint-staged",
"lint:js": "eslint --fix src/"
},
Expand Down

0 comments on commit 0047679

Please sign in to comment.