Skip to content

Commit 960ae87

Browse files
authored
Merge pull request #48126 from Expensify/snyk-fix-97709a8dfac021137254aedcff269951
[Snyk] Security upgrade webpack from 5.88.2 to 5.94.0
2 parents 4883a42 + acc4ae2 commit 960ae87

File tree

3 files changed

+113
-145
lines changed

3 files changed

+113
-145
lines changed

config/webpack/webpack.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const getCommonConfiguration = ({file = '.env', platform = 'web'}: Environment):
123123
{from: 'node_modules/pdfjs-dist/cmaps/', to: 'cmaps/'},
124124
],
125125
}),
126-
new EnvironmentPlugin({JEST_WORKER_ID: null}),
126+
new EnvironmentPlugin({JEST_WORKER_ID: ''}),
127127
new IgnorePlugin({
128128
resourceRegExp: /^\.\/locale$/,
129129
contextRegExp: /moment$/,

0 commit comments

Comments
 (0)