[Snyk] Upgrade typeorm from 0.2.25 to 0.3.27 #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade typeorm from 0.2.25 to 0.3.27.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 707 versions ahead of your current version.
The recommended version was released 2 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-SHAJS-12089400
SNYK-JS-TYPEORM-13746469
SNYK-JS-XML2JS-5414874
Release notes
Package name: typeorm
Note: This release reverts a fix from 0.3.26 (#11114) because it introduced a regression in certain cases.
Once a fix can be provided which does not have this regression, it will be released in a future patch.
What's Changed
VirtualColumns to be initially non-selectable by @ alumni in #11586New Contributors
Full Changelog: 0.3.26...0.3.27
Notes:
stringifyObjects: true, in order to avoid a potential security vulnerabilityin the mysql/mysql2 client libraries. You can revert to the old behavior by setting
connectionOptions.extra.stringifyObjects = false.@ sap/hana-clientlibrary. The deprecatedhdb-poolis no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.
What's Changed
useIndexwhen cloning a QueryExpressionMap (or a QueryBuilder) by @ kettui in #10679test.ymltocommit-validation.ymlby @ albasyir in #11560stringifyObjectsimplicitly by @ alumni in #11574@ piying/ormextension to readme by @ wszgrcy in #11596reloadoption typo by @ radovanovic-stevan in #11601New Contributors
Full Changelog: 0.3.25...0.3.26
What's Changed
New Contributors
Full Changelog: 0.3.24...0.3.25
What's Changed