Skip to content

Commit

Permalink
chore(deps): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 24, 2024
1 parent ae5de92 commit 393f636
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:alpine3.17 AS rustbuilder
FROM rust:alpine3.19 AS rustbuilder

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ COPY . .

RUN cargo install --no-default-features --path .

FROM node:20.6.1-alpine3.17 AS BUILD_IMAGE
FROM node:21.7-alpine3.19 AS BUILD_IMAGE

ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD="true"

Expand All @@ -27,7 +27,7 @@ RUN rm -R ./node_modules
RUN npm install --production

# final image
FROM node:20.6.1-alpine3.17
FROM node:21.7-alpine3.19

ARG NODE_ENV=production
ENV NODE_ENV $NODE_ENV
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a11ywatch/pagemind",
"version": "0.9.61",
"version": "0.9.62",
"description": "Get metrics on your web page with inclusion",
"main": "./server.js",
"author": "Jeff Mendez",
Expand All @@ -25,12 +25,12 @@
},
"dependencies": {
"@a11ywatch/protos": "^0.4.7",
"@a11ywatch/website-source-builder": "^0.1.8",
"@a11ywatch/website-source-builder": "^0.1.15",
"@grpc/grpc-js": "1.10.3",
"@grpc/proto-loader": "0.7.10",
"fastq": "1.17.1",
"get-page-speed": "1.0.1",
"kayle": "0.8.47",
"kayle": "0.8.48",
"lighthouse": "9.6.8",
"pb-util": "1.0.3",
"playwright": "^1.42.1"
Expand Down

0 comments on commit 393f636

Please sign in to comment.