Skip to content

Commit af78f5a

Browse files
authored
Merge pull request #487 from salesforcecli/dependabot-npm_and_yarn-oclif-test-2.3.11
chore(dev-deps): bump @oclif/test from 2.3.8 to 2.3.11
2 parents 6e4f273 + d6c2d70 commit af78f5a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@oclif/plugin-command-snapshot": "^3.3.6",
18-
"@oclif/test": "^2.3.8",
18+
"@oclif/test": "^2.3.11",
1919
"@salesforce/cli-plugins-testkit": "^3.2.21",
2020
"@salesforce/dev-config": "^3.1.0",
2121
"@salesforce/dev-scripts": "^4.1.3",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
widest-line "^3.1.0"
728728
wrap-ansi "^7.0.0"
729729

730-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.6.4":
730+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.4":
731731
version "2.6.4"
732732
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
733733
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
@@ -815,13 +815,13 @@
815815
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c"
816816
integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA==
817817

818-
"@oclif/test@^2.3.8":
819-
version "2.3.8"
820-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.8.tgz#ad2fb6375cb9891ebc002258d090075b8621ed0e"
821-
integrity sha512-usE2GeE2S+feOgf8uFLUUVDKt0N3orH+pc1bKkKQtCNAFDvdyAdAMcBS+1PnmCn+cSxaez0bCQ6xOpxA9s7x3A==
818+
"@oclif/test@^2.3.11":
819+
version "2.3.11"
820+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.11.tgz#efb268b2313bfe89c0ceee08497cbca8fc8f7b3d"
821+
integrity sha512-QZGhAla1+lfXGJfzB/7yMs1rtdjmHFuu9prBxuT6yHKXTIdi5vwqDZKKzlZzJhtNLe+37ub/Z7uk0zT7dXbhBA==
822822
dependencies:
823-
"@oclif/core" "^2.3.1"
824-
fancy-test "^2.0.12"
823+
"@oclif/core" "^2.6.4"
824+
fancy-test "^2.0.13"
825825

826826
"@octokit/auth-token@^2.4.4":
827827
version "2.5.0"
@@ -3252,10 +3252,10 @@ external-editor@^3.0.3:
32523252
iconv-lite "^0.4.24"
32533253
tmp "^0.0.33"
32543254

3255-
fancy-test@^2.0.12:
3256-
version "2.0.12"
3257-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.12.tgz#a93cd92ffc23f70b069c39f19940d34f64c6ca67"
3258-
integrity sha512-S7qVQNaViLTMzn71huZvrUCV59ldq+enQ1EQOkdNbl4q4Om97gwqbYKvZoglsnzCWRRFaFP+qHynpdqaLdiZqg==
3255+
fancy-test@^2.0.13:
3256+
version "2.0.15"
3257+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.15.tgz#d2949d7a4b889030389e46402289c754be69ffbb"
3258+
integrity sha512-yCtzWue60qfQd+b16dVUNE8kWCyQHNHUALnrue32M/ZxwH2AXjzjxdzA5YCe48kFlzqIi/tSxOuJa8TkU8Px1g==
32593259
dependencies:
32603260
"@types/chai" "*"
32613261
"@types/lodash" "*"

0 commit comments

Comments
 (0)