diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5b329549c..49f676cda 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 16bf10ee0..1a3739258 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 bdd8fe208..4b9915e26 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"