diff --git a/package-lock.json b/package-lock.json index 671a19af..81952f54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -794,16 +794,16 @@ } }, "node_modules/@eslint/markdown": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-7.3.0.tgz", - "integrity": "sha512-v9Cpl9IvzGmWMUwDAwSbf1b2GMwjQJiD0TSHegFrIu23mjqGQOvaCwnetzbG3/fjk8x7baKaIbSTBlpCktZRRg==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-7.4.0.tgz", + "integrity": "sha512-VQykmMjBb4tQoJOXVWXa+oQbQeCZlE7W3rAsOpmtpKLvJd75saZZ04PVVs7+zgMDJGghd4/gyFV6YlvdJFaeNQ==", "license": "MIT", "workspaces": [ "examples/*" ], "dependencies": { - "@eslint/core": "^0.15.2", - "@eslint/plugin-kit": "^0.3.5", + "@eslint/core": "^0.16.0", + "@eslint/plugin-kit": "^0.4.0", "github-slugger": "^2.0.0", "mdast-util-from-markdown": "^2.0.2", "mdast-util-frontmatter": "^2.0.1", @@ -817,9 +817,9 @@ } }, "node_modules/@eslint/markdown/node_modules/@eslint/core": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", - "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz", + "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==", "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.15" @@ -828,6 +828,19 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@eslint/markdown/node_modules/@eslint/plugin-kit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz", + "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==", + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.16.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@eslint/object-schema": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", @@ -17636,7 +17649,7 @@ "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.37.0", "@eslint/json": "^0.13.2", - "@eslint/markdown": "^7.3.0", + "@eslint/markdown": "^7.4.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-header": "^3.1.1", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 4c4cf722..af05d073 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -25,7 +25,7 @@ "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.37.0", "@eslint/json": "^0.13.2", - "@eslint/markdown": "^7.3.0", + "@eslint/markdown": "^7.4.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-header": "^3.1.1",