Skip to content

Commit

Permalink
Merge pull request #3342 from UK-Export-Finance/chore/deps
Browse files Browse the repository at this point in the history
chore(deps): bump dependencies
  • Loading branch information
abhi-markan authored Dec 20, 2024
2 parents 2ede8ee + 742248b commit 9727dc0
Show file tree
Hide file tree
Showing 9 changed files with 1,165 additions and 1,122 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: npm run test

- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit-test
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
npm run test --prefix ./src/api
- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: api-test
Expand Down
1,019 changes: 564 additions & 455 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,40 +52,40 @@
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"cypress": "^13.15.1",
"cypress": "^13.16.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"graphql": "^15.9.0",
"graphql-tag": "^2.12.6",
"node-notifier": "^10.0.1",
"typescript": "5.6.3"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.4",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"commitlint": "^19.5.0",
"cspell": "^8.15.4",
"commitlint": "^19.6.0",
"cspell": "^8.16.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"prettier": "^2.8.0",
"sort-package-json": "^2.10.1",
"sort-package-json": "^2.12.0",
"ts-jest": "^29.2.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"yaml-lint": "^1.7.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:20.8.1-alpine3.17 AS build
FROM node:21.4.0-alpine3.17 AS build

# Build variables
ARG PORT
Expand Down Expand Up @@ -63,7 +63,7 @@ USER node
# 2. PRODUCTION
###################

FROM node:21.0.0-alpine3.17 AS production
FROM node:21.4.0-alpine3.17 AS production

WORKDIR /app

Expand Down
Loading

0 comments on commit 9727dc0

Please sign in to comment.