Update dependency typeorm to v0.2.25 [SECURITY] #32
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.11
->0.2.25
GitHub Vulnerability Alerts
CVE-2020-8158
Prototype pollution vulnerability in the TypeORM package < 0.2.25 may allow attackers to add or modify Object properties leading to further denial of service or SQL injection attacks.
Release Notes
typeorm/typeorm (typeorm)
v0.2.25
Compare Source
Bug Fixes
getUpsertedIds()
(#5878) (2ab88c2)Features
Performance Improvements
v0.2.24
Compare Source
Bug Fixes
Features
v0.2.23
Compare Source
Bug Fixes
Features
v0.2.22
Compare Source
Bug Fixes
Features
BREAKING CHANGES
Fix: avoid collisions by using longest possible hash.
Retain more entropy by not using only 8 characters of hashed aliases.
v0.2.21
Compare Source
Bug Fixes
Features
v0.2.20
Compare Source
Bug Fixes
Features
v0.2.19
Compare Source
Bug Fixes
FindConditions<?>
andFindConditions<?>
problem (#4470) (7a0beed)Features
set
datatype support for MySQL/MariaDB (#4538) (19e2179), closes #2779useUnifiedTopology
config parameter (#4684) (92e4270)v0.2.18
Compare Source
Bug fixes
Features
typeorm migration:show
command (#4173)readonly
option in favor ofupdate
andinsert
options (#4035)orUpdate
in SQLlite (#4097)dirty_read
(NOLOCK) in SQLServer (#4133)@OneToMany
) now also acceptstring
instead oftypeFunction
, which prevents circular dependency issues in the frontend/browser (issue #4190)sqlJsConfig
to input config when initializing sql.js (issue #4559)v0.2.17
Compare Source
Bug fixes
(#3931)
Features
v0.2.16
Compare Source
Bug fixes
insert
,update
,delete
methods (#3888)Features
lock
option inFindOptions
v0.2.15
Compare Source
Bug fixes
connection.dropDatabase
method (#1414)() =>
syntax) in parameters to prevent security considerationsFeatures
uuidExtension
option to Postgres connection options, which allows TypeORM to use the newerpgcrypto
extension to generate UUIDsv0.2.14
Compare Source
Bug fixes
Features
package.json
(3583)useLocalForage
option to Sql.js connection options, which enables asynchronous load and save operations of the datatbase from the indexedDB (#3554)v0.2.13
Compare Source
Bug Fixes
_id
(3517)Index
decorator (#3592)transformer.from()
in case column is NULL (#3395)update
/insert
methods, somefind*
methods in repositories, entity managers, BaseEntity and QueryBuildersmssql
driver (#3327)Features
ioredis/cluster
is now possible(#3538)v0.2.12
Compare Source
Bug Fixes
QueryBuilder
whereInIds
(#2103)isolationLevel
inConnection.transaction()
method (#3363)Exclusion
decoratorgetRepository
function to acceptEntitySchema<Entity>
(#3402)Features
tslib
to reduce package size (#3457, #3458)findByIds
andwhereInIds
for simple entities with single primary key (#3431)ioredis
andioredis-cluster
cache support (#3289,#3364)LessThanOrEqual
andMoreThanOrEqual
find options (#3373)Breaking changes
UpdateQueryBuilder
now throw error if update values are not provided or unknown property is passed into.set()
method (#2849,#3324)Configuration
📅 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.