fix(deps): update chalk to v4.1.0

This commit is contained in:
Zoltan Kochan
2020-06-09 11:06:28 +03:00
parent 41d92948b1
commit e934b1a483
15 changed files with 97 additions and 79 deletions

View File

@@ -0,0 +1,12 @@
---
"@pnpm/cli-utils": patch
"@pnpm/default-reporter": patch
"@pnpm/list": patch
"@pnpm/plugin-commands-audit": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/plugin-commands-outdated": patch
"pnpm": patch
"@pnpm/pnpmfile": patch
---
Update chalk to v4.1.0.

View File

@@ -31,7 +31,7 @@
"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/mz": "^2.7.1",
"@types/node": "^13.13.10",
"@types/node": "^13.13.11",
"@types/ssri": "^6.0.3",
"@types/tar-stream": "^2.1.0",
"tempy": "^0.5.0"

View File

@@ -40,7 +40,7 @@
"@pnpm/manifest-utils": "workspace:1.0.1",
"@pnpm/package-is-installable": "workspace:4.0.9",
"@pnpm/read-project-manifest": "workspace:1.0.6",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"load-json-file": "6.2.0"
},
"peerDependencies": {

View File

@@ -36,7 +36,7 @@
"@pnpm/types": "workspace:6.0.0",
"@zkochan/zen-push": "1.0.0",
"ansi-diff": "1.1.1",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"common-tags": "1.8.0",
"most": "^1.8.1",
"normalize-path": "3.0.0",

View File

@@ -52,7 +52,7 @@
"@types/is-windows": "^1.0.0",
"@types/mz": "^2.7.1",
"@types/ncp": "^2.0.4",
"@types/node": "^12.12.44",
"@types/node": "^12.12.45",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "^0.27.6",
"@types/sinon": "^9.0.4",

View File

@@ -40,7 +40,7 @@
"@pnpm/types": "workspace:6.0.0",
"@zkochan/npm-package-arg": "1.0.2",
"archy": "1.0.0",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"cli-columns": "3.1.2",
"dependencies-hierarchy": "workspace:8.0.21",
"p-limit": "^3.0.1",

View File

@@ -39,7 +39,7 @@
"devDependencies": {
"@pnpm/package-bins": "link:",
"@types/graceful-fs": "^4.1.3",
"@types/node": "^12.12.44",
"@types/node": "^12.12.45",
"@types/tape": "^4.13.0"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -43,7 +43,7 @@
"@pnpm/constants": "workspace:4.0.0",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/lockfile-file": "workspace:3.0.9",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"ramda": "0.27.0",
"render-help": "1.0.0",
"table": "5.4.6"

View File

@@ -76,7 +76,7 @@
"@pnpm/store-connection-manager": "workspace:0.3.6",
"@pnpm/types": "workspace:6.0.0",
"camelcase-keys": "6.2.2",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"common-tags": "1.8.0",
"enquirer": "2.3.5",
"is-ci": "2.0.0",

View File

@@ -62,7 +62,7 @@
"@pnpm/outdated": "workspace:7.0.26",
"@pnpm/semver-diff": "1.0.2",
"@pnpm/store-path": "^4.0.0",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"common-tags": "1.8.0",
"lru-cache": "5.1.1",
"ramda": "0.27.0",

View File

@@ -44,7 +44,7 @@
"@pnpm/types": "workspace:6.0.0",
"@types/nopt": "^3.0.29",
"@zkochan/libnpx": "11.0.3",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"common-tags": "1.8.0",
"graceful-fs": "4.2.1",
"is-ci": "2.0.0",

View File

@@ -37,7 +37,7 @@
"@pnpm/core-loggers": "workspace:4.1.0",
"@pnpm/error": "workspace:1.2.0",
"@pnpm/types": "workspace:6.0.0",
"chalk": "4.0.0",
"chalk": "^4.1.0",
"path-absolute": "1.0.1",
"ramda": "0.27.0"
},

134
pnpm-lock.yaml generated
View File

@@ -5,7 +5,7 @@ importers:
'@pnpm/registry-mock': 2.0.1
'@pnpm/tsconfig': 'link:utils/tsconfig'
'@pnpm/tslint-config': 'link:utils/tslint-config'
'@types/node': 14.0.11
'@types/node': 14.0.12
'@types/tape': 4.13.0
c8: 7.1.2
coveralls: 3.1.0
@@ -112,7 +112,7 @@ importers:
devDependencies:
'@types/concat-stream': 1.6.0
'@types/mz': 2.7.1
'@types/node': 13.13.10
'@types/node': 13.13.11
'@types/ssri': 6.0.3
'@types/tar-stream': 2.1.0
tempy: 0.5.0
@@ -121,7 +121,7 @@ importers:
'@pnpm/store-controller-types': 'workspace:8.0.0'
'@types/concat-stream': ^1.6.0
'@types/mz': ^2.7.1
'@types/node': ^13.13.10
'@types/node': ^13.13.11
'@types/ssri': ^6.0.3
'@types/tar-stream': ^2.1.0
'@zkochan/rimraf': 1.0.0
@@ -154,7 +154,7 @@ importers:
'@pnpm/manifest-utils': 'link:../manifest-utils'
'@pnpm/package-is-installable': 'link:../package-is-installable'
'@pnpm/read-project-manifest': 'link:../read-project-manifest'
chalk: 4.0.0
chalk: 4.1.0
load-json-file: 6.2.0
devDependencies:
'@pnpm/cli-utils': 'link:'
@@ -172,7 +172,7 @@ importers:
'@pnpm/read-project-manifest': 'workspace:1.0.6'
'@pnpm/types': 'workspace:6.0.0'
'@types/ramda': ^0.27.6
chalk: 4.0.0
chalk: ^4.1.0
load-json-file: 6.2.0
packages/command:
specifiers: {}
@@ -242,7 +242,7 @@ importers:
'@pnpm/types': 'link:../types'
'@zkochan/zen-push': 1.0.0
ansi-diff: 1.1.1
chalk: 4.0.0
chalk: 4.1.0
common-tags: 1.8.0
most: 1.8.1_most@1.8.1
normalize-path: 3.0.0
@@ -281,7 +281,7 @@ importers:
'@types/semver': ^7.2.0
'@zkochan/zen-push': 1.0.0
ansi-diff: 1.1.1
chalk: 4.0.0
chalk: ^4.1.0
common-tags: 1.8.0
delay: 4.3.0
ghooks: 2.0.4
@@ -778,7 +778,7 @@ importers:
'@types/is-windows': 1.0.0
'@types/mz': 2.7.1
'@types/ncp': 2.0.4
'@types/node': 12.12.44
'@types/node': 12.12.45
'@types/normalize-path': 3.0.0
'@types/ramda': 0.27.6
'@types/sinon': 9.0.4
@@ -798,7 +798,7 @@ importers:
'@types/is-windows': ^1.0.0
'@types/mz': ^2.7.1
'@types/ncp': ^2.0.4
'@types/node': ^12.12.44
'@types/node': ^12.12.45
'@types/normalize-path': ^3.0.0
'@types/ramda': ^0.27.6
'@types/sinon': ^9.0.4
@@ -822,7 +822,7 @@ importers:
'@pnpm/types': 'link:../types'
'@zkochan/npm-package-arg': 1.0.2
archy: 1.0.0
chalk: 4.0.0
chalk: 4.1.0
cli-columns: 3.1.2
dependencies-hierarchy: 'link:../dependencies-hierarchy'
p-limit: 3.0.1
@@ -849,7 +849,7 @@ importers:
'@types/semver': ^7.2.0
'@zkochan/npm-package-arg': 1.0.2
archy: 1.0.0
chalk: 4.0.0
chalk: ^4.1.0
cli-columns: 3.1.2
common-tags: 1.8.0
dependencies-hierarchy: 'workspace:8.0.21'
@@ -1199,13 +1199,13 @@ importers:
devDependencies:
'@pnpm/package-bins': 'link:'
'@types/graceful-fs': 4.1.3
'@types/node': 12.12.44
'@types/node': 12.12.45
'@types/tape': 4.13.0
specifiers:
'@pnpm/package-bins': 'link:'
'@pnpm/types': 'workspace:6.0.0'
'@types/graceful-fs': ^4.1.3
'@types/node': ^12.12.44
'@types/node': ^12.12.45
'@types/tape': ^4.13.0
graceful-fs: 4.2.3
is-subdir: 1.1.1
@@ -1422,7 +1422,7 @@ importers:
'@pnpm/constants': 'link:../constants'
'@pnpm/error': 'link:../error'
'@pnpm/lockfile-file': 'link:../lockfile-file'
chalk: 4.0.0
chalk: 4.1.0
ramda: 0.27.0
render-help: 1.0.0
table: 5.4.6
@@ -1443,7 +1443,7 @@ importers:
'@pnpm/types': 'workspace:6.0.0'
'@types/ramda': ^0.27.6
'@types/table': ^5.0.0
chalk: 4.0.0
chalk: ^4.1.0
ramda: 0.27.0
render-help: 1.0.0
strip-ansi: 6.0.0
@@ -1506,7 +1506,7 @@ importers:
'@pnpm/store-connection-manager': 'link:../store-connection-manager'
'@pnpm/types': 'link:../types'
camelcase-keys: 6.2.2
chalk: 4.0.0
chalk: 4.1.0
common-tags: 1.8.0
enquirer: 2.3.5
is-ci: 2.0.0
@@ -1580,7 +1580,7 @@ importers:
'@types/sinon': ^9.0.4
'@types/table': ^5.0.0
camelcase-keys: 6.2.2
chalk: 4.0.0
chalk: ^4.1.0
common-tags: 1.8.0
enquirer: 2.3.5
is-ci: 2.0.0
@@ -1667,7 +1667,7 @@ importers:
'@pnpm/outdated': 'link:../outdated'
'@pnpm/semver-diff': 1.0.2
'@pnpm/store-path': 4.0.0
chalk: 4.0.0
chalk: 4.1.0
common-tags: 1.8.0
lru-cache: 5.1.1
ramda: 0.27.0
@@ -1715,7 +1715,7 @@ importers:
'@types/ramda': ^0.27.6
'@types/table': ^5.0.0
'@types/wrap-ansi': ^3.0.0
chalk: 4.0.0
chalk: ^4.1.0
common-tags: 1.8.0
lru-cache: 5.1.1
mz: 2.7.0
@@ -2115,7 +2115,7 @@ importers:
'@pnpm/types': 'link:../types'
'@types/nopt': 3.0.29
'@zkochan/libnpx': 11.0.3
chalk: 4.0.0
chalk: 4.1.0
common-tags: 1.8.0
graceful-fs: 4.2.1
is-ci: 2.0.0
@@ -2233,7 +2233,7 @@ importers:
'@zkochan/rimraf': 1.0.0
anonymous-npm-registry-client: 0.1.2
byline: 5.0.0
chalk: 4.0.0
chalk: ^4.1.0
common-tags: 1.8.0
cross-spawn: ^7.0.3
deep-require-cwd: 1.0.0
@@ -2273,7 +2273,7 @@ importers:
'@pnpm/core-loggers': 'link:../core-loggers'
'@pnpm/error': 'link:../error'
'@pnpm/types': 'link:../types'
chalk: 4.0.0
chalk: 4.1.0
path-absolute: 1.0.1
ramda: 0.27.0
devDependencies:
@@ -2287,7 +2287,7 @@ importers:
'@pnpm/pnpmfile': 'link:'
'@pnpm/types': 'workspace:6.0.0'
'@types/ramda': ^0.27.6
chalk: 4.0.0
chalk: ^4.1.0
path-absolute: 1.0.1
ramda: 0.27.0
packages/prune-lockfile:
@@ -2862,7 +2862,7 @@ importers:
'@pnpm/assert-project': 'link:'
'@types/is-windows': 1.0.0
'@types/isexe': 2.0.0
'@types/node': 12.12.44
'@types/node': 12.12.45
specifiers:
'@pnpm/assert-project': 'link:'
'@pnpm/assert-store': 'workspace:1.0.3'
@@ -2873,7 +2873,7 @@ importers:
'@types/is-windows': ^1.0.0
'@types/isexe': 2.0.0
'@types/mz': ^2.7.1
'@types/node': ^12.12.44
'@types/node': ^12.12.45
is-windows: 1.0.2
isexe: 2.0.0
mz: 2.7.0
@@ -2899,13 +2899,13 @@ importers:
write-pkg: 4.0.0
write-yaml-file: 4.1.0
devDependencies:
'@types/node': 12.12.44
'@types/node': 12.12.45
tslint-config-standard: 9.0.0
tslint-eslint-rules: 5.4.0
specifiers:
'@pnpm/assert-project': 'workspace:*'
'@pnpm/types': 'workspace:*'
'@types/node': ^12.12.44
'@types/node': ^12.12.45
tempy: 0.5.0
tslint-config-standard: 9.0.0
tslint-eslint-rules: 5.4.0
@@ -3326,7 +3326,7 @@ packages:
/@manypkg/find-root/1.0.0:
dependencies:
'@babel/runtime': 7.10.2
'@types/node': 12.12.44
'@types/node': 12.12.45
find-up: 4.1.0
fs-extra: 8.1.0
dev: true
@@ -3534,7 +3534,7 @@ packages:
integrity: sha512-v+dxizsFVyXgD3EpFuqT9YjdEjbJmPxNf1QIX9ohZOhxh1ZF2yhqv3vYaeum9lg3VghhxS5S0a6yldN9J9lPEQ==
/@types/byline/4.2.32:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-qtlm/J6XOO9p+Ep/ZB5+mCFEDhzWDDHWU4a1eReN7lkPZXW9rkloq2jcAhvKKmlO5tL2GSvKROb+PTsNVhBiyQ==
@@ -3551,7 +3551,7 @@ packages:
integrity: sha512-htRqZr5qn8EzMelhX/Xmx142z218lLyGaeZ3YR8jlze4TATRU9huKKvuBmAJEW4LCC4pnY1N6JAm6p85fMHjhg==
/@types/concat-stream/1.6.0:
dependencies:
'@types/node': 13.13.10
'@types/node': 13.13.11
dev: true
resolution:
integrity: sha1-OU2+C7X+5Gs42JZzXoto7yOQ0A0=
@@ -3561,25 +3561,25 @@ packages:
integrity: sha512-SvCBBPzOIe/3Tu7jTl2Q8NjITjLmq9m7obzjSyb8PXWWZ31xVK6w4T6v8fOx+lrgQnqk3Yxc00LDolFsSakKCA==
/@types/cross-spawn/6.0.2:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==
/@types/fs-extra/9.0.1:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-B42Sxuaz09MhC3DDeW5kubRcQ5by4iuVQ0cRRWM2lggLzAa/KVom0Aft/208NgMvNQQZ86s5rVcqDdn/SH0/mg==
/@types/glob/7.1.2:
dependencies:
'@types/minimatch': 3.0.3
'@types/node': 14.0.11
'@types/node': 14.0.12
resolution:
integrity: sha512-VgNIkxK+j7Nz5P7jvUZlRvhuPSmsEfS03b0alKcq5V/STUKAa3Plemsn5mrQUO7am6OErJ4rhGEGJbACclrtRA==
/@types/graceful-fs/4.1.3:
dependencies:
'@types/node': 12.12.44
'@types/node': 12.12.45
dev: true
resolution:
integrity: sha512-AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ==
@@ -3589,7 +3589,7 @@ packages:
integrity: sha512-dYLI2VgU1UTpdigoeLYc8vVpe7kpu3jysLCTUPB9NS1B+7+BdH6XefI4BhB33CNUaBewnxmjy9GPhF4NXOSNew==
/@types/http-proxy-agent/2.0.2:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-2S6IuBRhqUnH1/AUx9k8KWtY3Esg4eqri946MnxTG5HwehF1S5mqLln8fcyMiuQkY72p2gH3W+rIPqp5li0LyQ==
@@ -3605,7 +3605,7 @@ packages:
integrity: sha512-tJ1rq04tGKuIJoWIH0Gyuwv4RQ3+tIu7wQrC0MV47raQ44kIzXSSFKfrxFUOWVRvesoF7mrTqigXmqoZJsXwTg==
/@types/isexe/2.0.0:
dependencies:
'@types/node': 12.12.44
'@types/node': 12.12.45
dev: true
resolution:
integrity: sha512-QuPJ6xd8TLfMy6l/pJ+oeRHYG8efIzR8WeyvFr/k4zbhcRqa+SQiVgUUb3D3PG3Si+XVuxn8RToCcfNCdFqr3g==
@@ -3634,32 +3634,32 @@ packages:
integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
/@types/mz/2.7.1:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
resolution:
integrity: sha512-H86h7KmRDVs9UeSiQvtUeVhS+WYpJSYSsZrRvNYpGWGiytEqxwEtvgRnINESQtCgnojIH2wS2WgaMTJP0firBw==
/@types/ncp/2.0.4:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-erpimpT1pH8QfeNg77ypnjwz6CGMqrnL4DewVbqFzD9FXzSULjmG3KzjZnLNe7bzTSZm2W9DpkHyqop1g1KmgQ==
/@types/node-fetch/2.5.7:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
form-data: 3.0.0
dev: true
resolution:
integrity: sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==
/@types/node/12.12.44:
/@types/node/12.12.45:
dev: true
resolution:
integrity: sha512-jM6QVv0Sm5d3nW+nUD5jSzPcO6oPqboitSNcwgBay9hifVq/Rauq1PYnROnsmuw45JMBiTnsPAno0bKu2e2xrg==
/@types/node/13.13.10:
integrity: sha512-9w50wqeS0qQH9bo1iIRcQhDXRxoDzyAqCL5oJG+Nuu7cAoe6omGo+YDE0spAGK5sPrdLDhQLbQxq0DnxyndPKA==
/@types/node/13.13.11:
resolution:
integrity: sha512-J+FbkhLTcFstD7E5mVZDjYxa1VppwT2HALE6H3n2AnBSP8uiCQk0Pyr6BkJcP38dFV9WecoVJRJmFnl9ikIW7Q==
/@types/node/14.0.11:
integrity: sha512-FX7mIFKfnGCfq10DGWNhfCNxhACEeqH5uulT6wRRA1KEt7zgLe0HdrAd9/QQkObDqp2Z0KEV3OAmNgs0lTx5tQ==
/@types/node/14.0.12:
resolution:
integrity: sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg==
integrity: sha512-/sjzehvjkkpvLpYtN6/2dv5kg41otMGuHQUt9T2aiAuIfleCQRQHXXzF1eAw/qkZTj5Kcf4JSTf7EIizHocy6Q==
/@types/nopt/3.0.29:
resolution:
integrity: sha1-8Z3z20yX7hRZonQAKDIKcdcJZM4=
@@ -3696,7 +3696,7 @@ packages:
/@types/rimraf/3.0.0:
dependencies:
'@types/glob': 7.1.2
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-7WhJ0MdpFgYQPXlF4Dx+DhgvlPCfz/x5mHaeDQAKhcenvQP1KCpLQ18JklAqeGMYSAT2PxLpzd0g2/HE7fj7hQ==
@@ -3706,7 +3706,7 @@ packages:
integrity: sha512-+beqKQOh9PYxuHvijhVl+tIHvT6tuwOrE9m14zd+MT2A38KoKZhh7pYJ0SNleLtwDsiIxHDsIk9bv01oOxvSvA==
/@types/semver/7.2.0:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-TbB0A8ACUWZt3Y6bQPstW9QNbhNeebdgLX4T/ZfkrswAfUzRiXrgd9seol+X379Wa589Pu4UEx9Uok0D4RjRCQ==
@@ -3726,7 +3726,7 @@ packages:
integrity: sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA==
/@types/ssri/6.0.3:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
resolution:
integrity: sha512-mYh0G0jytNFBi/tT91pg7wKtcaoy5G07YBDkR4Sq9Z+2fX1ZJgRGNKDnaRWQQuNDo9r9wJ22J6oqnElZmV+qLQ==
/@types/table/5.0.0:
@@ -3741,19 +3741,19 @@ packages:
integrity: sha512-1yBeq9y0EmJ2RpxfXMPrFeD3yMetBapY9zArTexp/wCRdBToJac/y//rtcZZjmiArgodTqz0RrK0VxxySoKyVg==
/@types/tape/4.13.0:
dependencies:
'@types/node': 12.12.44
'@types/node': 12.12.45
dev: true
resolution:
integrity: sha512-0V8cKowBdsiA9nbxAg7531sF2cdPZNiUogcfIUeUGm+bejUBE/bvibz3rH36iQP9bQjO/sOzFwU97/uC5mCyoA==
/@types/tar-stream/2.1.0:
dependencies:
'@types/node': 13.13.10
'@types/node': 13.13.11
dev: true
resolution:
integrity: sha512-s1UQxQUVMHbSkCC0X4qdoiWgHF8DoyY1JjQouFsnk/8ysoTdBaiCHud/exoAZzKDbzAXVc+ah6sczxGVMAohFw==
/@types/touch/3.1.1:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-6qjr7Erk0b9FkZSu17wUJaWhmzUgGfQuec7eIwl9cP7V/YO/k9IcMnHSwAjxAeadC5guq9rwHcoij7PT1RkO1w==
@@ -3781,7 +3781,7 @@ packages:
integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
/@types/write-file-atomic/3.0.0:
dependencies:
'@types/node': 14.0.11
'@types/node': 14.0.12
dev: true
resolution:
integrity: sha512-XrvNv7CBEveBoWkGU4ZxuyeL7iaYVr609VjlNAe+VaS8N9stTvGwp5IZgFP+QDbiRQV/R7MmipPsgAhlf5LZzQ==
@@ -3798,18 +3798,18 @@ packages:
node: '>=8'
resolution:
integrity: sha512-h5DvalAx+fKbCPp9azybvZsvQARBtCeUoMc8jAstUIcOJwbJ0hzMxpM9yY+1cwJvVC7lqTxCZEduWbamfLOQdQ==
/@verdaccio/file-locking/9.5.0:
/@verdaccio/file-locking/9.6.1:
dependencies:
lockfile: 1.0.4
dev: true
engines:
node: '>=8'
resolution:
integrity: sha512-Q27WlxeMMFlKxI3x0nNAstiUkn9NfWv7BOFh/Zfvifr4aviNQcDyHincn9d6Pvuy6EBquUoUW0ty3Kv9rt5u5Q==
integrity: sha512-0IpOib/kVhQpS4njwhT+jMGodZaZMD6UFELLFedzip39WzrJ3OiofWmSAyKUkXGVoFQb2hRFzIDWYvSizt2KQw==
/@verdaccio/local-storage/9.4.0:
dependencies:
'@verdaccio/commons-api': 9.4.0
'@verdaccio/file-locking': 9.5.0
'@verdaccio/file-locking': 9.6.1
'@verdaccio/streams': 9.4.0
async: 3.2.0
level: 5.0.1
@@ -3917,7 +3917,7 @@ packages:
/@zkochan/rimraf/1.0.0:
dependencies:
'@types/glob': 7.1.2
'@types/node': 13.13.10
'@types/node': 13.13.11
rimraf: 3.0.2
engines:
node: '>=8.15'
@@ -4059,7 +4059,7 @@ packages:
integrity: sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=
/ajv/6.12.2:
dependencies:
fast-deep-equal: 3.1.1
fast-deep-equal: 3.1.3
fast-json-stable-stringify: 2.1.0
json-schema-traverse: 0.4.1
uri-js: 4.2.2
@@ -5028,14 +5028,14 @@ packages:
node: '>=8'
resolution:
integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
/chalk/4.0.0:
/chalk/4.1.0:
dependencies:
ansi-styles: 4.2.1
supports-color: 7.1.0
engines:
node: '>=10'
resolution:
integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
/char-regex/1.0.2:
dev: false
engines:
@@ -5976,7 +5976,7 @@ packages:
integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
/dir-is-case-sensitive/1.0.2:
dependencies:
graceful-fs: 4.2.1
graceful-fs: 4.2.4
path-temp: 2.0.0
engines:
node: '>=8.15'
@@ -6417,8 +6417,12 @@ packages:
resolution:
integrity: sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=
/fast-deep-equal/3.1.1:
dev: false
resolution:
integrity: sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
/fast-deep-equal/3.1.3:
resolution:
integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
/fast-glob/2.2.7:
dependencies:
'@mrmlnc/readdir-enhanced': 2.2.1
@@ -6554,13 +6558,13 @@ packages:
node: '>=6'
resolution:
integrity: sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==
/find-yarn-workspace-root2/1.2.13:
/find-yarn-workspace-root2/1.2.15:
dependencies:
micromatch: 4.0.2
pkg-dir: 4.2.0
dev: true
resolution:
integrity: sha512-4pmWhar5O4uybrZGvLf1Sp9ByMKor5o2Kc/v99deOkGcjt15+lwZ2Re6FoyRKTYezv5NNcYyCo8AQiH0ZpTMzw==
integrity: sha512-sRRgPZdqwytAR0iNxkceq9KEw1jZklHpOV4EzgVTVh7YmTIAVzsilwaa53chjclgSo/7J6grey9xFNxdgAqg8w==
/findup/0.1.5:
dependencies:
colors: 0.6.2
@@ -7271,7 +7275,7 @@ packages:
integrity: sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=
/husky/4.2.5:
dependencies:
chalk: 4.0.0
chalk: 4.1.0
ci-info: 2.0.0
compare-versions: 3.6.0
cosmiconfig: 6.0.0
@@ -9961,7 +9965,7 @@ packages:
/preferred-pm/3.0.0:
dependencies:
find-up: 4.1.0
find-yarn-workspace-root2: 1.2.13
find-yarn-workspace-root2: 1.2.15
path-exists: 4.0.0
which-pm: 2.0.0
dev: true
@@ -12318,7 +12322,7 @@ packages:
integrity: sha512-oXHYg/1L+f+iOcdD38gXN/OVmE+cW+fCsX/1Apg/0G6JHpl4msTpJ5DTeP3QdcggXwVHKMvU1NM8PNJBpxpfnQ==
/verdaccio-htpasswd/9.4.1:
dependencies:
'@verdaccio/file-locking': 9.5.0
'@verdaccio/file-locking': 9.6.1
apache-md5: 1.1.2
bcryptjs: 2.4.3
http-errors: 1.7.3

View File

@@ -13,12 +13,14 @@
"private": true,
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": ["lib/"],
"files": [
"lib/"
],
"devDependencies": {
"@pnpm/assert-project": "link:",
"@types/is-windows": "^1.0.0",
"@types/isexe": "2.0.0",
"@types/node": "^12.12.44"
"@types/node": "^12.12.45"
},
"directories": {
"test": "test"

View File

@@ -13,7 +13,7 @@
"write-yaml-file": "^4.1.0"
},
"devDependencies": {
"@types/node": "^12.12.44",
"@types/node": "^12.12.45",
"tslint-config-standard": "9.0.0",
"tslint-eslint-rules": "5.4.0"
},