diff --git a/package-lock.json b/package-lock.json index feb25b29..82737fa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "minimatch": "^10.0.1" }, "devDependencies": { - "@types/chai": "^5.2.1", + "@types/chai": "^5.2.2", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.10", "@types/node": "^22.15.3", @@ -730,9 +730,9 @@ "dev": true }, "node_modules/@types/chai": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.1.tgz", - "integrity": "sha512-iu1JLYmGmITRzUgNiLMZD3WCoFzpYtueuyAgHTXqgwSRAMIlFTnZqG6/xenkpUGRJEzSfklUTI4GNSzks/dc0w==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", + "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==", "dev": true, "license": "MIT", "dependencies": { @@ -3981,9 +3981,9 @@ "dev": true }, "@types/chai": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.1.tgz", - "integrity": "sha512-iu1JLYmGmITRzUgNiLMZD3WCoFzpYtueuyAgHTXqgwSRAMIlFTnZqG6/xenkpUGRJEzSfklUTI4GNSzks/dc0w==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", + "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==", "dev": true, "requires": { "@types/deep-eql": "*" diff --git a/package.json b/package.json index 63a9602e..1265269d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/SumiranAgg/filetransform#readme", "devDependencies": { - "@types/chai": "^5.2.1", + "@types/chai": "^5.2.2", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.10", "@types/node": "^22.15.3",