diff --git a/website/package-lock.json b/website/package-lock.json index ecde61336..ab11095f9 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "@hashicorp/platform-cli": "^2.6.0", - "@hashicorp/platform-content-conformance": "^0.0.11", + "@hashicorp/platform-content-conformance": "^0.0.12", "dart-linkcheck": "^2.0.15", "husky": "4.3.8", "next": "^13.4.2", @@ -723,9 +723,9 @@ } }, "node_modules/@hashicorp/platform-content-conformance": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@hashicorp/platform-content-conformance/-/platform-content-conformance-0.0.11.tgz", - "integrity": "sha512-LJTZc7uEOryQ5YBjJV/uty98P2HZi2Xndbmxe3+TNDH/DrCXE59yeITzaVGCZ2dv8Yfqh05DLt4yqPeiIqx54Q==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@hashicorp/platform-content-conformance/-/platform-content-conformance-0.0.12.tgz", + "integrity": "sha512-Va6XTh7cH1M11yqgi4GsLPZZx1NgXQjKvCzadynJyJJhpXe++oQDS5ItDm8ABxeM/EuKU4dOfA7PMUkLzAtAWQ==", "dev": true, "dependencies": { "find-up": "^6.3.0", @@ -742,7 +742,7 @@ "vfile-reporter": "^7.0.4", "vfile-reporter-json": "^3.2.0", "vfile-statistics": "^2.0.0", - "yaml": "^2.1.3", + "yaml": "^2.2.2", "yargs": "^17.4.1", "zod": "^3.19.1" }, @@ -931,9 +931,9 @@ } }, "node_modules/@hashicorp/platform-content-conformance/node_modules/yaml": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz", - "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz", + "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", "dev": true, "engines": { "node": ">= 14" diff --git a/website/package.json b/website/package.json index 8833fed96..639937f93 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@hashicorp/platform-cli": "^2.6.0", - "@hashicorp/platform-content-conformance": "^0.0.11", + "@hashicorp/platform-content-conformance": "^0.0.12", "dart-linkcheck": "^2.0.15", "husky": "4.3.8", "next": "^13.4.2",