Skip to content

Commit 141c708

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^4.0.18",
12+
"@oclif/core": "^4.0.19",
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,10 +1783,10 @@
17831783
wordwrap "^1.0.0"
17841784
wrap-ansi "^7.0.0"
17851785

1786-
"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.18":
1787-
version "4.0.18"
1788-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
1789-
integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
1786+
"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.19":
1787+
version "4.0.19"
1788+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
1789+
integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
17901790
dependencies:
17911791
ansi-escapes "^4.3.2"
17921792
ansis "^3.3.2"

0 commit comments

Comments
 (0)