diff --git a/package-lock.json b/package-lock.json index bf0fb3343..9f32d4563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/babel__core": "7.20.2", - "@types/chai": "4.3.6", + "@types/chai": "4.3.7", "@types/chai-fs": "2.0.2", "@types/cheerio": "0.22.32", "@types/mocha": "10.0.2", @@ -2900,9 +2900,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-fs": { diff --git a/package.json b/package.json index 837481494..f04515300 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ }, "devDependencies": { "@types/babel__core": "7.20.2", - "@types/chai": "4.3.6", + "@types/chai": "4.3.7", "@types/chai-fs": "2.0.2", "@types/cheerio": "0.22.32", "@types/mocha": "10.0.2",