Skip to content

Commit d9e8704

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

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@internxt/inxt-js": "3.2.2",
4242
"@internxt/lib": "1.4.2",
4343
"@internxt/sdk": "1.17.0",
44-
"@oclif/core": "4.11.3",
44+
"@oclif/core": "4.11.4",
4545
"@oclif/plugin-autocomplete": "3.2.49",
4646
"axios": "1.16.1",
4747
"better-sqlite3": "12.10.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,10 +1257,10 @@
12571257
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
12581258
integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
12591259

1260-
"@oclif/core@4.11.3", "@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
1261-
version "4.11.3"
1262-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1263-
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
1260+
"@oclif/core@4.11.4", "@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
1261+
version "4.11.4"
1262+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0"
1263+
integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
12641264
dependencies:
12651265
ansi-escapes "^4.3.2"
12661266
ansis "^3.17.0"
@@ -1273,7 +1273,7 @@
12731273
is-wsl "^2.2.0"
12741274
lilconfig "^3.1.3"
12751275
minimatch "^10.2.5"
1276-
semver "^7.8.0"
1276+
semver "^7.8.1"
12771277
string-width "^4.2.3"
12781278
supports-color "^8"
12791279
tinyglobby "^0.2.16"
@@ -5503,10 +5503,10 @@ semver@^6.3.1:
55035503
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
55045504
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
55055505

5506-
semver@^7.3.5, semver@^7.5.3, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
5507-
version "7.8.0"
5508-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
5509-
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
5506+
semver@^7.3.5, semver@^7.5.3, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4, semver@^7.8.1:
5507+
version "7.8.1"
5508+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.1.tgz#bf4970b5e70fda0686363cc18bfe8805d5ed957e"
5509+
integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
55105510

55115511
send@^1.1.0, send@^1.2.0:
55125512
version "1.2.1"

0 commit comments

Comments
 (0)