diff --git a/package-lock.json b/package-lock.json index 59f54883..328f6fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.21.0", "@myrotvorets/fake-knex-client": "^1.1.0", - "@types/chai": "^4.3.6", + "@types/chai": "^4.3.7", "@types/chai-as-promised": "^7.1.6", "@types/express": "^4.17.18", "@types/mocha": "^10.0.2", @@ -1247,9 +1247,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz", - "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.7.tgz", + "integrity": "sha512-/k+vesl92vMvMygmQrFe9Aimxi6oQXFUX9mA5HanTrKUSAMoLauSi6PNFOdRw0oeqilaW600GNx2vSaT2f8aIQ==", "dev": true }, "node_modules/@types/chai-as-promised": { diff --git a/package.json b/package.json index 23dcf05a..8ada2fb1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.21.0", "@myrotvorets/fake-knex-client": "^1.1.0", - "@types/chai": "^4.3.6", + "@types/chai": "^4.3.7", "@types/chai-as-promised": "^7.1.6", "@types/express": "^4.17.18", "@types/mocha": "^10.0.2",