From 7604aa61f5979821d75ccb641bac7dbdba43a1a7 Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Fri, 18 Oct 2024 11:05:57 -0500 Subject: [PATCH] Updating the packages --- csa-app/frontend/package-lock.json | 63 ++++++-------------------- csa-app/frontend/package.json | 2 +- csa-app/frontend/resources/web-site.go | 20 ++++---- csa-app/model/BinBootstrap.go | 2 +- csa-app/model/Bootstrap.go | 2 +- csa-app/model/ScoringModelBootstrap.go | 2 +- 6 files changed, 29 insertions(+), 62 deletions(-) diff --git a/csa-app/frontend/package-lock.json b/csa-app/frontend/package-lock.json index 9fd37089..5c09f39d 100644 --- a/csa-app/frontend/package-lock.json +++ b/csa-app/frontend/package-lock.json @@ -56,7 +56,7 @@ "ts-node": "~10.9.1", "tslint": "~6.1.0", "typescript": "~4.9.4", - "webpack": "~5.82" + "webpack": ">=5.94.0" } }, "node_modules/@ampproject/remapping": { @@ -4138,28 +4138,6 @@ "@types/node": "*" } }, - "node_modules/@types/eslint": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", - "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", @@ -4729,16 +4707,6 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/acorn-import-attributes": { "version": "1.9.5", "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", @@ -16295,35 +16263,34 @@ } }, "node_modules/webpack": { - "version": "5.82.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.1.tgz", - "integrity": "sha512-C6uiGQJ+Gt4RyHXXYt+v9f+SN1v83x68URwgxNQ98cvH8kxiuywWGP4XeNZ1paOzZ63aY3cTciCEQJNFUljlLw==", + "version": "5.95.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz", + "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==", "dev": true, "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.0", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", "acorn": "^8.7.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", + "acorn-import-attributes": "^1.9.5", + "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.14.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", + "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.2", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.7", - "watchpack": "^2.4.0", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { diff --git a/csa-app/frontend/package.json b/csa-app/frontend/package.json index efc154cd..a4a6d56d 100644 --- a/csa-app/frontend/package.json +++ b/csa-app/frontend/package.json @@ -64,7 +64,7 @@ "ts-node": "~10.9.1", "tslint": "~6.1.0", "typescript": "~4.9.4", - "webpack": "~5.82" + "webpack": ">=5.94.0" }, "overrides": { "d3": { diff --git a/csa-app/frontend/resources/web-site.go b/csa-app/frontend/resources/web-site.go index 3afc19c1..feb85673 100644 --- a/csa-app/frontend/resources/web-site.go +++ b/csa-app/frontend/resources/web-site.go @@ -92,7 +92,7 @@ func build3rdpartylicensesTxt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/3rdpartylicenses.txt", size: 38587, mode: os.FileMode(0644), modTime: time.Unix(1729263340, 0)} + info := bindataFileInfo{name: "build/3rdpartylicenses.txt", size: 38587, mode: os.FileMode(0644), modTime: time.Unix(1729265495, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x27, 0x48, 0x55, 0x71, 0xed, 0xd8, 0x98, 0x7c, 0xe0, 0xd6, 0x2a, 0x4b, 0x6b, 0x8b, 0xc5, 0x7e, 0x19, 0x5b, 0xd0, 0xa8, 0xa8, 0xa, 0x1c, 0x41, 0xb0, 0x43, 0x88, 0x16, 0x63, 0x2a, 0xfc}} return a, nil } @@ -112,7 +112,7 @@ func buildAssetsCsaIconPng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/assets/csa-icon.png", size: 6975, mode: os.FileMode(0644), modTime: time.Unix(1729263343, 0)} + info := bindataFileInfo{name: "build/assets/csa-icon.png", size: 6975, mode: os.FileMode(0644), modTime: time.Unix(1729265496, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x66, 0xb8, 0x38, 0x1c, 0xd4, 0x3e, 0x45, 0x71, 0xe, 0xb1, 0xa8, 0x47, 0x0, 0xc4, 0xec, 0x4c, 0x8f, 0x17, 0x55, 0xe8, 0xdd, 0x3c, 0x20, 0xa6, 0x2e, 0x68, 0x76, 0x4c, 0xff, 0x42, 0xbd, 0xdc}} return a, nil } @@ -132,7 +132,7 @@ func buildAssetsCsaIconSvg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/assets/csa-icon.svg", size: 1678, mode: os.FileMode(0644), modTime: time.Unix(1729263343, 0)} + info := bindataFileInfo{name: "build/assets/csa-icon.svg", size: 1678, mode: os.FileMode(0644), modTime: time.Unix(1729265496, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0x4c, 0x3e, 0x31, 0x9f, 0x2d, 0x9c, 0x83, 0x5c, 0xa1, 0xe7, 0x22, 0x25, 0xc4, 0xba, 0x11, 0xaf, 0x44, 0xa5, 0xd3, 0xce, 0x38, 0x3, 0xb0, 0x8d, 0xa3, 0xeb, 0xea, 0xb5, 0x5e, 0xd2, 0x3c}} return a, nil } @@ -152,7 +152,7 @@ func buildFaviconIco() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/favicon.ico", size: 6975, mode: os.FileMode(0644), modTime: time.Unix(1729263343, 0)} + info := bindataFileInfo{name: "build/favicon.ico", size: 6975, mode: os.FileMode(0644), modTime: time.Unix(1729265496, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x66, 0xb8, 0x38, 0x1c, 0xd4, 0x3e, 0x45, 0x71, 0xe, 0xb1, 0xa8, 0x47, 0x0, 0xc4, 0xec, 0x4c, 0x8f, 0x17, 0x55, 0xe8, 0xdd, 0x3c, 0x20, 0xa6, 0x2e, 0x68, 0x76, 0x4c, 0xff, 0x42, 0xbd, 0xdc}} return a, nil } @@ -172,7 +172,7 @@ func buildIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/index.html", size: 180941, mode: os.FileMode(0644), modTime: time.Unix(1729263343, 0)} + info := bindataFileInfo{name: "build/index.html", size: 180941, mode: os.FileMode(0644), modTime: time.Unix(1729265496, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x5f, 0x6d, 0x34, 0x1e, 0xed, 0x13, 0x81, 0x23, 0x22, 0xb6, 0xb2, 0x1c, 0xa2, 0xfd, 0x64, 0x30, 0x75, 0xd6, 0x7f, 0x2, 0x62, 0x94, 0xab, 0x37, 0x74, 0x9f, 0x9d, 0x5e, 0xe, 0xdd, 0x1f}} return a, nil } @@ -192,7 +192,7 @@ func buildMainC482eeae0570a781Js() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/main.c482eeae0570a781.js", size: 1132323, mode: os.FileMode(0644), modTime: time.Unix(1729263340, 0)} + info := bindataFileInfo{name: "build/main.c482eeae0570a781.js", size: 1132323, mode: os.FileMode(0644), modTime: time.Unix(1729265495, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe0, 0x20, 0x14, 0x1b, 0x66, 0x35, 0xad, 0x8b, 0x6f, 0x4a, 0x7b, 0xf8, 0xa6, 0x5b, 0xab, 0x26, 0xd3, 0x7e, 0x60, 0xae, 0x92, 0xc4, 0x99, 0x44, 0x10, 0x4f, 0x61, 0x54, 0xe2, 0xa5, 0x2e, 0x6}} return a, nil } @@ -212,7 +212,7 @@ func buildPolyfills9e49988ff32326d6Js() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/polyfills.9e49988ff32326d6.js", size: 36285, mode: os.FileMode(0644), modTime: time.Unix(1729263340, 0)} + info := bindataFileInfo{name: "build/polyfills.9e49988ff32326d6.js", size: 36285, mode: os.FileMode(0644), modTime: time.Unix(1729265495, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x74, 0x82, 0x59, 0xcc, 0x75, 0x48, 0xa2, 0x61, 0xdc, 0x25, 0x5f, 0x49, 0x94, 0x66, 0xf7, 0x8a, 0xfe, 0xc6, 0xaf, 0xa8, 0x85, 0xb6, 0xe4, 0xd5, 0x40, 0x5a, 0xa5, 0xe6, 0xd, 0x51, 0xd3}} return a, nil } @@ -232,7 +232,7 @@ func buildRuntime5444fa692f7da113Js() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/runtime.5444fa692f7da113.js", size: 1117, mode: os.FileMode(0644), modTime: time.Unix(1729263340, 0)} + info := bindataFileInfo{name: "build/runtime.5444fa692f7da113.js", size: 1117, mode: os.FileMode(0644), modTime: time.Unix(1729265495, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x79, 0x46, 0x2, 0xd3, 0xe8, 0x4b, 0xa7, 0x25, 0x30, 0xd1, 0x1a, 0xae, 0x3e, 0x15, 0x69, 0x37, 0xdc, 0x82, 0xd7, 0x93, 0x80, 0xa8, 0x5e, 0x93, 0xd7, 0x6a, 0x6e, 0xb3, 0x42, 0x8e, 0x78, 0x74}} return a, nil } @@ -252,7 +252,7 @@ func buildScripts62898dd72f9cb47dJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/scripts.62898dd72f9cb47d.js", size: 682929, mode: os.FileMode(0644), modTime: time.Unix(1729263340, 0)} + info := bindataFileInfo{name: "build/scripts.62898dd72f9cb47d.js", size: 682929, mode: os.FileMode(0644), modTime: time.Unix(1729265495, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0x36, 0x43, 0x4f, 0xd8, 0xc3, 0x24, 0xa0, 0xb1, 0x29, 0xb6, 0xb4, 0xe9, 0xd3, 0xcf, 0xd0, 0x58, 0xe9, 0x3f, 0x53, 0xcb, 0x4c, 0x3b, 0x60, 0x7f, 0x36, 0x50, 0x25, 0xc4, 0xf7, 0xfc, 0xe1}} return a, nil } @@ -272,7 +272,7 @@ func buildStylesB7b230823e28d8daCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "build/styles.b7b230823e28d8da.css", size: 575366, mode: os.FileMode(0644), modTime: time.Unix(1729263340, 0)} + info := bindataFileInfo{name: "build/styles.b7b230823e28d8da.css", size: 575366, mode: os.FileMode(0644), modTime: time.Unix(1729265495, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x53, 0x11, 0xe, 0x9b, 0x42, 0x3d, 0x77, 0x71, 0x29, 0x9c, 0xb1, 0xd6, 0x10, 0xc7, 0xac, 0x2b, 0x28, 0xa, 0x39, 0xa8, 0xbd, 0x26, 0xd1, 0x83, 0x9e, 0x16, 0x2f, 0xfb, 0x2d, 0x66, 0xd6, 0x6}} return a, nil } diff --git a/csa-app/model/BinBootstrap.go b/csa-app/model/BinBootstrap.go index 7921b16e..cba8f69d 100644 --- a/csa-app/model/BinBootstrap.go +++ b/csa-app/model/BinBootstrap.go @@ -5,7 +5,7 @@ package model //Created By BootstrapBinsTemplate.txt found under go/resources folder -//Created @ 2024-10-18 09:56:47.807337 -0500 CDT m=+0.750657721 +//Created @ 2024-10-18 10:32:29.65452 -0500 CDT m=+0.604860137 func BootstrapBins() []Bin { var BootstrapBins = []Bin{ diff --git a/csa-app/model/Bootstrap.go b/csa-app/model/Bootstrap.go index 85535053..bf797a5f 100644 --- a/csa-app/model/Bootstrap.go +++ b/csa-app/model/Bootstrap.go @@ -5,7 +5,7 @@ package model //Created By BootstrapRulesTemplate.txt found under go/resources folder -//Created @ 2024-10-18 09:56:47.385226 -0500 CDT m=+0.328520371 +//Created @ 2024-10-18 10:32:29.365298 -0500 CDT m=+0.315640142 func BootstrapRules() []Rule { var BootstrapRules = []Rule{ diff --git a/csa-app/model/ScoringModelBootstrap.go b/csa-app/model/ScoringModelBootstrap.go index 323eada2..fbd5ad6b 100644 --- a/csa-app/model/ScoringModelBootstrap.go +++ b/csa-app/model/ScoringModelBootstrap.go @@ -5,7 +5,7 @@ package model //Created By BootstrapScoringModelsTemplate.txt found under go/resources folder -//Created @ 2024-10-18 09:56:47.786082 -0500 CDT m=+0.729401441 +//Created @ 2024-10-18 10:32:29.641326 -0500 CDT m=+0.591666917 func BootstrapModels() []ScoringModel { var BootstrapModels = []ScoringModel{