mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency kleur to v4.1.5 (#3263)
This commit is contained in:
parent
e1b69d2d4f
commit
cc1c2a5e50
5 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -128,7 +128,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["jest-junit", "npm:12.3.0"],
|
||||
["js-yaml", "npm:4.1.0"],
|
||||
["jsonwebtoken", "npm:8.5.1"],
|
||||
["kleur", "npm:4.1.4"],
|
||||
["kleur", "npm:4.1.5"],
|
||||
["lint-staged", "npm:11.0.1"],
|
||||
["lockfile-lint", "npm:4.6.2"],
|
||||
["lodash", "npm:4.17.21"],
|
||||
|
@ -13026,10 +13026,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.1.4", {
|
||||
"packageLocation": "./.yarn/cache/kleur-npm-4.1.4-7a73ff57c6-18e52c52a0.zip/node_modules/kleur/",
|
||||
["npm:4.1.5", {
|
||||
"packageLocation": "./.yarn/cache/kleur-npm-4.1.5-46b6135f41-98b8fc52e2.zip/node_modules/kleur/",
|
||||
"packageDependencies": [
|
||||
["kleur", "npm:4.1.4"]
|
||||
["kleur", "npm:4.1.5"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -18324,7 +18324,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["jest-junit", "npm:12.3.0"],
|
||||
["js-yaml", "npm:4.1.0"],
|
||||
["jsonwebtoken", "npm:8.5.1"],
|
||||
["kleur", "npm:4.1.4"],
|
||||
["kleur", "npm:4.1.5"],
|
||||
["lint-staged", "npm:11.0.1"],
|
||||
["lockfile-lint", "npm:4.6.2"],
|
||||
["lodash", "npm:4.17.21"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/kleur-npm-4.1.5-46b6135f41-98b8fc52e2.zip
vendored
Normal file
BIN
.yarn/cache/kleur-npm-4.1.5-46b6135f41-98b8fc52e2.zip
vendored
Normal file
Binary file not shown.
|
@ -41,7 +41,7 @@
|
|||
"http-errors": "2.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"kleur": "4.1.4",
|
||||
"kleur": "4.1.5",
|
||||
"lodash": "4.17.21",
|
||||
"lru-cache": "7.10.1",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -10259,10 +10259,10 @@ fsevents@~2.1.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"kleur@npm:4.1.4":
|
||||
version: 4.1.4
|
||||
resolution: "kleur@npm:4.1.4"
|
||||
checksum: 18e52c52a0138448dea0137d09ace853e096f1bbc32b99d8781254258b892214718f5f7c2bc25f25d5fb84b4086bca465a4c0b7562e27ae3a25116f77ea6436f
|
||||
"kleur@npm:4.1.5":
|
||||
version: 4.1.5
|
||||
resolution: "kleur@npm:4.1.5"
|
||||
checksum: 98b8fc52e2be8406f0384b4a1f0365130205ff924cd13c35378d8a036a9fec6dd8feae8c78b20f3e57ed20e22b10aa0415732057e3017a8f3298c997b57c6914
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15219,7 +15219,7 @@ typescript@4.1.3:
|
|||
jest-junit: 12.3.0
|
||||
js-yaml: 4.1.0
|
||||
jsonwebtoken: 8.5.1
|
||||
kleur: 4.1.4
|
||||
kleur: 4.1.5
|
||||
lint-staged: 11.0.1
|
||||
lockfile-lint: 4.6.2
|
||||
lodash: 4.17.21
|
||||
|
|
Loading…
Add table
Reference in a new issue