Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plasma-infra: Fix vulnerabilities #861

Merged
merged 16 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,656 changes: 980 additions & 2,676 deletions packages/plasma-asdk/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/plasma-asdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/preset-env": "7.15.4",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@microsoft/api-extractor": "7.34.4",
"@microsoft/api-extractor": "7.38.3",
"@salutejs/plasma-colors": "0.11.0",
"@salutejs/plasma-cy-utils": "0.72.0",
"@salutejs/plasma-icons": "1.171.0",
Expand All @@ -58,14 +58,14 @@
"babel-plugin-annotate-pure-calls": "0.4.0",
"babel-plugin-styled-components": "1.13.2",
"babel-plugin-transform-class-properties": "6.24.1",
"default-browser-id": "1.0.4",
"default-browser-id": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.5.3",
"styled-components": "5.3.1",
"typescript": "4.2.4",
"typescript-coverage-report": "0.7.0",
"vite": "4.1.4"
"vite": "4.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
3,850 changes: 1,077 additions & 2,773 deletions packages/plasma-b2c/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/plasma-b2c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@babel/preset-env": "7.15.4",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@microsoft/api-extractor": "7.34.4",
"@microsoft/api-extractor": "7.38.3",
"@salutejs/plasma-colors": "0.11.0",
"@salutejs/plasma-cy-utils": "0.72.0",
"@salutejs/plasma-icons": "1.171.0",
Expand All @@ -81,15 +81,15 @@
"babel-plugin-annotate-pure-calls": "0.4.0",
"babel-plugin-styled-components": "1.13.2",
"babel-plugin-transform-class-properties": "6.24.1",
"default-browser-id": "1.0.4",
"default-browser-id": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.5.3",
"styled-components": "5.3.1",
"ts-node": "10.3.0",
"typescript": "4.2.4",
"typescript-coverage-report": "0.7.0",
"vite": "4.1.4"
"vite": "4.5.0"
},
"keywords": [
"design-system",
Expand All @@ -98,4 +98,4 @@
"react"
],
"sideEffects": false
}
}
Loading
Loading