Skip to content

Commit ea9efb3

Browse files
Hristo313Hristo HristovLipata
authored
resolve dependabot vulnerability alerts (#1332)
* fix(cli): upgrade versions of karma, webpack-dev-server, parse-url and braces * fix(cli): add yarn lock changes * fix(cli): upgarde versions of lerna to 8.1.9, lerna-changelog to 2.2.0, parse-url to 8.1.0, braces to 3.0.3, ip to 2.0.1, highlight.js to 10.4.1, mem to 4.0.0, tar to 6.2.1, micromatch to 4.0.8, trim-newlines to 3.0.1, parse-path to 5.0.0,http-cache-semantics to 4.1.0 * fix(ci): remove lerna config that is not necessary * chore(ci): remove empty line --------- Co-authored-by: Hristo Hristov <[email protected]> Co-authored-by: Nikolay Alipiev <[email protected]>
1 parent 083bb25 commit ea9efb3

File tree

5 files changed

+2182
-3527
lines changed

5 files changed

+2182
-3527
lines changed

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"useWorkspaces": true,
76
"version": "independent",
87
"changelog": {
98
"repo": "igniteui-cli-repo",

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,26 @@
7575
"glob": "^11.0.0",
7676
"jasmine": "^5.3.0",
7777
"jasmine-spec-reporter": "^7.0.0",
78-
"lerna": "^3.16.4",
79-
"lerna-changelog": "^0.8.2",
78+
"lerna": "^8.1.9",
79+
"lerna-changelog": "^2.2.0",
8080
"lite-server": "^2.6.1",
8181
"nyc": "^17.0.0",
8282
"resolve": "^1.22.8",
8383
"source-map-support": "^0.5.21",
8484
"ts-node": "^10.9.2",
8585
"tslint": "^5.11.0",
8686
"typescript": "~5.5.4",
87-
"typescript-json-schema": "^0.65.1"
87+
"typescript-json-schema": "^0.65.1",
88+
"parse-url": "^8.1.0",
89+
"braces": "^3.0.3",
90+
"ip": "^2.0.1",
91+
"highlight.js": "^10.4.1",
92+
"mem": "^4.0.0",
93+
"tar": "^6.2.1",
94+
"micromatch": "^4.0.8",
95+
"trim-newlines": "^3.0.1",
96+
"parse-path": "^5.0.0",
97+
"http-cache-semantics": "^4.1.1"
8898
},
8999
"workspaces": [
90100
"packages/*"

packages/cli/templates/jquery/js/projects/empty/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"browser-sync": "^2.26.3",
1414
"igniteui-cli": "^$(cliVersion)",
15-
"karma": "^1.7.1",
15+
"karma": "^6.4.4",
1616
"karma-chrome-launcher": "^2.2.0",
1717
"karma-qunit": "^1.2.1",
1818
"qunitjs": "^2.4.1"

packages/cli/templates/quickstart/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"html-webpack-plugin": "2.26.0",
3838
"style-loader": "0.13.1",
3939
"webpack": "5.94.0",
40-
"webpack-dev-server": "2.2.0"
40+
"webpack-dev-server": "^5.1.0"
4141
}
4242
}

0 commit comments

Comments
 (0)