Skip to content

Commit f6c1ea7

Browse files
committed
Dependabot updates
1 parent da97e29 commit f6c1ea7

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
44
ENV NPM_CONFIG_LOGLEVEL warn
@@ -24,7 +24,7 @@ ENV PATH=$PATH:/home/nodeuser/app/node_modules/.bin
2424
RUN 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
3030
RUN apt-get update && apt-get upgrade -y

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
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",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,12 @@
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"

0 commit comments

Comments
 (0)