Skip to content

Commit

Permalink
chore: lock down stack-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 7, 2022
1 parent c949ee0 commit 0a123f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -143,6 +143,7 @@
"resolutions": {
"**/@types/webpack-sources/source-map": "0.6.1",
"anymatch": "^2.0.0",
"merge2": "~1.2.3"
"merge2": "~1.2.3",
"stack-utils": "1.0.2"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -7046,7 +7046,7 @@ ssri@^6.0.1:
dependencies:
figgy-pudding "^3.5.1"

stack-utils@^1.0.1:
stack-utils@1.0.2, stack-utils@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
Expand Down

0 comments on commit 0a123f9

Please sign in to comment.