chore(deps): bump serialize-error from 8.1.0 to 9.0.0 (#7670)

* chore(deps): bump serialize-error from 8.1.0 to 9.0.0

Closes #7662

Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
Vladimir Gorej
2022-01-18 22:12:49 +01:00
committed by GitHub
parent b12c56f690
commit 70490150ed
4 changed files with 22 additions and 20 deletions

View File

@@ -20,6 +20,6 @@ module.exports = {
],
silent: true, // set to `false` to allow console.* calls to be printed
transformIgnorePatterns: [
'/node_modules/(?!(react-syntax-highlighter)/)'
'/node_modules/(?!(serialize-error)/)',
]
};