Skip to content

Commit 01322da

Browse files
chore(dev-deps): bump oclif from 3.6.5 to 3.7.0
Bumps [oclif](https://github.com/oclif/oclif) from 3.6.5 to 3.7.0. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@3.6.5...3.7.0) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3476e2 commit 01322da

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"husky": "^7.0.4",
4242
"mocha": "^9.1.3",
4343
"nyc": "^15.1.0",
44-
"oclif": "^3.6.5",
44+
"oclif": "^3.7.0",
4545
"prettier": "^2.7.1",
4646
"pretty-quick": "^3.1.0",
4747
"shx": "^0.3.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
is-wsl "^2.1.1"
770770
tslib "^2.5.0"
771771

772-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.1.1", "@oclif/core@^2.1.2", "@oclif/core@^2.1.4", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7":
772+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.1", "@oclif/core@^2.1.2", "@oclif/core@^2.1.4", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7", "@oclif/core@^2.3.0":
773773
version "2.3.1"
774774
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2"
775775
integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q==
@@ -6389,12 +6389,12 @@ object.values@^1.1.5, object.values@^1.1.6:
63896389
define-properties "^1.1.4"
63906390
es-abstract "^1.20.4"
63916391

6392-
oclif@^3.6.5:
6393-
version "3.6.5"
6394-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.6.5.tgz#8543b6ff404f6b87c62a9f0a5af4b5f07de811c5"
6395-
integrity sha512-XBn+Zdq5+7tEGaW7ecqxH/EonyjxmSHzBcomW8UgfxuS93xa0x+RCWemwAYoiHUA36E7si8rQrmmfls8Lu+epg==
6392+
oclif@^3.7.0:
6393+
version "3.7.0"
6394+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.0.tgz#6507033312dbcae25e99050010c33d67a31e93a3"
6395+
integrity sha512-LtLc7/3lOQ0d6/JKGj8QriIK/MiIcjZXVX3WoynbXUswG/X8oIsSr1+F6Q69VVbXnjbYlbfiP+uYASr36Mrjzg==
63966396
dependencies:
6397-
"@oclif/core" "^2.0.3"
6397+
"@oclif/core" "^2.3.0"
63986398
"@oclif/plugin-help" "^5.1.19"
63996399
"@oclif/plugin-not-found" "^2.3.7"
64006400
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)