Skip to content

Commit

Permalink
FACT-1947 fixing dependancies (#794)
Browse files Browse the repository at this point in the history
* removed known issues
Please enter the commit message for your changes. Lines starting

* adding braces

* removed yarn known issues

* ip fixed

* info provider to 1.2.2

* fixed axios

* fixed express
  • Loading branch information
justiceia authored Sep 20, 2024
1 parent 7c62bd7 commit 6172efb
Show file tree
Hide file tree
Showing 16 changed files with 143 additions and 131 deletions.
143 changes: 75 additions & 68 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ip-npm-2.0.1-ee48691f03-d765c9fd21.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,3 @@ e.g. the ones verifying the state of each service it depends on.
## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@hmcts/cookie-manager": "1.0.0",
"@hmcts/info-provider": "^1.1.0",
"@hmcts/info-provider": "^1.2.2",
"@hmcts/nodejs-healthcheck": "^1.8.4",
"@hmcts/nodejs-logging": "^4.0.4",
"@hmcts/properties-volume": "^0.0.14",
Expand All @@ -51,7 +51,7 @@
"config": "^3.3.7",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"express": "^4.19.2",
"express": "4.21.0",
"express-nunjucks": "^2.2.5",
"glob-parent": "6.0.2",
"govuk-frontend": "^4.8.0",
Expand Down Expand Up @@ -131,12 +131,12 @@
"semver": ">=7.5.2",
"follow-redirects": ">=1.15.6",
"word-wrap": ">=1.2.4",
"ip": ">=2.0.1",
"axios": ">=0.28.0",
"ip": "https://registry.npmjs.org/neoip/-/neoip-2.1.0.tgz",
"axios": ">=1.7.7",
"axios>follow-redirects": ">=1.15.4",
"http-proxy-middleware>http-proxy>follow-redirects": ">=1.15.4",
"@types/http-proxy-middleware>http-proxy-middleware>http-proxy>follow-redirects": ">=1.15.4",
"express": ">=4.19.2",
"express": "4.21.0",
"micromatch": ">=4.0.8",
"tar": ">=6.2.1",
"braces": ">=3.0.3"
Expand Down
1 change: 0 additions & 1 deletion yarn-audit-known-issues

This file was deleted.

Loading

0 comments on commit 6172efb

Please sign in to comment.