Skip to content

Commit

Permalink
Merge pull request Expensify#48126 from Expensify/snyk-fix-97709a8dfa…
Browse files Browse the repository at this point in the history
…c021137254aedcff269951

[Snyk] Security upgrade webpack from 5.88.2 to 5.94.0
  • Loading branch information
carlosmiceli authored Aug 30, 2024
2 parents 4883a42 + acc4ae2 commit 960ae87
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 145 deletions.
2 changes: 1 addition & 1 deletion config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const getCommonConfiguration = ({file = '.env', platform = 'web'}: Environment):
{from: 'node_modules/pdfjs-dist/cmaps/', to: 'cmaps/'},
],
}),
new EnvironmentPlugin({JEST_WORKER_ID: null}),
new EnvironmentPlugin({JEST_WORKER_ID: ''}),
new IgnorePlugin({
resourceRegExp: /^\.\/locale$/,
contextRegExp: /moment$/,
Expand Down
Loading

0 comments on commit 960ae87

Please sign in to comment.