Skip to content

Commit 1eefcba

Browse files
fix(deps): bump @oclif/core from 4.11.2 to 4.11.3
Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.2 to 4.11.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.11.2...4.11.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 687fdef commit 1eefcba

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/oclif/plugin-not-found/issues",
77
"dependencies": {
88
"@inquirer/prompts": "^7.10.1",
9-
"@oclif/core": "^4.11.2",
9+
"@oclif/core": "^4.11.3",
1010
"ansis": "^3.17.0",
1111
"fast-levenshtein": "^3.0.0"
1212
},

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,10 +1627,10 @@
16271627
wordwrap "^1.0.0"
16281628
wrap-ansi "^7.0.0"
16291629

1630-
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.2":
1631-
version "4.11.2"
1632-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
1633-
integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
1630+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.3":
1631+
version "4.11.3"
1632+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1633+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
16341634
dependencies:
16351635
ansi-escapes "^4.3.2"
16361636
ansis "^3.17.0"
@@ -1646,7 +1646,7 @@
16461646
semver "^7.8.0"
16471647
string-width "^4.2.3"
16481648
supports-color "^8"
1649-
tinyglobby "^0.2.14"
1649+
tinyglobby "^0.2.16"
16501650
widest-line "^3.1.0"
16511651
wordwrap "^1.0.0"
16521652
wrap-ansi "^7.0.0"
@@ -6034,6 +6034,11 @@ picomatch@^4.0.3:
60346034
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
60356035
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
60366036

6037+
picomatch@^4.0.4:
6038+
version "4.0.4"
6039+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
6040+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
6041+
60376042
pidtree@^0.6.0:
60386043
version "0.6.0"
60396044
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -6766,13 +6771,13 @@ tinyexec@^1.0.0:
67666771
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
67676772
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
67686773

6769-
tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15, tinyglobby@^0.2.9:
6770-
version "0.2.15"
6771-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
6772-
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
6774+
tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
6775+
version "0.2.16"
6776+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
6777+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
67736778
dependencies:
67746779
fdir "^6.5.0"
6775-
picomatch "^4.0.3"
6780+
picomatch "^4.0.4"
67766781

67776782
to-regex-range@^5.0.1:
67786783
version "5.0.1"

0 commit comments

Comments
 (0)