Skip to content

Commit

Permalink
Merge pull request #811 from hmcts/cve-december-removal
Browse files Browse the repository at this point in the history
FACT-2115 - CVEs
  • Loading branch information
amstevenson authored Dec 10, 2024
2 parents 526525f + 0c65799 commit 3484a17
Show file tree
Hide file tree
Showing 41 changed files with 518 additions and 501 deletions.
496 changes: 258 additions & 238 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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: 1 addition & 0 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ withPipeline(type, product, component) {

afterSuccess('build') {
yarnBuilder.yarn('build')
yarnBuilder.yarn('playwright install')
}

}
3 changes: 3 additions & 0 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ def component = "frontend"

withNightlyPipeline(type, product, component) {

afterSuccess('build') {
yarnBuilder.yarn('playwright install')
}
// enableFortifyScan()
//
// afterSuccess('fortify-scan') {
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@hmcts/nodejs-logging": "^4.0.4",
"@hmcts/properties-volume": "^1.2.0",
"@types/config": "^3.3.5",
"@types/cookie-parser": "^1.4.7",
"@types/cookie-parser": "^1.4.8",
"@types/csurf": "^1.11.5",
"@types/es6-promisify": "^6.0.4",
"@types/express": "^5.0.0",
Expand All @@ -40,14 +40,14 @@
"@types/http-proxy-middleware": "^1.0.0",
"@types/i18next": "^13.0.0",
"@types/lodash": "^4.17.13",
"@types/node": "^18.19.64",
"@types/node": "^18.19.67",
"@types/nunjucks": "^3.2.6",
"@types/require-directory": "^2.1.6",
"@types/serve-favicon": "^2.5.7",
"applicationinsights": "^2.9.6",
"autobind-decorator": "^2.4.0",
"awilix": "^7.0.3",
"axios": "1.7.7",
"axios": "1.7.9",
"config": "^3.3.12",
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
Expand All @@ -58,11 +58,11 @@
"helmet": "^4.6.0",
"http-proxy-middleware": "^2.0.7",
"i18next": "^21.10.0",
"i18next-http-middleware": "^3.6.0",
"i18next-http-middleware": "^3.7.0",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"nunjucks": ">=3.2.4",
"nunjucks": "^3.2.4",
"require-directory": "^2.1.1",
"serve-favicon": "^2.5.0",
"ts-node": "^10.9.2",
Expand All @@ -74,7 +74,7 @@
"@babel/preset-env": "^7.26.0",
"@codeceptjs/allure-legacy": "^1.0.2",
"@codeceptjs/configure": "^0.10.0",
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.1",
"@types/chai-as-promised": "^8.0.1",
"@types/cucumber": "^7.0.3",
"@types/jest": "^29.5.14",
Expand All @@ -95,30 +95,30 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"cucumber": "^6.0.7",
"debug": "^4.3.7",
"debug": "^4.4.0",
"eslint": "^8.57.1",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-when": "^3.6.0",
"jest-when": "^3.7.0",
"mini-css-extract-plugin": "^2.9.2",
"nock": "^13.5.5",
"nock": "^13.5.6",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"pa11y": "^6.2.3",
"playwright": "1.30.0",
"playwright": "1.49.1",
"request": "^2.88.2",
"sass": "^1.80.6",
"sass": "^1.82.0",
"sass-lint": "^1.13.1",
"sass-loader": "^16.0.3",
"sass-loader": "^16.0.4",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"sonar-scanner": "^3.1.0",
"style-loader": "^4.0.0",
"superagent": "^10.1.1",
"ts-jest": "^28.0.8",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"tslint": "^6.1.3",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^5.3.4",
"webpack-node-externals": "^3.0.0"
Expand Down
Loading

0 comments on commit 3484a17

Please sign in to comment.