Skip to content

Commit

Permalink
Merge pull request #2106 from vuejs/dependabot/npm_and_yarn/vti/chalk…
Browse files Browse the repository at this point in the history
…-4.1.0

Bump chalk from 3.0.0 to 4.1.0 in /vti
  • Loading branch information
octref authored Aug 3, 2020
2 parents 3efc237 + 18fb2a7 commit 7a75a26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Pine Wu <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"chalk": "^4.1.0",
"glob": "^7.1.2",
"vls": "^0.3.0",
"vscode-languageserver": "^6.1.1",
Expand Down
8 changes: 8 additions & 0 deletions vti/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,14 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

character-entities-html4@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125"
Expand Down

0 comments on commit 7a75a26

Please sign in to comment.