Skip to content

Commit

Permalink
fix: upgrade tersify from 3.7.9 to 3.7.11 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Jan 25, 2022
1 parent 42cbcc8 commit 87b2a3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"watch:type": "tsc --watch"
},
"dependencies": {
"tersify": "^3.7.9"
"tersify": "^3.7.11"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4494,7 +4494,7 @@ terminal-link@^2.0.0:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"

tersify@^3.0.6, tersify@^3.7.0, tersify@^3.7.8, tersify@^3.7.9:
tersify@^3.0.6, tersify@^3.7.0, tersify@^3.7.8:
version "3.7.9"
resolved "https://registry.yarnpkg.com/tersify/-/tersify-3.7.9.tgz#a5e9376252c7fac1a1b6a3105620deed18d4dd83"
integrity sha512-RpZaOa+hLvobkClgm0bH+wNeuJjzJkPuVLiIitKTPEMPtA4NDw/Op4V4tCMXzAHwPLHXjllRzObQlZ7PxUFB+A==
Expand All @@ -4503,6 +4503,15 @@ tersify@^3.0.6, tersify@^3.7.0, tersify@^3.7.8, tersify@^3.7.9:
is-buffer "^2.0.5"
unpartial "^0.6.4"

tersify@^3.7.11:
version "3.8.2"
resolved "https://registry.yarnpkg.com/tersify/-/tersify-3.8.2.tgz#6f05659036a7b1822eada1637918212f97a5cb6d"
integrity sha512-VtcyrO7pb/tQAPZNMkNzRtmkz3smQpUQiOQXuoxLoAfN7W+ag9YxVlfs6c9hOEGotCD1HZQ1D4eoSeOQxI8mJA==
dependencies:
acorn "^8.6.0"
is-buffer "^2.0.5"
unpartial "^0.6.4"

test-exclude@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
Expand Down

0 comments on commit 87b2a3d

Please sign in to comment.