diff --git a/lib/package-lock.json b/lib/package-lock.json index cde5ea2b1..debf619d3 100644 --- a/lib/package-lock.json +++ b/lib/package-lock.json @@ -19,7 +19,7 @@ "@eslint/js": "^9.21.0", "@esm-bundle/chai": "~4.3.4-fix.0", "@types/buffer-crc32": "^0.2.4", - "@types/chai": "~5.0.1", + "@types/chai": "~5.2.1", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "~9.0.9", @@ -1240,9 +1240,9 @@ } }, "node_modules/@types/chai": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.0.1.tgz", - "integrity": "sha512-5T8ajsg3M/FOncpLYW7sdOcD6yf4+722sze/tc4KQV0P8Z2rAr3SAuHCIkYmYpt8VbcQlnz8SxlOlPQYefe4cA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.1.tgz", + "integrity": "sha512-iu1JLYmGmITRzUgNiLMZD3WCoFzpYtueuyAgHTXqgwSRAMIlFTnZqG6/xenkpUGRJEzSfklUTI4GNSzks/dc0w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/lib/package.json b/lib/package.json index 929a09730..7e53f2cf3 100644 --- a/lib/package.json +++ b/lib/package.json @@ -82,7 +82,7 @@ "@eslint/js": "^9.21.0", "@esm-bundle/chai": "~4.3.4-fix.0", "@types/buffer-crc32": "^0.2.4", - "@types/chai": "~5.0.1", + "@types/chai": "~5.2.1", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "~9.0.9",