From 59cf0185c928e36f94ea8f632a3bfbce88f66657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:23:40 -0400 Subject: [PATCH] chore(deps): pin dependencies in package.json (main) (#5538) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index abfa981b4..304466921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,17 +6,17 @@ "": { "license": "Apache-2.0", "devDependencies": { - "@playwright/test": "^1.50.1", - "@types/node": "^22.13.4", - "@vueuse/core": "^12.7.0", - "markdown-it-footnote": "^4.0.0", - "markdownlint-cli": "^0.44.0", - "mermaid": "^11.4.1", - "sitemap-ts": "^1.7.3", - "vite": "^6.1.4", - "vitepress": "^1.6.3", - "vitepress-plugin-mermaid": "^2.0.16", - "vue": "^3.4.27" + "@playwright/test": "1.50.1", + "@types/node": "22.13.4", + "@vueuse/core": "12.7.0", + "markdown-it-footnote": "4.0.0", + "markdownlint-cli": "0.44.0", + "mermaid": "11.4.1", + "sitemap-ts": "1.8.0", + "vite": "6.2.6", + "vitepress": "1.6.3", + "vitepress-plugin-mermaid": "2.0.17", + "vue": "3.5.13" } }, "node_modules/@algolia/autocomplete-core": { diff --git a/package.json b/package.json index d0d4b085f..f6ae8d694 100644 --- a/package.json +++ b/package.json @@ -2,17 +2,17 @@ "license": "Apache-2.0", "type": "module", "devDependencies": { - "@playwright/test": "^1.50.1", - "@types/node": "^22.13.4", - "@vueuse/core": "^12.7.0", - "markdown-it-footnote": "^4.0.0", - "markdownlint-cli": "^0.44.0", - "mermaid": "^11.4.1", - "sitemap-ts": "^1.7.3", - "vite": "^6.1.4", - "vitepress": "^1.6.3", - "vitepress-plugin-mermaid": "^2.0.16", - "vue": "^3.4.27" + "@playwright/test": "1.50.1", + "@types/node": "22.13.4", + "@vueuse/core": "12.7.0", + "markdown-it-footnote": "4.0.0", + "markdownlint-cli": "0.44.0", + "mermaid": "11.4.1", + "sitemap-ts": "1.8.0", + "vite": "6.2.6", + "vitepress": "1.6.3", + "vitepress-plugin-mermaid": "2.0.17", + "vue": "3.5.13" }, "scripts": { "website:dev": "vitepress dev --host localhost --port 8080 runatlantis.io",