Skip to content

Commit 14a28ad

Browse files
Bump chai from 4.2.0 to 4.3.4 (#751)
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.4. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@4.2.0...v4.3.4) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37aa98e commit 14a28ad

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"walk-sync": "^2.2.0"
4242
},
4343
"devDependencies": {
44-
"chai": "^4.1.2",
44+
"chai": "^4.3.4",
4545
"codecov": "^3.4.0",
4646
"ember-cli": "~3.22.0",
4747
"eslint": "^7.31.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,16 +1644,16 @@ cardinal@^1.0.0:
16441644
ansicolors "~0.2.1"
16451645
redeyed "~1.0.0"
16461646

1647-
chai@^4.1.2:
1648-
version "4.2.0"
1649-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
1650-
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
1647+
chai@^4.3.4:
1648+
version "4.3.4"
1649+
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49"
1650+
integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==
16511651
dependencies:
16521652
assertion-error "^1.1.0"
16531653
check-error "^1.0.2"
16541654
deep-eql "^3.0.1"
16551655
get-func-name "^2.0.0"
1656-
pathval "^1.1.0"
1656+
pathval "^1.1.1"
16571657
type-detect "^4.0.5"
16581658

16591659
[email protected], chalk@^4.0.0, chalk@^4.1.0:
@@ -6186,10 +6186,10 @@ path-type@^4.0.0:
61866186
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
61876187
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
61886188

6189-
pathval@^1.1.0:
6190-
version "1.1.0"
6191-
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0"
6192-
integrity sha1-uULm1L3mUwBe9rcTYd74cn0GReA=
6189+
pathval@^1.1.1:
6190+
version "1.1.1"
6191+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
6192+
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
61936193

61946194
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
61956195
version "2.2.2"

0 commit comments

Comments
 (0)