From a1e910f6e4bf924e8d8715c9916ce2418bcd7b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:50:53 +0000 Subject: [PATCH] chore(deps-dev): Bump @markedjs/eslint-config from 1.0.3 to 1.0.4 Bumps @markedjs/eslint-config from 1.0.3 to 1.0.4. --- updated-dependencies: - dependency-name: "@markedjs/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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",