Skip to content

Commit

Permalink
chore(dev-deps): update dependency chai to v4.3.9 (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent ab8f2e6 commit 56c908b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-plugin-lodash": "3.3.4",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"chai": "4.3.8",
"chai": "4.3.9",
"cross-env": "7.0.3",
"eslint": "8.50.0",
"eslint-config-airbnb-base": "15.0.0",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3811,18 +3811,18 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:4.3.8":
version: 4.3.8
resolution: "chai@npm:4.3.8"
"chai@npm:4.3.9":
version: 4.3.9
resolution: "chai@npm:4.3.9"
dependencies:
assertion-error: ^1.1.0
check-error: ^1.0.2
check-error: ^1.0.3
deep-eql: ^4.1.2
get-func-name: ^2.0.0
loupe: ^2.3.1
pathval: ^1.1.1
type-detect: ^4.0.5
checksum: 29e0984ed13308319cadc35437c8ef0a3e271544d226c991bf7e3b6d771bf89707321669e11d05e362bc0ad0bd26585079b989d1032f3c106e3bb95d7f079cce
checksum: 0bcc79b8829bf9e567375be4427d8efe148fca4f5d29c82b05fcd8502f3a151fc80d3a9531e519c053d4c11d7dca68d7f81555073bbdea9dedf0fae2e6a80e42
languageName: node
linkType: hard

Expand Down Expand Up @@ -3854,10 +3854,12 @@ __metadata:
languageName: node
linkType: hard

"check-error@npm:^1.0.2":
version: 1.0.2
resolution: "check-error@npm:1.0.2"
checksum: d9d106504404b8addd1ee3f63f8c0eaa7cd962a1a28eb9c519b1c4a1dc7098be38007fc0060f045ee00f075fbb7a2a4f42abcf61d68323677e11ab98dc16042e
"check-error@npm:^1.0.3":
version: 1.0.3
resolution: "check-error@npm:1.0.3"
dependencies:
get-func-name: ^2.0.2
checksum: e2131025cf059b21080f4813e55b3c480419256914601750b0fee3bd9b2b8315b531e551ef12560419b8b6d92a3636511322752b1ce905703239e7cc451b6399
languageName: node
linkType: hard

Expand Down Expand Up @@ -5330,6 +5332,13 @@ __metadata:
languageName: node
linkType: hard

"get-func-name@npm:^2.0.2":
version: 2.0.2
resolution: "get-func-name@npm:2.0.2"
checksum: 3f62f4c23647de9d46e6f76d2b3eafe58933a9b3830c60669e4180d6c601ce1b4aa310ba8366143f55e52b139f992087a9f0647274e8745621fa2af7e0acf13b
languageName: node
linkType: hard

"get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0, get-intrinsic@npm:^1.2.1":
version: 1.2.1
resolution: "get-intrinsic@npm:1.2.1"
Expand Down Expand Up @@ -7969,7 +7978,7 @@ __metadata:
babel-plugin-lodash: 3.3.4
babel-plugin-module-resolver: 5.0.0
babel-plugin-transform-inline-environment-variables: 0.4.4
chai: 4.3.8
chai: 4.3.9
cross-env: 7.0.3
eslint: 8.50.0
eslint-config-airbnb-base: 15.0.0
Expand Down

0 comments on commit 56c908b

Please sign in to comment.