Skip to content

Commit 49ab701

Browse files
authored
Merge pull request #507 from salesforcecli/dependabot-npm_and_yarn-oclif-test-3.1.13
chore(dev-deps): bump @oclif/test from 3.1.12 to 3.1.13
2 parents b99275b + c0c91c9 commit 49ab701

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.0.6",
15-
"@oclif/test": "^3.1.12",
15+
"@oclif/test": "^3.1.13",
1616
"@salesforce/cli-plugins-testkit": "^5.1.7",
1717
"@salesforce/dev-scripts": "^8.3.0",
1818
"@salesforce/kit": "^3.0.15",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,14 +1522,14 @@
15221522
http-call "^5.2.2"
15231523
lodash.template "^4.5.0"
15241524

1525-
"@oclif/test@^3.1.12":
1526-
version "3.1.12"
1527-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.12.tgz#845ee6dd2a141ad25d2cb837b43999f91de46e44"
1528-
integrity sha512-KEIN5v6bMKqVydU686bt0zt5AeFpH6OOspacDF+ZhCbp8ymrkJ1h1ZLsVedhcsLJ9BJxowN7GFYo1HrZ45uujA==
1525+
"@oclif/test@^3.1.13":
1526+
version "3.1.13"
1527+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.13.tgz#0e29a86c92b108bc379bb65f131a16b63deb1aae"
1528+
integrity sha512-ztjXyoN4D2qUIhRPiWp8fdaSCZ8e3tZ0hGGXUPRk0tWzGVfii3R5tjaJpn804HEzRJjbuRDmSscvU7iMVUro1A==
15291529
dependencies:
15301530
"@oclif/core" "^3.18.1"
15311531
chai "^4.4.1"
1532-
fancy-test "^3.0.8"
1532+
fancy-test "^3.0.9"
15331533

15341534
"@octokit/auth-token@^2.4.4":
15351535
version "2.5.0"
@@ -4685,18 +4685,18 @@ external-editor@^3.0.3:
46854685
iconv-lite "^0.4.24"
46864686
tmp "^0.0.33"
46874687

4688-
fancy-test@^3.0.8:
4689-
version "3.0.8"
4690-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.8.tgz#ca3919ebb07c1c0e5fb8e8953e02e2ed48600ef8"
4691-
integrity sha512-vHkT59Kf0Byiqzwc2My1fD9VDYsAPkT+jVqdMqqtwtdLwz19x+hHI2oAxNwfyfEDSK+VrLB4+B96sZbOLVEHdA==
4688+
fancy-test@^3.0.9:
4689+
version "3.0.9"
4690+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.9.tgz#5293bdccaa9aa868300cf901ef2560c431fe74d2"
4691+
integrity sha512-9sDjNM5oRLpIQfpjSSmp8J0bYCg1Hb9GWofdv+Dl5f/Phjp2XJZM7L2qsSulpMTsahz0EPsS6T6/QH0ldzfgqw==
46924692
dependencies:
46934693
"@types/chai" "*"
46944694
"@types/lodash" "*"
46954695
"@types/node" "*"
46964696
"@types/sinon" "*"
46974697
lodash "^4.17.13"
46984698
mock-stdin "^1.0.0"
4699-
nock "^13.4.0"
4699+
nock "^13.5.0"
47004700
sinon "^16.1.3"
47014701
stdout-stderr "^0.1.9"
47024702

@@ -7004,10 +7004,10 @@ no-case@^3.0.4:
70047004
lower-case "^2.0.2"
70057005
tslib "^2.0.3"
70067006

7007-
nock@^13.4.0:
7008-
version "13.4.0"
7009-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115"
7010-
integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==
7007+
nock@^13.5.0:
7008+
version "13.5.1"
7009+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806"
7010+
integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==
70117011
dependencies:
70127012
debug "^4.1.0"
70137013
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)