From 7c65fb2f9b2e4b292e03c5d70957431bcc27d2c0 Mon Sep 17 00:00:00 2001 From: Mark Molinaro <16494982+markjm@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:26 -0700 Subject: [PATCH 1/3] Resolve a bunch of snyk vulnerabilities (#427) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e241ab..a4922bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.8.0-stretch +FROM node:16-stretch RUN mkdir -p /usr/src/app && \ chown node:node /usr/src/app @@ -11,9 +11,9 @@ COPY --chown=node:node . . RUN npm install && \ npm install redis@0.8.1 && \ - npm install pg@4.1.1 && \ + npm install pg@4.5.7 && \ npm install memcached@2.2.2 && \ - npm install aws-sdk@2.738.0 && \ + npm install aws-sdk@2.814.0 && \ npm install rethinkdbdash@2.3.31 ENV STORAGE_TYPE=memcached \ From 20919c946602b8151157f647e475e30687a43727 Mon Sep 17 00:00:00 2001 From: Marcelo Miranda Carneiro Date: Tue, 25 Oct 2022 10:56:09 -0300 Subject: [PATCH 2/3] Adds the announcement of new online version. (#430) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 432a93e..3925a0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Important announcement: + +## [Soon a new version of Hastebin will be launched!](https://github.com/toptal/haste-server/issues/429) + +[Check here what you need to know.](https://github.com/toptal/haste-server/issues/429) + +. +. +. + # Haste Haste is an open-source pastebin software written in node.js, which is easily From 4550e4593cc0e85c5fafafebfb7de548d47f7036 Mon Sep 17 00:00:00 2001 From: Konstantin Rybakov Date: Mon, 28 Nov 2022 10:32:09 +0200 Subject: [PATCH 3/3] [UTI-2480] Update actions versions (#433) --- .github/workflows/close-inactive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive.yaml b/.github/workflows/close-inactive.yaml index f6a4ce3..5784a97 100644 --- a/.github/workflows/close-inactive.yaml +++ b/.github/workflows/close-inactive.yaml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v6 with: days-before-stale: 30 days-before-close: 14