[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update dependency chalk to v4.1.1

authored by

Renovate Bot and committed by
renovate[bot]
(Apr 22, 2021, 3:11 PM UTC) 462e3ff4 4b8023aa

+9 -1
+1 -1
package.json
··· 33 33 "test": "yarn lint && yarn build && yarn jest" 34 34 }, 35 35 "dependencies": { 36 - "chalk": "4.1.0", 36 + "chalk": "4.1.1", 37 37 "consola": "2.15.3", 38 38 "defu": "3.2.2", 39 39 "upath": "2.0.1"
+8
yarn.lock
··· 3471 3471 ansi-styles "^4.1.0" 3472 3472 supports-color "^7.1.0" 3473 3473 3474 + chalk@4.1.1: 3475 + version "4.1.1" 3476 + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" 3477 + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== 3478 + dependencies: 3479 + ansi-styles "^4.1.0" 3480 + supports-color "^7.1.0" 3481 + 3474 3482 chalk@^1.1.3: 3475 3483 version "1.1.3" 3476 3484 resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"