From 6bb4e9f5cbf88a320a38e1638e3ee8a92314e9ad Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 23 Jan 2025 12:33:48 -0500 Subject: [PATCH] chore(deps): bump vite to 5.4.12 (#5266) Signed-off-by: Rui Chen --- .github/workflows/website.yml | 2 ++ package-lock.json | 7 ++++--- package.json | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5b329549ce..49f676cda1 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -87,6 +87,7 @@ jobs: # twitter.com => too many redirections # www.flaticon.com => 403 error # www.freepik.com => 403 error + # ngrok.com => 406 error - run: | ./muffet \ -e 'https://medium.com/runatlantis' \ @@ -94,6 +95,7 @@ jobs: -e 'https://twitter.com/*' \ -e 'https://www.flaticon.com/*' \ -e 'https://www.freepik.com/*' \ + -e 'https://ngrok.com/*' \ -e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \ -e 'https://github.com/runatlantis/helm-charts#customization' \ -e 'https://github.com/sethvargo/atlantis-on-gke/blob/master/terraform/tls.tf#L64-L84' \ diff --git a/package-lock.json b/package-lock.json index 16bf10ee0d..1a3739258b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "markdownlint-cli": "^0.40.0", "mermaid": "^10.9.1", "sitemap-ts": "^1.7.3", + "vite": "^5.4.12", "vitepress": "^1.2.3", "vitepress-plugin-mermaid": "^2.0.16", "vue": "^3.4.27" @@ -4903,9 +4904,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", - "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz", + "integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bdd8fe208c..4b9915e265 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "markdownlint-cli": "^0.40.0", "mermaid": "^10.9.1", "sitemap-ts": "^1.7.3", + "vite": "^5.4.12", "vitepress": "^1.2.3", "vitepress-plugin-mermaid": "^2.0.16", "vue": "^3.4.27"