Skip to content

Commit

Permalink
Merge pull request #4715 from snyk/feat/HEAD-386_webpack_sha256
Browse files Browse the repository at this point in the history
feat: use sha256 for webpack
  • Loading branch information
PeterSchafer authored Jun 23, 2023
2 parents 7e422c0 + 8652f46 commit 13ea20e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 94 deletions.
148 changes: 55 additions & 93 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"ts-loader": "^9.0.2",
"ts-node": "^8.0.0",
"typescript": "^3.9.9",
"webpack": "^5.34.0",
"webpack": "^5.54.0",
"webpack-cli": "^4.6.0",
"webpack-license-plugin": "^4.2.0",
"webpack-merge": "^5.8.0"
Expand Down
1 change: 1 addition & 0 deletions webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
clean: true,
path: path.resolve(__dirname, 'dist/cli/'),
filename: 'index.js',
hashFunction: 'sha256',
library: {
name: 'snyk',
type: 'commonjs2',
Expand Down

0 comments on commit 13ea20e

Please sign in to comment.