Skip to content

Commit 9066ccd

Browse files
dependabot[bot]begin-again
authored andcommitted
Bump chai from 4.4.1 to 4.5.0
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dd520d commit 9066ccd

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"yargs": "^17.7.2"
2525
},
2626
"devDependencies": {
27-
"chai": "^4.4.1",
27+
"chai": "^4.5.0",
2828
"eslint": "^8.57.0",
2929
"eslint-plugin-node": "^11.1.0",
3030
"mocha": "^10.6.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -890,18 +890,18 @@ __metadata:
890890
languageName: node
891891
linkType: hard
892892

893-
"chai@npm:^4.4.1":
894-
version: 4.4.1
895-
resolution: "chai@npm:4.4.1"
893+
"chai@npm:^4.5.0":
894+
version: 4.5.0
895+
resolution: "chai@npm:4.5.0"
896896
dependencies:
897897
assertion-error: "npm:^1.1.0"
898898
check-error: "npm:^1.0.3"
899899
deep-eql: "npm:^4.1.3"
900900
get-func-name: "npm:^2.0.2"
901901
loupe: "npm:^2.3.6"
902902
pathval: "npm:^1.1.1"
903-
type-detect: "npm:^4.0.8"
904-
checksum: 10/c6d7aba913a67529c68dbec3673f94eb9c586c5474cc5142bd0b587c9c9ec9e5fbaa937e038ecaa6475aea31433752d5fabdd033b9248bde6ae53befcde774ae
903+
type-detect: "npm:^4.1.0"
904+
checksum: 10/cde341aee15b0a51559c7cfc20788dcfb4d586a498cfb93b937bb568fd45c777b73b1461274be6092b6bf868adb4e3a63f3fec13c89f7d8fb194f84c6fa42d5f
905905
languageName: node
906906
linkType: hard
907907

@@ -2570,7 +2570,7 @@ __metadata:
25702570
version: 0.0.0-use.local
25712571
resolution: "my-dev-tools@workspace:."
25722572
dependencies:
2573-
chai: "npm:^4.4.1"
2573+
chai: "npm:^4.5.0"
25742574
dotenv: "npm:^16.4.5"
25752575
eslint: "npm:^8.57.0"
25762576
eslint-plugin-node: "npm:^11.1.0"
@@ -3493,6 +3493,13 @@ __metadata:
34933493
languageName: node
34943494
linkType: hard
34953495

3496+
"type-detect@npm:^4.1.0":
3497+
version: 4.1.0
3498+
resolution: "type-detect@npm:4.1.0"
3499+
checksum: 10/e363bf0352427a79301f26a7795a27718624c49c576965076624eb5495d87515030b207217845f7018093adcbe169b2d119bb9b7f1a31a92bfbb1ab9639ca8dd
3500+
languageName: node
3501+
linkType: hard
3502+
34963503
"type-fest@npm:^0.20.2":
34973504
version: 0.20.2
34983505
resolution: "type-fest@npm:0.20.2"

0 commit comments

Comments
 (0)