Skip to content

Commit

Permalink
Merge pull request #588 from uktrade/chore/dependencies-24-06-2024
Browse files Browse the repository at this point in the history
Chore/dependencies 24-06-2024
  • Loading branch information
ClaudiaGC1339 authored Jun 24, 2024
2 parents 4ba221a + a84b7df commit 7a735c2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 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.1
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.2

ARG CURRENT_UID
ARG CURRENT_GID
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY --chown=node:node package*.json "$HOME/"
WORKDIR $HOME

# Install specific version of cypress
RUN npm install -g cypress@13.11.0 \
RUN npm install -g cypress@13.12.0 \
&& npx cypress verify \
&& npx cypress cache path \
&& npx cypress cache list \
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.1 # Increment this version each time when you edit Dockerfile.
export VERSION=1.0.2 # 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
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"postcss-loader": "^8.1.1",
"raven": "^2.6.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.5",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"serve-favicon": "^2.5.0",
"style-loader": "^4.0.0",
"webpack": "^5.92.0",
"webpack": "^5.92.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0",
Expand All @@ -88,7 +88,7 @@
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"chai-subset": "^1.6.0",
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand All @@ -99,7 +99,7 @@
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.2",
"nock": "^13.5.4",
"nodemon": "^3.1.3",
"nodemon": "^3.1.4",
"prettier": "^3.3.2",
"proxyquire": "^2.0.1"
},
Expand Down

0 comments on commit 7a735c2

Please sign in to comment.