Skip to content

Commit

Permalink
Merge pull request #686 from oclif/dependabot-npm_and_yarn-oclif-test…
Browse files Browse the repository at this point in the history
…-2.3.15

chore(dev-deps): bump @oclif/test from 2.3.11 to 2.3.15
  • Loading branch information
svc-cli-bot authored Apr 12, 2023
2 parents 413592a + ab832e2 commit 42d8cfc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.2.8",
"@oclif/plugin-plugins": "^2.4.3",
"@oclif/test": "^2.3.11",
"@oclif/test": "^2.3.15",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^2.6.2", "@oclif/core@^2.6.4":
version "2.6.5"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.5.tgz#bfe3200a3dd5fb75cc444c7d0d98c1959fd32083"
integrity sha512-fk2dVH3eJ3skL+gOrxowy4dlqTMH/0iBffubLncSEOTb3pXuDQspzNmP60aq5Y82XxKN0iOj/5ZqxtiMHpH1Sg==
"@oclif/core@^2.6.2", "@oclif/core@^2.6.4", "@oclif/core@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
Expand Down Expand Up @@ -499,13 +499,13 @@
tslib "^2.4.1"
yarn "^1.22.18"

"@oclif/test@^2.3.11":
version "2.3.11"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.11.tgz#efb268b2313bfe89c0ceee08497cbca8fc8f7b3d"
integrity sha512-QZGhAla1+lfXGJfzB/7yMs1rtdjmHFuu9prBxuT6yHKXTIdi5vwqDZKKzlZzJhtNLe+37ub/Z7uk0zT7dXbhBA==
"@oclif/test@^2.3.15":
version "2.3.15"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.15.tgz#03ab00ed80b7229352a9d359ae399b596f1a2eb7"
integrity sha512-MT8Q1Ioezj8klpEGh2oMT0Nvf8tI2f/nfwsHgkIVjzzJHCRikArITNkrP1051S32zKxFpiatTVgTmuquBQhXSg==
dependencies:
"@oclif/core" "^2.6.4"
fancy-test "^2.0.13"
"@oclif/core" "^2.8.0"
fancy-test "^2.0.18"

"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.3":
version "1.8.3"
Expand Down Expand Up @@ -1666,10 +1666,10 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==

fancy-test@^2.0.13, fancy-test@^2.0.16:
version "2.0.16"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.16.tgz#fbeb22f1f6b790b067fc774873093d0ca4fc98c1"
integrity sha512-Bgsd32hr+Ohrh/D4zACMstWjViYR6IHJxzvhLSzbekNIrDWOwSHx7zvKtrN/pFrFVyNBo02kNdz3PyPD5W2ibQ==
fancy-test@^2.0.16, fancy-test@^2.0.18:
version "2.0.18"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.18.tgz#36f938a7207c90b2bf2f85b9c7d0cb6de8444635"
integrity sha512-wA9xzWMJ4L51Jcr9k06koPwi58bbUkTZrqqNYd6z7DHky1jW+D5jc/q86zPmkVdnjOrCg91VOeEzyOjTLIlD8A==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
Expand Down

0 comments on commit 42d8cfc

Please sign in to comment.