Skip to content

Commit

Permalink
build(deps-dev): bump npm-check-updates from 16.7.9 to 16.7.10 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2023
1 parent 7fcfae9 commit 8152867
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.3",
"jsdoc-to-markdown": "^8.0.0",
"npm-check-updates": "^16.7.9",
"npm-check-updates": "^16.7.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4"
}
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4310,13 +4310,20 @@ minimatch@^5.0.1:
dependencies:
brace-expansion "^2.0.1"

minimatch@^6.1.0, minimatch@^6.2.0:
minimatch@^6.1.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42"
integrity sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==
dependencies:
brace-expansion "^2.0.1"

minimatch@^7.0.1:
version "7.4.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
dependencies:
brace-expansion "^2.0.1"

minimist@^1.2.0, minimist@^1.2.6:
version "1.2.7"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
Expand Down Expand Up @@ -4524,10 +4531,10 @@ npm-bundled@^3.0.0:
dependencies:
npm-normalize-package-bin "^3.0.0"

npm-check-updates@^16.7.9:
version "16.7.9"
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.7.9.tgz#b30e21eb27a9b9f590f96ef9eb0f128a09aaf216"
integrity sha512-2/T9PB0W1uABB1N11jdnPauqNLXMhPUyC0DBeeGlUktcGl/412f40iqFsnNGCqIAag/C37SjLNiW2/yuD7Salw==
npm-check-updates@^16.7.10:
version "16.7.10"
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.7.10.tgz#e63a63a4238b70b72c0c11bdd559f5014f99afb9"
integrity sha512-sLDgYD8ebkH9Jd6mPIq7UDGLr3DAxkHl6ZuJrEF4rauLv6DqHBxtnF16MHUPN+/eBt5QbH4GL/+nxfSAFm3TfQ==
dependencies:
chalk "^5.2.0"
cli-table "^0.3.11"
Expand All @@ -4542,9 +4549,9 @@ npm-check-updates@^16.7.9:
json-parse-helpfulerror "^1.0.3"
jsonlines "^0.1.1"
lodash "^4.17.21"
minimatch "^6.2.0"
minimatch "^7.0.1"
p-map "^4.0.0"
pacote "15.1.0"
pacote "15.1.1"
parse-github-url "^1.0.2"
progress "^2.0.3"
prompts-ncu "^2.5.1"
Expand Down Expand Up @@ -4764,10 +4771,10 @@ package-json@^8.1.0:
registry-url "^6.0.0"
semver "^7.3.7"

[email protected].0:
version "15.1.0"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.1.0.tgz#2e0b12a4f55ffd801a8134a1ae28ef361dc3f243"
integrity sha512-FFcjtIl+BQNfeliSm7MZz5cpdohvUV1yjGnqgVM4UnVF7JslRY0ImXAygdaCDV0jjUADEWu4y5xsDV8brtrTLg==
[email protected].1:
version "15.1.1"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.1.1.tgz#94d8c6e0605e04d427610b3aacb0357073978348"
integrity sha512-eeqEe77QrA6auZxNHIp+1TzHQ0HBKf5V6c8zcaYZ134EJe1lCi+fjXATkNiEEfbG+e50nu02GLvUtmZcGOYabQ==
dependencies:
"@npmcli/git" "^4.0.0"
"@npmcli/installed-package-contents" "^2.0.1"
Expand Down

0 comments on commit 8152867

Please sign in to comment.