Skip to content

Commit

Permalink
Merge pull request #663 from oclif/dependabot-npm_and_yarn-chai-and-t…
Browse files Browse the repository at this point in the history
…ypes-chai-4.3.8

chore(dev-deps): bump chai and @types/chai
  • Loading branch information
svc-cli-bot authored Sep 16, 2023
2 parents 4b608db + c740237 commit d2d0096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.2.18",
"@oclif/test": "^2.4.7",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.6",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.60",
"@types/semver": "^7.5.0",
"@types/shelljs": "^0.8.12",
"@types/supports-color": "^7.2.0",
"@types/validate-npm-package-name": "^4.0.0",
"chai": "^4.3.7",
"chai": "^4.3.8",
"commitlint": "^12.1.4",
"eslint": "^7.31.0",
"eslint-config-oclif": "^4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1132,10 +1132,10 @@
"@types/node" "*"
"@types/responselike" "^1.0.0"

"@types/chai@*", "@types/chai@^4.3.4":
version "4.3.4"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
"@types/chai@*", "@types/chai@^4.3.6":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.6.tgz#7b489e8baf393d5dd1266fb203ddd4ea941259e6"
integrity sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==

"@types/cli-progress@^3.11.0":
version "3.11.0"
Expand Down Expand Up @@ -1902,10 +1902,10 @@ cardinal@^2.1.1:
ansicolors "~0.3.2"
redeyed "~2.1.0"

chai@^4.3.7:
version "4.3.7"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51"
integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==
chai@^4.3.8:
version "4.3.8"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.8.tgz#40c59718ad6928da6629c70496fe990b2bb5b17c"
integrity sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.2"
Expand Down

0 comments on commit d2d0096

Please sign in to comment.