Skip to content

Commit

Permalink
updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 committed Dec 23, 2024
1 parent d787f80 commit cc41599
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
BUILD_ID: ${{ github.job }}-${{ github.run_id }}

# Latest Node.js version: https://nodejs.org/en
NODE_VERSION: 23.3.0
NODE_VERSION: 23.5.0

# Latest Rust version: https://www.rust-lang.org/
RUST_VERSION: 1.83.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
clap = "4.5.23"
serde_json = "1.0.133"
serde_json = "1.0.134"
sha2 = "0.10.8"
4 changes: 2 additions & 2 deletions images/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Latest Node.js version: https://nodejs.org/en
ARG NODE_VERSION="23.3.0"
ARG NODE_VERSION="23.5.0"

FROM node:${NODE_VERSION}-alpine

# Latest NPM version: https://www.npmjs.com/package/npm
ARG NPM_VERSION="10.9.2"
ARG NPM_VERSION="11.0.0"

# Latest Rust version: https://www.rust-lang.org/
ARG RUST_VERSION="1.83.0"
Expand Down
8 changes: 4 additions & 4 deletions images/e2e.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Latest Node.js version: https://nodejs.org/en
ARG NODE_VERSION="23.3.0"
ARG NODE_VERSION="23.5.0"

# Latest Chrome version: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
ARG CHROME_VERSION="131.0.6778.108-1"
ARG CHROME_VERSION="131.0.6778.204-1"

# Latest Firefox version: https://www.mozilla.org/en-US/firefox/releases/
ARG FIREFOX_VERSION="133.0"
ARG FIREFOX_VERSION="133.0.3"

# Disable other browsers
ARG EDGE_VERSION=
Expand All @@ -16,7 +16,7 @@ ARG CYPRESS_VERSION=
FROM cypress/factory:5.1.1

# Latest NPM version: https://www.npmjs.com/package/npm
ARG NPM_VERSION="10.9.2"
ARG NPM_VERSION="11.0.0"

USER root

Expand Down
Loading

0 comments on commit cc41599

Please sign in to comment.