Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade semver from 7.3.5 to 7.5.2 #126

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f4e615c
fix: translations/pt-BR/content/actions/creating-actions/dockerfile-s…
snyk-bot Dec 11, 2021
1aa7cc4
fix: translations/es-XL/content/actions/creating-actions/dockerfile-s…
snyk-bot Dec 11, 2021
40465be
fix: translations/de-DE/content/actions/creating-actions/dockerfile-s…
snyk-bot Dec 11, 2021
c4719a3
fix: translations/ru-RU/content/actions/creating-actions/dockerfile-s…
snyk-bot Dec 11, 2021
94d3d3f
fix: package.json & package-lock.json to reduce vulnerabilities
snyk-bot Dec 11, 2021
a930b6a
fix: translations/ko-KR/content/actions/creating-actions/dockerfile-s…
snyk-bot Dec 11, 2021
b3be7f0
fix: translations/zh-CN/content/actions/creating-actions/dockerfile-s…
snyk-bot Dec 11, 2021
0827687
fix: Dockerfile to reduce vulnerabilities
snyk-bot Dec 21, 2021
cf57d5a
Merge pull request #33 from irinaqwerty852/snyk-fix-ac4d730674894c336…
irinaqwerty852 Dec 27, 2021
70e0181
Merge pull request #34 from irinaqwerty852/snyk-fix-2fb33ba8cc8d678ab…
irinaqwerty852 Dec 27, 2021
f89b135
Merge pull request #35 from irinaqwerty852/snyk-fix-dd8c3953c6a5d02f5…
irinaqwerty852 Dec 27, 2021
a43c493
Merge pull request #36 from irinaqwerty852/snyk-fix-131d22ea2eee17eea…
irinaqwerty852 Dec 27, 2021
1b10d0e
Merge pull request #32 from irinaqwerty852/snyk-fix-bff2d2ec73f192247…
irinaqwerty852 Dec 27, 2021
ee5dbe7
Merge pull request #37 from irinaqwerty852/snyk-fix-8bbcd5080c30c0f4f…
irinaqwerty852 Dec 27, 2021
3b609ee
Merge pull request #40 from irinaqwerty852/snyk-fix-46e0f123812e2d2dc…
irinaqwerty852 Dec 27, 2021
b9d137e
Merge pull request #38 from irinaqwerty852/snyk-fix-ff0112cdbd62c7644…
irinaqwerty852 Dec 27, 2021
cbe7d66
fix: translations/es-ES/content/actions/creating-actions/dockerfile-s…
snyk-bot May 16, 2022
c32b85f
fix: Dockerfile to reduce vulnerabilities
snyk-bot Aug 20, 2022
01cd846
fix: Dockerfile to reduce vulnerabilities
snyk-bot Aug 29, 2022
882570e
Merge pull request #109 from irinaqwerty852/snyk-fix-0046479519d47e95…
irinaqwerty852 Aug 30, 2022
ccc7213
Merge pull request #93 from irinaqwerty852/snyk-fix-23e6b6ccd42ecb3fe…
irinaqwerty852 Aug 31, 2022
42e7044
Merge pull request #108 from irinaqwerty852/snyk-fix-10ac616bd0113b81…
irinaqwerty852 Aug 31, 2022
0639b34
fix: package.json & package-lock.json to reduce vulnerabilities
snyk-bot Jun 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# BASE IMAGE
# --------------------------------------------------------------------------------
FROM node:16.2.0-alpine as base
FROM node:16.16.0-alpine as base

RUN apk add --no-cache make g++ git

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN npm run build
# MAIN IMAGE
# --------------------------------------------------------------------------------

FROM node:16.2.0-alpine as production
FROM node:16.16.0-alpine as production

# Let's make our home
WORKDIR /usr/src/docs
Expand Down
248 changes: 140 additions & 108 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"mdast-util-from-markdown": "^1.0.0",
"mdast-util-to-string": "^3.1.0",
"morgan": "^1.10.0",
"next": "^11.1.2",
"next": "^11.1.3",
"node-fetch": "^3.0.0",
"parse5": "^6.0.1",
"port-used": "^2.0.8",
Expand All @@ -85,7 +85,7 @@
"revalidator": "^0.3.1",
"rss-parser": "^3.12.0",
"scroll-anchoring": "^0.1.0",
"semver": "^7.3.5",
"semver": "^7.5.2",
"slash": "^4.0.0",
"strip-html-comments": "^1.0.0",
"styled-components": "^5.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
##### *Dockerfile* de ejemplo
```
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down