Skip to content

Commit 42a5f81

Browse files
fix(deps): bump @oclif/core from 4.11.2 to 4.11.3 (#518)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 295390e commit 42a5f81

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,9 +1348,9 @@
13481348
wrap-ansi "^7.0.0"
13491349

13501350
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.1":
1351-
version "4.11.2"
1352-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
1353-
integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
1351+
version "4.11.3"
1352+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1353+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
13541354
dependencies:
13551355
ansi-escapes "^4.3.2"
13561356
ansis "^3.17.0"
@@ -1366,7 +1366,7 @@
13661366
semver "^7.8.0"
13671367
string-width "^4.2.3"
13681368
supports-color "^8"
1369-
tinyglobby "^0.2.14"
1369+
tinyglobby "^0.2.16"
13701370
widest-line "^3.1.0"
13711371
wordwrap "^1.0.0"
13721372
wrap-ansi "^7.0.0"
@@ -6177,6 +6177,11 @@ picomatch@^4.0.3:
61776177
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
61786178
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
61796179

6180+
picomatch@^4.0.4:
6181+
version "4.0.4"
6182+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
6183+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
6184+
61806185
pluralize@^8.0.0:
61816186
version "8.0.0"
61826187
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz"
@@ -6995,13 +7000,13 @@ tiny-relative-date@^2.0.2:
69957000
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-2.0.2.tgz#0c35c2a3ef87b80f311314918505aa86c2d44bc9"
69967001
integrity sha512-rGxAbeL9z3J4pI2GtBEoFaavHdO4RKAU54hEuOef5kfx5aPqiQtbhYktMOTL5OA33db8BjsDcLXuNp+/v19PHw==
69977002

6998-
tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15, tinyglobby@^0.2.9:
6999-
version "0.2.15"
7000-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
7001-
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
7003+
tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
7004+
version "0.2.16"
7005+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
7006+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
70027007
dependencies:
70037008
fdir "^6.5.0"
7004-
picomatch "^4.0.3"
7009+
picomatch "^4.0.4"
70057010

70067011
to-regex-range@^5.0.1:
70077012
version "5.0.1"

0 commit comments

Comments
 (0)