diff --git a/package-lock.json b/package-lock.json index 31ee0cd..e7eaffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "8.0.1", - "chai": "5.0.0", + "chai": "5.1.2", "eslint": "8.57.1", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-header": "3.1.1", @@ -1634,16 +1634,16 @@ } }, "node_modules/chai": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.0.0.tgz", - "integrity": "sha512-HO5p0oEKd5M6HEcwOkNAThAE3j960vIZvVcc0t2tI06Dd0ATu69cEnMB2wOhC5/ZyQ6m67w3ePjU/HzXsSsdBA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz", + "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==", "dev": true, "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", - "check-error": "^2.0.0", + "check-error": "^2.1.1", "deep-eql": "^5.0.1", - "loupe": "^3.0.0", + "loupe": "^3.1.0", "pathval": "^2.0.0" }, "engines": { diff --git a/package.json b/package.json index c5587f1..44eb900 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "8.0.1", - "chai": "5.0.0", + "chai": "5.1.2", "eslint": "8.57.1", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-header": "3.1.1",