fix(deps): update dependency typeorm to v0.3.0 [security] #439
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.
This PR contains the following updates:
0.2.25
->0.3.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
GitHub Vulnerability Alerts
CVE-2022-33171
The findOne function in TypeORM before 0.3.0 can either be supplied with a string or a FindOneOptions object. When input to the function is a user-controlled parsed JSON object, supplying a crafted FindOneOptions instead of an id string leads to SQL injection. NOTE: the vendor's position is that the user's application is responsible for input validation.
Release Notes
typeorm/typeorm (typeorm)
v0.3.0
Compare Source
Bug Fixes
Features
ts-node
(#8776) (05fc744)Reverts
v0.2.45
Compare Source
Bug Fixes
Features
v0.2.44
Compare Source
Bug Fixes
Features
{delete,insert}().returning()
on MariaDB (#8673) (7facbab), closes #7235 #7235v0.2.43
Compare Source
Bug Fixes
require
to internal files without explicitly writing.js
in the path (#8660) (96aed8a), closes #8656Features
Reverts
v0.2.42
Compare Source
Bug Fixes
uuid
library (#8642) (8898a71)update: false
columns shouldn't trigger @UpdateDateColumn column updation (2834729), closes #8394 #8394 #8394Features
Reverts
BREAKING CHANGES
v0.2.41
Compare Source
Bug Fixes
retryWrites
toMongoConnectionOptions
(#8354) (c895680), closes #7869UNIQUE
constraints detection (#8364) (29cb891), closes #8158Features
v0.2.40
Compare Source
Bug Fixes
Features
Reverts
v0.2.39
Compare Source
Bug Fixes
Features
typeorm
command wrapper to package.json in project template (#8081) (19d4a91)Reverts
v0.2.38
Compare Source
Bug Fixes
Features
v0.2.37
Compare Source
Bug Fixes
connections
property should include list ofConnection
s (#8004) (2344db6)Features
v0.2.36
Compare Source
Bug Fixes
WhereExpression
alias forWhereExpressionBuilder
(#7980) (76e7ed9)browser
package manifests (#7982) (0d90bcd)Features
applicationName
(#7989) (d365acc)v0.2.35
Compare Source
Bug Fixes
entity
to bePartial<Entity>
|undefined
inUpdateEvent
(#7783) (f033045)prepare
per Hana client docs (#7748) (8ca05b1)afterUpdate
subscriber (#7724) (d25304d)OracleQueryRunner
createDatabase if-not-exists not fail (f5a80ef)data
from SaveOptions during that query (#7886) (1de2e13)join
conditionsundefined
-able (#7892) (b0c1cc6)buildColumnAlias
for backward compatibility (#7706) (36ceefa)Entity
(#7910) (78fbc14)Features
retryWrites
to allowed mongoextra
options (#7869) (dcdaaca)entitySkipConstructor
(f43d561)extras
for mongodb (#7801) (90894c7)Transaction*Event
types (#7949) (2436a66), closes /github.com/typeorm/typeorm/blob/master/src/subscriber/EntitySubscriberInterface.ts#L12enableArithAbort
for SQLServerDriver (#7894) (1f64da2)v0.2.34
Compare Source
Bug Fixes
buildColumnAlias
for backward compatibility (#7706) (36ceefa)v0.2.33
Compare Source
Bug Fixes
MATERIALIZED VIEW
is treated as a regularVIEW
which causes issues on sync (#7592) (f85f436)schema
defined in entity/connection leads to unnecessary queries during schema sync (#7575) (7eb0327), closes #7276 #7276json
types in Postgres (#7650) (a471c1b)ManyToMany
onUpdate
option to foreign key metadata ([#5714](https://redirect.github.com/tConfiguration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.