Skip to content

Commit

Permalink
[Chores] Fix Security Vulnerabilities (#1381)
Browse files Browse the repository at this point in the history
* Update packages to fix security vulnerabilities

* Update mocha to the latest version
  • Loading branch information
illiakovalenko authored Mar 17, 2023
1 parent 2fab52f commit cc1364b
Show file tree
Hide file tree
Showing 11 changed files with 641 additions and 650 deletions.
2 changes: 1 addition & 1 deletion packages/create-sitecore-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cross-spawn": "^7.0.3",
"diff": "^5.1.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"ejs": "^3.1.9",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"inquirer": "^8.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"react-app-rewired": "^2.2.1",
"speed-measure-webpack-plugin": "^1.5.0",
"stats-webpack-plugin": "^0.7.0",
"webpack": "~5.75.0",
"webpack": "~5.76.2",
"webpack-cli": "~5.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"codelyzer": "^6.0.1",
"eslint": "^7.22.0",
"jasmine-core": "^4.0.0",
"karma": "^6.3.2",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "~2.2.0",
"karma-edge-launcher": "^0.4.2",
Expand Down
4 changes: 1 addition & 3 deletions packages/sitecore-jss-dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"import-fresh": "^3.3.0",
"joi": "^17.7.0",
"joi": "^17.8.4",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"module-alias": "^2.2.2",
Expand All @@ -61,9 +61,7 @@
"@types/express": "^4.17.1",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/joi": "^17.2.3",
"@types/js-yaml": "^4.0.5",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/readline-sync": "^1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chai-string": "^1.5.0",
"del-cli": "^5.0.0",
"eslint": "^8.33.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-react-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"jsdom": "^20.0.3",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"jsdom": "^20.0.3",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-rendering-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"import-fresh": "^3.3.0",
"ngrok": "^4.3.3",
"opn": "^6.0.0",
"webpack": "5.75.0",
"webpack": "5.76.2",
"webpack-dev-server": "3.11.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@vue/test-utils": "2.2.7",
"@vue/vue3-jest": "^29.2.2",
"babel-core": "^6.26.3",
"babel-jest": "^29.3.1",
"babel-jest": "^29.5.0",
"del-cli": "^5.0.0",
"eslint": "^8.32.0",
"eslint-plugin-vue": "^9.9.0",
"jest": "^29.3.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.3.1",
"jest-serializer-html": "^7.1.0",
"ts-jest": "29.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chai-string": "^1.5.0",
"del-cli": "^5.0.0",
"eslint": "^7.15.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"nock": "^13.0.5",
"nyc": "^15.1.0",
"ts-node": "^8.4.1",
Expand Down
Loading

0 comments on commit cc1364b

Please sign in to comment.