Skip to content

Commit cec1e05

Browse files
fix(deps): bump @oclif/core from 3.10.2 to 3.10.8
Bumps [@oclif/core](https://github.com/oclif/core) from 3.10.2 to 3.10.8. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.10.2...3.10.8) --- 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 abf7122 commit cec1e05

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.10.2",
8+
"@oclif/core": "^3.10.8",
99
"@salesforce/core": "^5.3.20",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^4.1.1",

yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,10 @@
726726
wordwrap "^1.0.0"
727727
wrap-ansi "^7.0.0"
728728

729-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.2", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
730-
version "3.10.2"
731-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.2.tgz#bed039f3b39208c6d4042ddd3e02fb237d78bf6d"
732-
integrity sha512-tpOhDXPKLMavFsjrWpF1sTdyvOgcSlWBP+puO60XYnDk4+c1ghK7Pr7AA83VIyyUqUSBaxKjUJcZJJHGYfXuIA==
729+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
730+
version "3.10.8"
731+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
732+
integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
733733
dependencies:
734734
ansi-escapes "^4.3.2"
735735
ansi-styles "^4.3.0"
@@ -2788,14 +2788,7 @@ ecdsa-sig-formatter@1.0.11:
27882788
dependencies:
27892789
safe-buffer "^5.0.1"
27902790

2791-
ejs@^3.1.8:
2792-
version "3.1.8"
2793-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
2794-
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==
2795-
dependencies:
2796-
jake "^10.8.5"
2797-
2798-
ejs@^3.1.9:
2791+
ejs@^3.1.8, ejs@^3.1.9:
27992792
version "3.1.9"
28002793
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
28012794
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==

0 commit comments

Comments
 (0)