Skip to content

Commit

Permalink
frontend: Update packages versions
Browse files Browse the repository at this point in the history
Update packages versions to newer one,
where some known vulnerabilities are fixed.

---------

Signed-off-by: Goran Kokinovski <[email protected]>
  • Loading branch information
Goran Kokinovski committed Mar 10, 2025
1 parent fe623c2 commit 7255350
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 23 deletions.
18 changes: 8 additions & 10 deletions projects/frontend/data-pipelines/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,16 @@
"d3": "5.16.0",
"date-fns": "2.28.0",
"debug": "4.3.4",
"dompurify": "2.3.8",
"elasticlunr": "0.9.5",
"file-saver": "2.0.5",
"graphql": "16.5.0",
"graphql": "16.10.0",
"html-element": "2.3.1",
"html-frontmatter": "1.6.1",
"js-sha256": "0.9.0",
"lodash": "4.17.21",
"lottie-web": "5.9.4",
"lz-string": "1.4.4",
"moment": "2.29.3",
"moment": "2.30.1",
"ng2-date-picker": "12.0.4",
"ngx-clipboard": "15.1.0",
"ngx-cookie-service": "13.2.1",
Expand All @@ -84,7 +83,6 @@
"striptags": "3.2.0",
"superagent": "5.3.1",
"tslib": "2.3.1",
"ua-parser-js": "1.0.2",
"zone.js": "0.11.5"
},
"optionalDependencies": {
Expand All @@ -110,7 +108,7 @@
"@typescript-eslint/parser": "5.26.0",
"ajv": "8.11.0",
"angular-oauth2-oidc": "13.0.1",
"axios": "1.6.0",
"axios": "1.8.2",
"cypress": "9.7.0",
"cypress-grep": "2.14.0",
"cypress-localstorage-commands": "1.7.0",
Expand All @@ -127,11 +125,11 @@
"eslint-plugin-rxjs": "5.0.2",
"jasmine-core": "4.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-junit-reporter": "2.0.1",
"ng-packagr": "13.3.1",
"npm-run-all": "4.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,16 @@
"d3": "~5.16.0",
"date-fns": "~2.28.0",
"debug": "~4.3.4",
"dompurify": "~2.3.8",
"elasticlunr": "~0.9.5",
"file-saver": "~2.0.5",
"graphql": "~16.5.0",
"graphql": "~16.10.0",
"html-element": "~2.3.1",
"html-frontmatter": "~1.6.1",
"js-sha256": "~0.9.0",
"lodash": "~4.17.21",
"lottie-web": "~5.9.4",
"lz-string": "~1.4.4",
"moment": "~2.29.3",
"moment": "~2.30.1",
"ng2-date-picker": "~12.0.4",
"ngx-clipboard": "~15.1.0",
"ngx-cookie-service": "~13.2.1",
Expand All @@ -63,7 +62,6 @@
"rxjs": "~7.5.5",
"striptags": "~3.2.0",
"superagent": "~5.3.1",
"ua-parser-js": "~1.0.2",
"zone.js": "~0.11.5"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"requestAccessToken": true,
"oidc": true,
"strictDiscoveryDocumentValidation": false,
"clientId": "8qQgcmhhsXuhGJs58ZW1hQ86h3eZXTpBV6t",
"clientId": "juZGoMuyKxt1T16ZDr4Qsl86kjQX7i7Cou1",
"responseType": "code",
"scope": "openid ALL_PERMISSIONS customer_number group_names",
"showDebugInformation": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/frontend/data-pipelines/gui/proxy.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/data-jobs": {
"target": "http://cicd-vdk-svc:8092",
"target": "https://datapipeline-stg.broadcom.net",
"changeOrigin": true,
"secure": false,
"logLevel": "debug"
Expand Down
11 changes: 5 additions & 6 deletions projects/frontend/shared-components/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@webcomponents/custom-elements": "1.5.0",
"angular-ng-autocomplete": "2.0.8",
"d3": "5.16.0",
"dompurify": "2.3.8",
"lodash": "4.17.21",
"ngx-clipboard": "15.1.0",
"ngx-cookie-service": "13.2.1",
Expand Down Expand Up @@ -89,11 +88,11 @@
"eslint-plugin-rxjs": "5.0.2",
"jasmine-core": "4.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-junit-reporter": "2.0.1",
"ng-packagr": "13.3.1",
"npm-run-all": "4.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@webcomponents/custom-elements": "~1.5.0",
"angular-ng-autocomplete": "~2.0.8",
"d3": "~5.16.0",
"dompurify": "~2.3.8",
"lodash": "~4.17.21",
"ngx-clipboard": "~15.1.0",
"ngx-cookie-service": "~13.2.1",
Expand Down

0 comments on commit 7255350

Please sign in to comment.