File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- FROM node:24.9 .0-slim as build-deps
1+ FROM node:24.10 .0-slim as build-deps
22
33# The base node image sets a very verbose log level.
44ENV NPM_CONFIG_LOGLEVEL warn
@@ -24,7 +24,7 @@ ENV PATH=$PATH:/home/nodeuser/app/node_modules/.bin
2424RUN yarn && yarn build && rm -r /home/nodeuser/app/node_modules
2525
2626# Serve the gc-admin build.
27- FROM nginx:1.29.1
27+ FROM nginx:1.29.2
2828
2929# pick up any security updates
3030RUN apt-get update && apt-get upgrade -y
Original file line number Diff line number Diff line change 104104 ]
105105 },
106106 "devDependencies" : {
107- "@eslint/compat" : " ^1.3.1 " ,
107+ "@eslint/compat" : " ^1.4.0 " ,
108108 "@testing-library/jest-dom" : " ^6.9.1" ,
109109 "@testing-library/react" : " ^14.1.2" ,
110110 "@testing-library/user-event" : " ^14.6.1" ,
Original file line number Diff line number Diff line change 661661 resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
662662 integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
663663
664- " @eslint/compat@^1.3.1 " :
665- version "1.3.1"
666- resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.3.1.tgz#19f62ee48896d38f8eab591bee2a25dd69abc273"
667- integrity sha512-k8MHony59I5EPic6EQTCNOuPoVBnoYXkP+20xvwFjN7t0qI3ImyvyBgg+hIVPwC8JaxVjjUZld+cLfBLFDLucg==
664+ " @eslint/compat@^1.4.0 " :
665+ version "1.4.0"
666+ resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.0.tgz#6d6b2f198ddfecda3d4cbd5a6e9324fca54f2dfb"
667+ integrity sha512-DEzm5dKeDBPm3r08Ixli/0cmxr8LkRdwxMRUIJBlSCpAwSrvFEJpVBzV+66JhDxiaqKxnRzCXhtiMiczF7Hglg==
668+ dependencies :
669+ " @eslint/core" " ^0.16.0"
668670
669671" @eslint/config-array@^0.21.0 " :
670672 version "0.21.0"
You can’t perform that action at this time.
0 commit comments