Skip to content

Commit

Permalink
Merge pull request #281 from OldSneerJaw/dependabot/npm_and_yarn/deve…
Browse files Browse the repository at this point in the history
…lopment-dependencies-e86d5cf068

Bump the development-dependencies group with 2 updates
  • Loading branch information
OldSneerJaw authored Jul 25, 2024
2 parents 6369874 + 6a149d5 commit dde11c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@heroku-cli/schema": "^1.0.25",
"@oclif/test": "^2.5.6",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-string": "^1.4.5",
"@types/glob": "^8.1.0",
Expand All @@ -29,7 +29,7 @@
"@types/pg": "^8.11.6",
"@types/ssh2": "^1.15.0",
"@types/supports-color": "^8.1.3",
"chai": "^4.4.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-string": "^1.5.0",
"chalk": "^2.4.2",
Expand Down
20 changes: 12 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@
dependencies:
"@types/chai" "*"

"@types/chai@*", "@types/chai@^4.3.11":
version "4.3.11"
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.11.tgz"
"@types/chai@*", "@types/chai@^4.3.16":
version "4.3.16"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.16.tgz#b1572967f0b8b60bf3f87fe1d854a5604ea70c82"

"@types/cli-progress@^3.11.0":
version "3.11.0"
Expand Down Expand Up @@ -1479,17 +1479,17 @@ chai-string@^1.5.0:
version "1.5.0"
resolved "https://registry.npmjs.org/chai-string/-/chai-string-1.5.0.tgz"

chai@^4.4.1:
version "4.4.1"
resolved "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz"
chai@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.5.0.tgz#707e49923afdd9b13a8b0b47d33d732d13812fd8"
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.3"
deep-eql "^4.1.3"
get-func-name "^2.0.2"
loupe "^2.3.6"
pathval "^1.1.1"
type-detect "^4.0.8"
type-detect "^4.1.0"

chalk@^2.4.2:
version "2.4.2"
Expand Down Expand Up @@ -5129,10 +5129,14 @@ type-check@^0.4.0, type-check@~0.4.0:
dependencies:
prelude-ls "^1.2.1"

[email protected], type-detect@^4.0.0, type-detect@^4.0.8:
[email protected]:
version "4.0.8"
resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"

type-detect@^4.0.0, type-detect@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"

type-fest@^0.20.2:
version "0.20.2"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"
Expand Down

0 comments on commit dde11c8

Please sign in to comment.