From d62869b9cbe92b682b37827e26a969c840fdc80e Mon Sep 17 00:00:00 2001 From: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:11:08 -0500 Subject: [PATCH 1/3] Update partner-contributed-documentation.yml Updated to correct team cc mention --- .github/ISSUE_TEMPLATE/partner-contributed-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml index ebc27192095a..0c5f79861212 100644 --- a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml +++ b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml @@ -64,4 +64,4 @@ body: attributes: value: | Once all tasks are completed, please mention `@github/docs-content` for next steps. - /cc @github/partner-engineering for :eyes:. + /cc @github/technology-partnerships-and-engineering for :eyes:. From a345bf2ab7b74d5caa52b6f35d8a34545424c141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 11:04:51 +0000 Subject: [PATCH 2/3] Bump undici from 5.27.2 to 5.28.3 Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8288e03943ba..927503ce96f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15460,9 +15460,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "5.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz", - "integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==", + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", "dependencies": { "@fastify/busboy": "^2.0.0" }, From fd860e805ec23d9d3e3c8b2ef7813730ed9afc9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Feb 2024 02:30:12 +0000 Subject: [PATCH 3/3] fix: Dockerfile.openapi_decorator to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6148880 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6148880 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5848038 --- Dockerfile.openapi_decorator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.openapi_decorator b/Dockerfile.openapi_decorator index 7cc9fcfbdaa5..18191d1917ba 100644 --- a/Dockerfile.openapi_decorator +++ b/Dockerfile.openapi_decorator @@ -1,4 +1,4 @@ -FROM node:18.15-alpine +FROM node:18.19.1-alpine RUN apk add --no-cache git python make g++