Skip to content

Commit

Permalink
fix(deps): update dependency match-sorter to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 31, 2020
1 parent 25d669d commit 6618764
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lodash.debounce": "4.0.8",
"lodash.merge": "4.6.2",
"loglevel": "1.7.1",
"match-sorter": "6.0.2",
"match-sorter": "6.1.0",
"mobx": "6.0.4",
"mobx-react-lite": "3.1.6",
"mousetrap": "1.6.5",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11373,14 +11373,22 @@ marky@^1.2.0:
resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.1.tgz#a3fcf82ffd357756b8b8affec9fdbf3a30dc1b02"
integrity sha512-md9k+Gxa3qLH6sUKpeC2CNkJK/Ld+bEz5X96nYwloqphQE0CKCVEKco/6jxEZixinqNdz5RFi/KaCyfbMDMAXQ==

match-sorter@*, match-sorter@6.0.2:
match-sorter@*:
version "6.0.2"
resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.0.2.tgz#91bbab14c28a87f4a67755b7a194c0d11dedc080"
integrity sha512-SDRLNlWof9GnAUEyhKP0O5525MMGXUGt+ep4MrrqQ2StAh3zjvICVZseiwg7Zijn3GazpJDiwuRr/mFDHd92NQ==
dependencies:
"@babel/runtime" "^7.12.5"
remove-accents "0.4.2"

match-sorter@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.1.0.tgz#7fec6808d94311a35fef7fd842a11634f2361bd7"
integrity sha512-sKPMf4kbF7Dm5Crx0bbfLpokK68PUJ/0STUIOPa1ZmTZEA3lCaPK3gapQR573oLmvdkTfGojzySkIwuq6Z6xRQ==
dependencies:
"@babel/runtime" "^7.12.5"
remove-accents "0.4.2"

material-colors@^1.2.1:
version "1.2.6"
resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46"
Expand Down

0 comments on commit 6618764

Please sign in to comment.