Skip to content

Commit 889a4ca

Browse files
chore(deps): update minor dependency updates
1 parent f56ce5b commit 889a4ca

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "::set-output name=version::$(jq -r .version package.json)"
3030

3131
- name: Download npm package from release artifacts
32-
uses: robinraju/release-downloader@v1.5
32+
uses: robinraju/release-downloader@v1.6
3333
with:
3434
repository: "coder/code-server"
3535
tag: v${{ steps.version.outputs.version }}
@@ -152,7 +152,7 @@ jobs:
152152
run: echo "::set-output name=version::$(jq -r .version package.json)"
153153

154154
- name: Download release artifacts
155-
uses: robinraju/release-downloader@v1.5
155+
uses: robinraju/release-downloader@v1.6
156156
with:
157157
repository: "coder/code-server"
158158
tag: v${{ steps.version.outputs.version }}

.github/workflows/security.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: Run Trivy vulnerability scanner in repo mode
68-
uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
68+
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
6969
with:
7070
scan-type: "fs"
7171
scan-ref: "."

.github/workflows/trivy-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v3
5252

5353
- name: Run Trivy vulnerability scanner in image mode
54-
uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
54+
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"dependencies": {
8989
"@coder/logger": "^3.0.0",
90-
"argon2": "0.29.0",
90+
"argon2": "0.30.1",
9191
"compression": "^1.7.4",
9292
"cookie-parser": "^1.4.5",
9393
"env-paths": "^2.2.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
4242
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
4343

44-
"@mapbox/node-pre-gyp@^1.0.9":
44+
"@mapbox/node-pre-gyp@^1.0.10":
4545
version "1.0.10"
4646
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c"
4747
integrity sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==
@@ -505,12 +505,12 @@ arg@^4.1.0:
505505
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
506506
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
507507

508-
argon2@0.29.0:
509-
version "0.29.0"
510-
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.29.0.tgz#94b6ef96cbdbe9f3562523c7130552af4c8d25bb"
511-
integrity sha512-J8XxGYjq90qohrN5ySXTIXJ2HyDjMOw3uXMOsWrHzKe9daT6TtFCCtrADz1wPFuDH2bOxumPwbgBhKa5AknIhw==
508+
argon2@0.30.1:
509+
version "0.30.1"
510+
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.30.1.tgz#7c719b27956553c7066a07583bc0a36f5b3ef9b5"
511+
integrity sha512-wJYS8ebn6zHZwv4/iOOdlW1KUuLdbyIyhGsT51j6d9l5cRrHQU8pl817ubAxNgnS1jrbW/NGwegN3YrV0d5jRg==
512512
dependencies:
513-
"@mapbox/node-pre-gyp" "^1.0.9"
513+
"@mapbox/node-pre-gyp" "^1.0.10"
514514
"@phc/format" "^1.0.0"
515515
node-addon-api "^5.0.0"
516516

0 commit comments

Comments
 (0)