Skip to content

Commit b6b6b91

Browse files
authored
frontend: Update packages versions (#3449)
frontend: Update packages versions Update packages versions to newer one, where some known vulnerabilities are fixed. --------- Signed-off-by: Goran Kokinovski <[email protected]> Signed-off-by: Goran Kokinovski <[email protected]> Co-authored-by: Goran Kokinovski <[email protected]>
1 parent fe623c2 commit b6b6b91

File tree

6 files changed

+17
-23
lines changed

6 files changed

+17
-23
lines changed

projects/frontend/data-pipelines/gui/package.json

+8-10
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,16 @@
6363
"d3": "5.16.0",
6464
"date-fns": "2.28.0",
6565
"debug": "4.3.4",
66-
"dompurify": "2.3.8",
6766
"elasticlunr": "0.9.5",
6867
"file-saver": "2.0.5",
69-
"graphql": "16.5.0",
68+
"graphql": "16.10.0",
7069
"html-element": "2.3.1",
7170
"html-frontmatter": "1.6.1",
7271
"js-sha256": "0.9.0",
7372
"lodash": "4.17.21",
7473
"lottie-web": "5.9.4",
7574
"lz-string": "1.4.4",
76-
"moment": "2.29.3",
75+
"moment": "2.30.1",
7776
"ng2-date-picker": "12.0.4",
7877
"ngx-clipboard": "15.1.0",
7978
"ngx-cookie-service": "13.2.1",
@@ -84,7 +83,6 @@
8483
"striptags": "3.2.0",
8584
"superagent": "5.3.1",
8685
"tslib": "2.3.1",
87-
"ua-parser-js": "1.0.2",
8886
"zone.js": "0.11.5"
8987
},
9088
"optionalDependencies": {
@@ -110,7 +108,7 @@
110108
"@typescript-eslint/parser": "5.26.0",
111109
"ajv": "8.11.0",
112110
"angular-oauth2-oidc": "13.0.1",
113-
"axios": "1.6.0",
111+
"axios": "1.8.2",
114112
"cypress": "9.7.0",
115113
"cypress-grep": "2.14.0",
116114
"cypress-localstorage-commands": "1.7.0",
@@ -127,11 +125,11 @@
127125
"eslint-plugin-rxjs": "5.0.2",
128126
"jasmine-core": "4.1.1",
129127
"jasmine-spec-reporter": "7.0.0",
130-
"karma": "6.3.20",
131-
"karma-chrome-launcher": "3.1.1",
132-
"karma-coverage": "2.2.0",
133-
"karma-jasmine": "5.0.1",
134-
"karma-jasmine-html-reporter": "1.7.0",
128+
"karma": "6.4.4",
129+
"karma-chrome-launcher": "3.2.0",
130+
"karma-coverage": "2.2.1",
131+
"karma-jasmine": "5.1.0",
132+
"karma-jasmine-html-reporter": "2.1.0",
135133
"karma-junit-reporter": "2.0.1",
136134
"ng-packagr": "13.3.1",
137135
"npm-run-all": "4.1.5",

projects/frontend/data-pipelines/gui/projects/data-pipelines/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,16 @@
4343
"d3": "~5.16.0",
4444
"date-fns": "~2.28.0",
4545
"debug": "~4.3.4",
46-
"dompurify": "~2.3.8",
4746
"elasticlunr": "~0.9.5",
4847
"file-saver": "~2.0.5",
49-
"graphql": "~16.5.0",
48+
"graphql": "~16.10.0",
5049
"html-element": "~2.3.1",
5150
"html-frontmatter": "~1.6.1",
5251
"js-sha256": "~0.9.0",
5352
"lodash": "~4.17.21",
5453
"lottie-web": "~5.9.4",
5554
"lz-string": "~1.4.4",
56-
"moment": "~2.29.3",
55+
"moment": "~2.30.1",
5756
"ng2-date-picker": "~12.0.4",
5857
"ngx-clipboard": "~15.1.0",
5958
"ngx-cookie-service": "~13.2.1",
@@ -63,7 +62,6 @@
6362
"rxjs": "~7.5.5",
6463
"striptags": "~3.2.0",
6564
"superagent": "~5.3.1",
66-
"ua-parser-js": "~1.0.2",
6765
"zone.js": "~0.11.5"
6866
},
6967
"dependencies": {

projects/frontend/data-pipelines/gui/projects/ui/src/assets/data/appConfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"requestAccessToken": true,
1111
"oidc": true,
1212
"strictDiscoveryDocumentValidation": false,
13-
"clientId": "8qQgcmhhsXuhGJs58ZW1hQ86h3eZXTpBV6t",
13+
"clientId": "juZGoMuyKxt1T16ZDr4Qsl86kjQX7i7Cou1",
1414
"responseType": "code",
1515
"scope": "openid ALL_PERMISSIONS customer_number group_names",
1616
"showDebugInformation": true,

projects/frontend/data-pipelines/gui/proxy.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"/data-jobs": {
3-
"target": "http://cicd-vdk-svc:8092",
3+
"target": "https://datapipeline-stg.broadcom.net",
44
"changeOrigin": true,
55
"secure": false,
66
"logLevel": "debug"

projects/frontend/shared-components/gui/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@webcomponents/custom-elements": "1.5.0",
4444
"angular-ng-autocomplete": "2.0.8",
4545
"d3": "5.16.0",
46-
"dompurify": "2.3.8",
4746
"lodash": "4.17.21",
4847
"ngx-clipboard": "15.1.0",
4948
"ngx-cookie-service": "13.2.1",
@@ -89,11 +88,11 @@
8988
"eslint-plugin-rxjs": "5.0.2",
9089
"jasmine-core": "4.1.1",
9190
"jasmine-spec-reporter": "7.0.0",
92-
"karma": "6.3.20",
93-
"karma-chrome-launcher": "3.1.1",
94-
"karma-coverage": "2.2.0",
95-
"karma-jasmine": "5.0.1",
96-
"karma-jasmine-html-reporter": "1.7.0",
91+
"karma": "6.4.4",
92+
"karma-chrome-launcher": "3.2.0",
93+
"karma-coverage": "2.2.1",
94+
"karma-jasmine": "5.1.0",
95+
"karma-jasmine-html-reporter": "2.1.0",
9796
"karma-junit-reporter": "2.0.1",
9897
"ng-packagr": "13.3.1",
9998
"npm-run-all": "4.1.5",

projects/frontend/shared-components/gui/projects/shared/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@webcomponents/custom-elements": "~1.5.0",
2828
"angular-ng-autocomplete": "~2.0.8",
2929
"d3": "~5.16.0",
30-
"dompurify": "~2.3.8",
3130
"lodash": "~4.17.21",
3231
"ngx-clipboard": "~15.1.0",
3332
"ngx-cookie-service": "~13.2.1",

0 commit comments

Comments
 (0)