Skip to content

Commit a2782eb

Browse files
authored
Merge pull request #307 from alphagov/main
Deploy latest staging to production
2 parents 25ea878 + 982a3b8 commit a2782eb

5 files changed

Lines changed: 34 additions & 32 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ To run a single test file , use `--spec`. For instance:
8787

8888
### Staging Deployment
8989

90+
The staging environment can be accessed here: https://govgraphsearchstaging.dev/
91+
9092
Staging deployment is triggered automatically whenever a pull request is merged into the main branch.
9193

9294
This is made possible by the deploy-staging GitHub Action.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/google-libphonenumber": "^7.4.30",
4141
"@types/node": "^18.11.14",
4242
"accessible-autocomplete": "^2.0.4",
43-
"axios": "^1.8.2",
43+
"axios": "^1.12.0",
4444
"connect-redis": "^7.1.0",
4545
"cookie-parser": "^1.4.7",
4646
"cors": "^2.8.5",

signon-mock/package-lock.json

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

signon-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"axios": "^1.8.2",
14+
"axios": "^1.12.0",
1515
"express": "^4.21.2",
1616
"nunjucks": "^3.2.4",
1717
"pino": "^8.14.1",

0 commit comments

Comments
 (0)