diff --git a/package-lock.json b/package-lock.json index cef0904..d8c2896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/js": "^9.30.0", - "changelog-light": "^3.0.0", + "changelog-light": "^3.0.1", "cspell": "^9.1.2", "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5", @@ -5689,11 +5689,10 @@ } }, "node_modules/changelog-light": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/changelog-light/-/changelog-light-3.0.0.tgz", - "integrity": "sha512-Fz6xBnbaU02XCfs2qk5p+yp7bQTwUTBuJ6iLszyJ54qo0tkgbCo7By9Jb5DWNxK9MKaBmY6AG1DLF3WNgDJEUQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/changelog-light/-/changelog-light-3.0.1.tgz", + "integrity": "sha512-42/V7YiDrbcv724rHIbTwB+Hl+0Yze+W1n0iDu6eKViG+arQuEH0DliYgyC24wZH9fa+apCp0uBR5j/bUVNFSA==", "dev": true, - "license": "MIT", "dependencies": { "conventional-commit-types": "^3.0.0", "semver": "^7.7.2", diff --git a/package.json b/package.json index bbd6448..b5cea4f 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/js": "^9.30.0", - "changelog-light": "^3.0.0", + "changelog-light": "^3.0.1", "cspell": "^9.1.2", "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5",