Skip to content

Commit 9727dc0

Browse files
authored
Merge pull request #3342 from UK-Export-Finance/chore/deps
chore(deps): bump dependencies
2 parents 2ede8ee + 742248b commit 9727dc0

File tree

9 files changed

+1165
-1122
lines changed

9 files changed

+1165
-1122
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: npm run test
112112

113113
- name: Coverage
114-
uses: codecov/codecov-action@v4
114+
uses: codecov/codecov-action@v5
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117117
flags: unit-test
@@ -180,7 +180,7 @@ jobs:
180180
npm run test --prefix ./src/api
181181
182182
- name: Coverage
183-
uses: codecov/codecov-action@v4
183+
uses: codecov/codecov-action@v5
184184
with:
185185
token: ${{ secrets.CODECOV_TOKEN }}
186186
flags: api-test

package-lock.json

Lines changed: 564 additions & 455 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,40 +52,40 @@
5252
"apollo-cache-inmemory": "^1.6.6",
5353
"apollo-client": "^2.6.10",
5454
"apollo-link-http": "^1.5.17",
55-
"cypress": "^13.15.1",
55+
"cypress": "^13.16.1",
5656
"date-fns": "^4.1.0",
57-
"dotenv": "^16.4.5",
57+
"dotenv": "^16.4.7",
5858
"graphql": "^15.9.0",
5959
"graphql-tag": "^2.12.6",
6060
"node-notifier": "^10.0.1",
6161
"typescript": "5.6.3"
6262
},
6363
"devDependencies": {
64-
"@commitlint/cli": "^19.5.0",
65-
"@commitlint/config-conventional": "19.5.0",
64+
"@commitlint/cli": "^19.6.0",
65+
"@commitlint/config-conventional": "19.6.0",
6666
"@types/jest": "^29.5.14",
67-
"@types/node": "^22.8.4",
67+
"@types/node": "^22.10.2",
6868
"@typescript-eslint/eslint-plugin": "^7.18.0",
6969
"@typescript-eslint/parser": "^7.18.0",
70-
"commitlint": "^19.5.0",
71-
"cspell": "^8.15.4",
70+
"commitlint": "^19.6.0",
71+
"cspell": "^8.16.1",
7272
"eslint": "^8.57.1",
7373
"eslint-config-airbnb": "^19.0.4",
7474
"eslint-config-airbnb-base": "^15.0.0",
7575
"eslint-config-airbnb-typescript": "^18.0.0",
7676
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
7777
"eslint-config-prettier": "^9.1.0",
78-
"eslint-import-resolver-typescript": "^3.6.3",
78+
"eslint-import-resolver-typescript": "^3.7.0",
7979
"eslint-plugin-cypress": "^3.6.0",
8080
"eslint-plugin-import": "^2.31.0",
8181
"eslint-plugin-prettier": "4.2.1",
82-
"husky": "^9.1.6",
82+
"husky": "^9.1.7",
8383
"jest": "^29.7.0",
84-
"lint-staged": "^15.2.10",
84+
"lint-staged": "^15.2.11",
8585
"prettier": "^2.8.0",
86-
"sort-package-json": "^2.10.1",
86+
"sort-package-json": "^2.12.0",
8787
"ts-jest": "^29.2.5",
88-
"typescript": "5.6.3",
88+
"typescript": "5.7.2",
8989
"yaml-lint": "^1.7.0"
9090
},
9191
"engines": {

src/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. BUILD
33
###################
44

5-
FROM node:20.8.1-alpine3.17 AS build
5+
FROM node:21.4.0-alpine3.17 AS build
66

77
# Build variables
88
ARG PORT
@@ -63,7 +63,7 @@ USER node
6363
# 2. PRODUCTION
6464
###################
6565

66-
FROM node:21.0.0-alpine3.17 AS production
66+
FROM node:21.4.0-alpine3.17 AS production
6767

6868
WORKDIR /app
6969

0 commit comments

Comments
 (0)