Skip to content

Commit 7146a6d

Browse files
chore(dev-deps): bump @oclif/test from 4.1.12 to 4.1.13 (#869)
Bumps [@oclif/test](https://github.com/oclif/test) from 4.1.12 to 4.1.13. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](oclif/test@4.1.12...4.1.13) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-version: 4.1.13 dependency-type: direct:development 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 1cad586 commit 7146a6d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@eslint/compat": "^1.2.9",
1414
"@oclif/plugin-help": "^6",
1515
"@oclif/prettier-config": "^0.2.1",
16-
"@oclif/test": "^4.1.12",
16+
"@oclif/test": "^4.1.13",
1717
"@types/chai": "^4.3.16",
1818
"@types/mocha": "^10.0.10",
1919
"@types/node": "^18",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,13 +1823,13 @@
18231823
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
18241824
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
18251825

1826-
"@oclif/test@^4.1.12":
1827-
version "4.1.12"
1828-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.12.tgz#896a8b9b630218042160da271221d771d11f2527"
1829-
integrity sha512-EExENu6DOjAGJPx2VRFI2ZNR3dBMep5Q+pBhk+4f2OdKxEqrY8/Fr7lXBn9jq7n9w28r8sn5LZ8P4tn3oVd20w==
1826+
"@oclif/test@^4.1.13":
1827+
version "4.1.13"
1828+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.13.tgz#b39b541f2edf45828aafb8d7df635516e0356b83"
1829+
integrity sha512-pulrTiJRhoAKizFf6y5WeHvM2JyoRiZKV0H8qqYEoE0UHDKqInNmfGJyp8Ip6lTVQeMv1U8YCAXOS/HiWPVWeg==
18301830
dependencies:
18311831
ansis "^3.17.0"
1832-
debug "^4.4.0"
1832+
debug "^4.4.1"
18331833

18341834
"@pnpm/config.env-replace@^1.1.0":
18351835
version "1.1.0"
@@ -3507,10 +3507,10 @@ debug@^3.2.7:
35073507
dependencies:
35083508
ms "^2.1.1"
35093509

3510-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.4.0:
3511-
version "4.4.0"
3512-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
3513-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
3510+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.4.0, debug@^4.4.1:
3511+
version "4.4.1"
3512+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3513+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
35143514
dependencies:
35153515
ms "^2.1.3"
35163516

0 commit comments

Comments
 (0)