-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix: soc2 vulns [EXT-5919] #2459
Conversation
@@ -62,6 +62,7 @@ jobs: | |||
steps: | |||
- with-workspace | |||
- run: npm run build | |||
- persist-workspace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so size can use the build artifacts
@@ -94,8 +95,6 @@ | |||
"babel-plugin-inline-replace-variables": "^1.3.1", | |||
"babel-plugin-lodash": "^3.3.4", | |||
"babel-plugin-rewire-ts": "1.4.0", | |||
"better-docs": "2.7.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc generation wasn't built into our CI process and from what I can tell, this was unused with typedoc
@@ -127,9 +126,10 @@ | |||
"nyc": "^15.1.0", | |||
"prettier": "^2.6.0", | |||
"rimraf": "^5.0.0", | |||
"semantic-release": "^19.0.5", | |||
"semantic-release": "^22.0.12", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This PR is included in version 11.36.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Fixing security vulns found here: https://github.com/contentful/contentful-management.js/security
Description
Motivation and Context
Checklist (check all before merging)
When adding a new method:
./lib/export-types.ts