Skip to content

Commit

Permalink
Merge pull request #729 from uktrade/chore/dependencies-2024-11-25
Browse files Browse the repository at this point in the history
Dependabot (2024-11-25)
  • Loading branch information
swenban authored Nov 26, 2024
2 parents 511cacb + 900cd7b commit 10a982d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.10
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.11

ARG CURRENT_UID
ARG CURRENT_GID
Expand Down
2 changes: 1 addition & 1 deletion docs/Dependabot.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker build -f Dockerfile.dependencies -t omis-dependencies . --platform linux/
Tag the dependencies image with the incremented version.

```bash
export VERSION=1.0.10 # Increment this version each time when you edit Dockerfile.
export VERSION=1.0.11 # Increment this version each time when you edit Dockerfile.
docker tag omis-dependencies:latest gcr.io/sre-docker-registry/omis-dependencies:${VERSION}
docker tag omis-dependencies:latest gcr.io/sre-docker-registry/omis-dependencies:latest
```
Expand Down
91 changes: 38 additions & 53 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@babel/core": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/preset-env": "^7.26.0",
"@sentry/node": "^8.38.0",
"@sentry/profiling-node": "^8.38.0",
"@sentry/node": "^8.40.0",
"@sentry/profiling-node": "^8.40.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"babel-loader": "^9.2.1",
Expand All @@ -56,7 +56,7 @@
"express-sslify": "^1.2.0",
"govuk_frontend_toolkit": "^9.0.1",
"hawk": "^9.0.2",
"image-minimizer-webpack-plugin": "^4.1.0",
"image-minimizer-webpack-plugin": "^4.1.1",
"image-webpack-loader": "^8.1.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^8.0.0",
Expand Down Expand Up @@ -89,9 +89,9 @@
"browser-sync": "^3.0.3",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"chai-as-promised": "^8.0.1",
"chai-subset": "^1.6.0",
"cypress": "^13.15.2",
"cypress": "^13.16.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand Down

0 comments on commit 10a982d

Please sign in to comment.