diff --git a/package-lock.json b/package-lock.json index ec403877..994e802e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", - "@markedjs/eslint-config": "^1.0.3", + "@markedjs/eslint-config": "^1.0.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.0", "@semantic-release/git": "^10.0.1", @@ -2548,15 +2548,15 @@ } }, "node_modules/@markedjs/eslint-config": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@markedjs/eslint-config/-/eslint-config-1.0.3.tgz", - "integrity": "sha512-Tc5QWk9IPyhEl6mpoAo7In+TbiWlBkkRkqUm8KrOQ9c5kANmv7/uhLeNRe0evEvQkvR2wjhwlVnw/jpS4PbLzA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@markedjs/eslint-config/-/eslint-config-1.0.4.tgz", + "integrity": "sha512-AM+Yfjq9woM7QvseqDrOAfXbQu5S/gun9EDKjHSrWENaahd6xaOuRjpnEX/TssnAu0f4C0bMsR9y07+66rj8ug==", "dev": true, "dependencies": { "@stylistic/eslint-plugin": "^2.8.0", "eslint-plugin-n": "^17.10.2", "globals": "^15.9.0", - "typescript-eslint": "^8.5.0" + "typescript-eslint": "^8.6.0" }, "peerDependencies": { "eslint": ">=9" @@ -13934,15 +13934,15 @@ } }, "@markedjs/eslint-config": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@markedjs/eslint-config/-/eslint-config-1.0.3.tgz", - "integrity": "sha512-Tc5QWk9IPyhEl6mpoAo7In+TbiWlBkkRkqUm8KrOQ9c5kANmv7/uhLeNRe0evEvQkvR2wjhwlVnw/jpS4PbLzA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@markedjs/eslint-config/-/eslint-config-1.0.4.tgz", + "integrity": "sha512-AM+Yfjq9woM7QvseqDrOAfXbQu5S/gun9EDKjHSrWENaahd6xaOuRjpnEX/TssnAu0f4C0bMsR9y07+66rj8ug==", "dev": true, "requires": { "@stylistic/eslint-plugin": "^2.8.0", "eslint-plugin-n": "^17.10.2", "globals": "^15.9.0", - "typescript-eslint": "^8.5.0" + "typescript-eslint": "^8.6.0" } }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index d76d369f..5a907d46 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", - "@markedjs/eslint-config": "^1.0.3", + "@markedjs/eslint-config": "^1.0.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.0", "@semantic-release/git": "^10.0.1",