Skip to content

Commit

Permalink
chore - Fix audit issues (#2528)
Browse files Browse the repository at this point in the history
* Fix audit issues

* fix audit issues

* Create two-emus-melt.md

* cross-spawn

* revert

* revert

---------

Co-authored-by: Klaus Keller <[email protected]>
Co-authored-by: GDamyanov <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 5bfd1e5 commit 2a72ad2
Show file tree
Hide file tree
Showing 14 changed files with 654 additions and 2,339 deletions.
16 changes: 16 additions & 0 deletions .changeset/two-emus-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@sap-ux/adp-tooling": patch
"@sap-ux/backend-proxy-middleware": patch
"@sap-ux/cards-editor-middleware": patch
"@sap-ux/cf-deploy-config-writer": patch
"@sap-ux-private/preview-middleware-client": patch
"@sap-ux/preview-middleware": patch
"@sap-ux/reload-middleware": patch
"@sap-ux/serve-static-middleware": patch
"@sap-ux/ui-components": patch
"@sap-ux/ui-prompting": patch
"@sap-ux/ui5-proxy-middleware": patch
"@sap-ux-private/ui-prompting-examples": patch
---

chore - Fix audit issues
8 changes: 4 additions & 4 deletions examples/ui-prompting-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@sap-ux/i18n": "workspace:*",
"@sap-ux/project-access": "workspace:*",
"@storybook/addons": "7.6.17",
"@storybook/components": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/react-webpack5": "8.1.11",
"@storybook/components": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/react-webpack5": "8.4.2",
"@types/inquirer": "8.2.6",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "7.0.1",
Expand All @@ -62,7 +62,7 @@
"react-dom": "16.14.0",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"storybook": "8.1.11",
"storybook": "8.4.2",
"storybook-addon-turbo-build": "2.0.1",
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "@SAP/ux-tools-team",
"private": true,
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.9",
"@nrwl/nx-cloud": "19.0.0",
"@playwright/test": "1.39.0",
"@types/jest": "29.5.5",
Expand Down Expand Up @@ -62,7 +62,8 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"router>path-to-regexp": "0.1.10"
"router>path-to-regexp": "0.1.10",
"cross-spawn": "7.0.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/adp-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/supertest": "2.0.12",
"@types/uuid": "10.0.0",
"dotenv": "16.3.1",
"express": "4.21.0",
"express": "4.21.1",
"nock": "13.4.0",
"rimraf": "5.0.5",
"supertest": "6.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-proxy-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/prompts": "2.4.4",
"@types/proxy-from-env": "1.0.1",
"@types/supertest": "2.0.12",
"express": "4.21.0",
"express": "4.21.1",
"nock": "13.4.0",
"supertest": "6.3.3",
"yaml": "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cards-editor-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/express": "4.17.21",
"@types/supertest": "2.0.12",
"supertest": "6.3.3",
"express": "4.21.0"
"express": "4.21.1"
},
"peerDependencies": {
"express": "4"
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-deploy-config-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"fs-extra": "10.0.0"
},
"peerDependencies": {
"mta": "1.0.4"
"mta": "^1.0.8"
},
"engines": {
"node": ">=18.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/preview-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"copyfiles": "2.4.1",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "7.0.1",
"express": "4.21.0",
"express": "4.21.1",
"npm-run-all2": "6.2.0",
"nock": "13.4.0",
"supertest": "6.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/reload-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/livereload": "0.9.5",
"@types/supertest": "2.0.12",
"axios": "1.7.4",
"express": "4.21.0",
"express": "4.21.1",
"supertest": "6.3.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serve-static-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sap-ux/logger": "workspace:*"
},
"devDependencies": {
"express": "4.21.0",
"express": "4.21.1",
"serve-static": "1.16.2",
"supertest": "6.3.3",
"@types/express": "4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@storybook/react": "8.1.11",
"@storybook/react-webpack5": "8.1.11",
"@storybook/react": "8.4.2",
"@storybook/react-webpack5": "8.4.2",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@types/enzyme": "3.10.13",
Expand All @@ -77,7 +77,7 @@
"require-from-string": "2.0.2",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"storybook": "8.1.11",
"storybook": "8.4.2",
"storybook-addon-turbo-build": "2.0.1",
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-prompting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@sap-ux/i18n": "workspace:*",
"@sap-ux/inquirer-common": "workspace:*",
"@storybook/addons": "7.6.17",
"@storybook/components": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/react-webpack5": "8.1.11",
"@storybook/components": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/react-webpack5": "8.4.2",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@types/inquirer": "8.2.6",
Expand All @@ -70,7 +70,7 @@
"react-dom": "16.14.0",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"storybook": "8.1.11",
"storybook": "8.4.2",
"storybook-addon-turbo-build": "2.0.1",
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-proxy-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/express": "4.17.21",
"@types/supertest": "2.0.12",
"@types/proxy-from-env": "1.0.1",
"express": "4.21.0",
"express": "4.21.1",
"nock": "13.4.0",
"supertest": "6.3.3",
"yaml": "2.2.2"
Expand Down
Loading

0 comments on commit 2a72ad2

Please sign in to comment.