Skip to content

Commit

Permalink
Security updates 2 (#1114)
Browse files Browse the repository at this point in the history
* Remove @aws-sdk/client-s3 and @aws-sdk/s3-request-presigner deps

* update axios

* update postcss-preset-env and postcss-import
  • Loading branch information
mpellerin42 authored Nov 10, 2023
1 parent 8eae831 commit b787c82
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 1,716 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@aws-sdk/client-s3": "^3.348.0",
"@aws-sdk/s3-request-presigner": "^3.190.0",
"@ng-web-apis/common": "^2.1.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
Expand All @@ -51,7 +49,7 @@
"@sveltejs/kit": "^1.27.4",
"@sveltejs/package": "^2.2.2",
"angular-svg-icon": "^16.1.0",
"axios": "^1.4.0",
"axios": "^1.6.1",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
Expand Down Expand Up @@ -163,8 +161,8 @@
"nx": "16.10.0",
"nx-electron": "^16.0.0-alpha.1",
"postcss": "^8.4.31",
"postcss-import": "15.0.0",
"postcss-preset-env": "7.8.0",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
"postcss-url": "10.1.3",
"prettier": "3.0.2",
"replace-in-file": "^6.3.5",
Expand Down
Loading

0 comments on commit b787c82

Please sign in to comment.