diff --git a/package-lock.json b/package-lock.json index 73a5f8b..5b2075d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.44.0", "prettier": "^3.5.3", - "prettier-plugin-toml": "2.0.2" + "prettier-plugin-toml": "2.0.3" }, "engines": { "node": "20.x" @@ -2773,9 +2773,9 @@ } }, "node_modules/prettier-plugin-toml": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.2.tgz", - "integrity": "sha512-tUIIhyfdVX5DMsLGKX/2qaEwi3W48OkUSR7XC91PRI5jFzhexmaYWkrSP1Xh/eWUcEc0TVMQenM3lB09xLQstQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.3.tgz", + "integrity": "sha512-2KSzvgWiyF+uaGvX6wK+UENNjhvuSh+HlJym9tY+OyIk3L+yjlDUd0wHP1ZHNC+u8su4UZj2QVjJhq5sZ16zrQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5429,9 +5429,9 @@ "dev": true }, "prettier-plugin-toml": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.2.tgz", - "integrity": "sha512-tUIIhyfdVX5DMsLGKX/2qaEwi3W48OkUSR7XC91PRI5jFzhexmaYWkrSP1Xh/eWUcEc0TVMQenM3lB09xLQstQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.3.tgz", + "integrity": "sha512-2KSzvgWiyF+uaGvX6wK+UENNjhvuSh+HlJym9tY+OyIk3L+yjlDUd0wHP1ZHNC+u8su4UZj2QVjJhq5sZ16zrQ==", "dev": true, "requires": { "@taplo/lib": "^0.4.0-alpha.2" diff --git a/package.json b/package.json index e1ab3f4..0992841 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.44.0", "prettier": "^3.5.3", - "prettier-plugin-toml": "2.0.2" + "prettier-plugin-toml": "2.0.3" }, "engines": { "node": "20.x"