diff --git a/package-lock.json b/package-lock.json index 9c372866..fa68b294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint": "^10.0.0", "eslint-config-prettier": "^10.0.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-markdown-links": "^0.8.0", + "eslint-plugin-markdown-links": "^0.9.0", "eslint-plugin-markdown-preferences": "^0.41.0", "eslint-plugin-vue": "^10.8.0", "markdown-it-footnote": "^4.0.0", @@ -4506,14 +4506,14 @@ } }, "node_modules/eslint-plugin-markdown-links": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown-links/-/eslint-plugin-markdown-links-0.8.0.tgz", - "integrity": "sha512-25aemNz7PxLeTDQGhcsCrBxPwe/gRnOS5XwfQhd/OV1vGtu0YeOrAztMYUQOKD+NMGS9gYTjKvAYCpetOu2y8A==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown-links/-/eslint-plugin-markdown-links-0.9.0.tgz", + "integrity": "sha512-4LW0SQiI38CrJmvM9kCJeRDA4HGo/QetdYHJtO06EaTmcUVu9g620WNtt2LjXGBEHpKkDbq87sWugxJn26GB8g==", "dev": true, "license": "MIT", "dependencies": { "@mdit-vue/shared": "^3.0.2", - "entities": "^7.0.0", + "entities": "^8.0.0", "fast-content-type-parse": "^3.0.0", "github-slugger": "^2.0.0", "sdbm": "^3.0.0", @@ -4532,22 +4532,22 @@ } }, "node_modules/eslint-plugin-markdown-links/node_modules/entities": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", - "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz", + "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==", "dev": true, "license": "BSD-2-Clause", "engines": { - "node": ">=0.12" + "node": ">=20.19.0" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } }, "node_modules/eslint-plugin-markdown-links/node_modules/undici": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz", - "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz", + "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6dd5738f..bad28068 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^10.0.0", "eslint-config-prettier": "^10.0.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-markdown-links": "^0.8.0", + "eslint-plugin-markdown-links": "^0.9.0", "eslint-plugin-markdown-preferences": "^0.41.0", "eslint-plugin-vue": "^10.8.0", "markdown-it-footnote": "^4.0.0",