From 7b8e21017212c495324c698cd6ed2f39d3dbd4a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Apr 2021 07:52:21 +0000 Subject: [PATCH 1/3] fix: translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-APT-407402 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 --- .../creating-actions/dockerfile-support-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 882bb4709c7b..db5860644e89 100644 --- a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ```dockerfile # Container image that runs your code -FROM debian:9.5-slim +FROM debian:stretch-20210329-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh From 9ee46c4111c07868f3b3118ee65faf454c02c133 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 May 2021 17:15:51 +0000 Subject: [PATCH 2/3] fix: translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-UTILLINUX-285822 - https://snyk.io/vuln/SNYK-DEBIAN9-UTILLINUX-285822 --- .../creating-actions/dockerfile-support-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md index db5860644e89..e49975156c23 100644 --- a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ```dockerfile # Container image that runs your code -FROM debian:stretch-20210329-slim +FROM debian:buster-20210408-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh From 9db7afc62536b99438a0fa3e2026e30f5954d816 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 21:56:38 +0000 Subject: [PATCH 3/3] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57dab2f1978b..bf030c271fc0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@primer/css": "^15.1.0", "@primer/octicons": "^11.0.0", "algoliasearch": "^3.35.1", - "babel-loader": "^8.1.0", + "babel-loader": "^8.2.4", "babel-preset-env": "^1.7.0", "browser-date-formatter": "^3.0.3", "change-case": "^3.1.0", @@ -68,7 +68,7 @@ "lunr": "^2.3.9", "lunr-languages": "^1.4.0", "mdast-util-from-markdown": "^0.8.4", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^1.0.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", "node-fetch": "^2.6.1", @@ -88,7 +88,7 @@ "remark-gemoji-to-emoji": "^1.1.0", "remark-parse": "^7.0.2", "remark-rehype": "^5.0.0", - "resolve-url-loader": "^3.1.2", + "resolve-url-loader": "^4.0.0", "revalidator": "^0.3.1", "rimraf": "^3.0.0", "sass": "^1.26.3", @@ -103,8 +103,8 @@ "unist-util-visit": "^2.0.3", "uuid": "^8.3.0", "walk-sync": "^1.1.4", - "webpack": "^4.44.0", - "webpack-cli": "^3.3.12" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" }, "devDependencies": { "@actions/core": "^1.2.6",