Skip to content

Commit 8652f46

Browse files
committed
feat: use sha256 for webpack
1 parent 7e422c0 commit 8652f46

File tree

3 files changed

+57
-94
lines changed

3 files changed

+57
-94
lines changed

package-lock.json

+55-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"ts-loader": "^9.0.2",
175175
"ts-node": "^8.0.0",
176176
"typescript": "^3.9.9",
177-
"webpack": "^5.34.0",
177+
"webpack": "^5.54.0",
178178
"webpack-cli": "^4.6.0",
179179
"webpack-license-plugin": "^4.2.0",
180180
"webpack-merge": "^5.8.0"

webpack.common.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default {
99
clean: true,
1010
path: path.resolve(__dirname, 'dist/cli/'),
1111
filename: 'index.js',
12+
hashFunction: 'sha256',
1213
library: {
1314
name: 'snyk',
1415
type: 'commonjs2',

0 commit comments

Comments
 (0)