hspecca92 / nodejs-goof

Super vulnerable todo list application
Apache License 2.0
0 stars 0 forks source link

[Snyk] Upgrade typeorm from 0.2.24 to 0.3.12 #2

Open hspecca92 opened 1 year ago

hspecca92 commented 1 year ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade typeorm from 0.2.24 to 0.3.12.

:information_source: 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 **422 versions** ahead of your current version. - The recommended version was released **2 months ago**, on 2023-02-07. The recommended version fixes: Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Prototype Pollution
[SNYK-JS-TYPEORM-590152](https://snyk.io/vuln/SNYK-JS-TYPEORM-590152) | **801/1000**
**Why?** Mature exploit, Has a fix available, CVSS 8.3 | Mature | Denial of Service (DoS)
[SNYK-JS-FILETYPE-2958042](https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042) | **801/1000**
**Why?** Mature exploit, Has a fix available, CVSS 8.3 | No Known Exploit | Prototype Pollution
[SNYK-JS-HIGHLIGHTJS-1045326](https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1045326) | **801/1000**
**Why?** Mature exploit, Has a fix available, CVSS 8.3 | No Known Exploit | Regular Expression Denial of Service (ReDoS)
[SNYK-JS-HIGHLIGHTJS-1048676](https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676) | **801/1000**
**Why?** Mature exploit, Has a fix available, CVSS 8.3 | No Known Exploit (*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: typeorm
  • 0.3.12 - 2023-02-07

    Bug Fixes

    • allow to pass ObjectLiteral in mongo find where condition (#9632) (4eda5df), closes #9518
    • DataSource.setOptions doesn't properly update the database in the drivers (#9635) (a95bed7)
    • Fix grammar error in no migrations found log (#9754) (6fb2121)
    • improved FindOptionsWhere behavior with union types (#9607) (7726f5a)
    • Incorrect enum default value when table name contains dash character (#9685) (b3b0c11)
    • incorrect sorting of entities with multi-inheritances (#9406) (54ca9dd)
    • make sure "require" is defined in the environment (1a9b9fb)
    • materialized hints support for cte (#9605) (67973b4)
    • multiple select queries during db sync in sqlite (#9639) (6c928a4)
    • overriding caching settings when alwaysEnabled is true (#9731) (4df969e)
    • redundant Unique constraint on primary join column in Postgres (#9677) (b8704f8)
    • remove unnecessary .js extension in imports (#9713) (6b37e38)
    • resolve issue with "simple-enum" synchronization in SQLite (#9716) (c77c43e), closes #9715
    • sql expression when where parameter is empty array (#9691) (7df2ccf), closes #9690
    • synchronizing View with schema broken for oracle (#9602) (18b659d)

    Features

  • 0.3.12-dev.ef64bfc - 2023-01-28
  • 0.3.12-dev.defb409 - 2023-01-03
  • 0.3.12-dev.ca315f0 - 2023-02-05
  • 0.3.12-dev.c77c43e - 2023-02-06
  • 0.3.12-dev.c669f50 - 2023-01-28
  • 0.3.12-dev.b97633b - 2022-12-28
  • 0.3.12-dev.b8704f8 - 2023-02-06
  • 0.3.12-dev.ae91c05 - 2022-12-27
  • 0.3.12-dev.adce698 - 2023-02-07
  • 0.3.12-dev.a95bed7 - 2022-12-18
  • 0.3.12-dev.9bd3a64 - 2023-02-07
  • 0.3.12-dev.8668c29 - 2022-12-29
  • 0.3.12-dev.7df2ccf - 2023-02-06
  • 0.3.12-dev.7726f5a - 2023-02-06
  • 0.3.12-dev.74f7f79 - 2023-01-11
  • 0.3.12-dev.6fb2121 - 2023-02-05
  • 0.3.12-dev.6c928a4 - 2022-12-19
  • 0.3.12-dev.67973b4 - 2022-12-29
  • 0.3.12-dev.63ab05f - 2023-02-05
  • 0.3.12-dev.54ca9dd - 2023-02-07
  • 0.3.12-dev.4df969e - 2023-01-28
  • 0.3.12-dev.3e1caf0 - 2023-01-03
  • 0.3.12-dev.1a9b9fb - 2023-02-06
  • 0.3.12-dev.18b659d - 2022-12-29
  • 0.3.12-dev.15a4eb9 - 2022-12-29
  • 0.3.12-dev.12fdd73 - 2023-02-07
  • 0.3.12-dev.0eb7441 - 2023-02-07
  • 0.3.12-dev.0d72317 - 2022-12-03
  • 0.3.12-dev.8731858 - 2023-02-07
  • 0.3.12-dev.8251812 - 2022-12-16
  • 0.3.11 - 2022-12-03

    Fixes

    • boolean parameter escape in SQLiteDriver (#9400) (4a36d0e), closes #1981
    • cacheId not used when loading relations with take (#9469) (93e6b3d)
    • correctly return insertId for react-native (#9554) (97fae63)
    • disable transactionSupport option for CordovaDriver (#9391) (53fad8f)
    • explicitly define property for entity relation as enumerable (#9437) (85fa9c6), closes #6631
    • fix ormUtils prototype check crashing on null prototype (#9517) (19536ed)
    • fixed outdated init command (#9422) (0984307)
    • left instead of inner join for where or + optional relations (#9516) (d490793)
    • Mark array arguments to find operators as read-only (#9474) (6eb674b)
    • pass fake flag to undoLastMigration (#9562) (2458ac7), closes #9561
    • resolve issue with migrations and unsigned int columns in aurora-data-api (#9478) (38e0eff), closes #9477
    • resolve nameless TableForeign on drop foreign key (#9460) (efb4168), closes #9432
    • synchronize with typeorm_metadata table only if needed (#9175) (cdabaa3), closes #9173 #9173 #9173
    • the mpath is incorrect when the parent of the tree entity is null (#9535) (658604d)
    • typings for Repository.extend function (#9396) (f07fb2c)

    Features

  • 0.3.11-dev.fc3b4f8 - 2022-12-03
  • 0.3.11-dev.f07fb2c - 2022-12-03
  • 0.3.11-dev.efb4168 - 2022-11-04
  • 0.3.11-dev.d71e9c4 - 2022-12-03
  • 0.3.11-dev.cdabaa3 - 2022-09-20
  • 0.3.11-dev.b5ff79f - 2022-11-04
  • 0.3.11-dev.97fae63 - 2022-12-03
  • 0.3.11-dev.8a837f9 - 2022-09-20
  • 0.3.11-dev.85fa9c6 - 2022-11-05
  • 0.3.11-dev.81fc9a9 - 2022-12-03
  • 0.3.11-dev.7fbc3ad - 2022-12-03
  • 0.3.11-dev.71efa8e - 2022-12-03
  • 0.3.11-dev.6eb674b - 2022-11-05
  • 0.3.11-dev.6ba48bd - 2022-12-03
  • 0.3.11-dev.66acec8 - 2022-11-04
  • 0.3.11-dev.658604d - 2022-12-03
  • 0.3.11-dev.5253c8f - 2022-11-04
  • 0.3.11-dev.4ec04fa - 2022-11-21
  • 0.3.11-dev.4a36d0e - 2022-11-05
  • 0.3.11-dev.38e0eff - 2022-11-04
  • 0.3.11-dev.2e1c9fd - 2022-11-04
  • 0.3.11-dev.2473ff0 - 2022-12-03
  • 0.3.11-dev.1cb738a - 2022-12-03
  • 0.3.11-dev.19536ed - 2022-11-05
  • 0.3.11-dev.7386318 - 2022-12-03
  • 0.3.10 - 2022-09-19

    Bug Fixes

    • "Cannot commit, no transaction is active" error in sql.js (#9234) (749809a), closes #9100
    • add missing support for primaryKeyConstraintName property in EntitySchema (cc63961)
    • malformed query when selecting deeply nested embedded entities (#9273) (83f7b88)
    • prototype pollution issue (e3aac27)
    • typescript 4.8 type issues #9331 (#9357) (a1960e1)
    • Update RelationIdLoader to use DriverUtils.getAlias (#9380) (a917d65), closes #9379

    Features

  • 0.3.10-dev.f24b262 - 2022-09-19
  • 0.3.10-dev.e3aac27 - 2022-08-29
  • 0.3.10-dev.de15df1 - 2022-09-19
  • 0.3.10-dev.cc63961 - 2022-08-30
  • 0.3.10-dev.a1960e1 - 2022-09-15
  • 0.3.10-dev.773a4fe - 2022-09-14
  • 0.3.10-dev.749809a - 2022-09-19
  • 0.3.10-dev.52e5f7c - 2022-09-14
  • 0.3.9 - 2022-08-28
    Read more
  • 0.3.8 - 2022-08-26
    Read more
  • 0.3.8-dev.fd7ae97 - 2022-08-24
  • 0.3.8-dev.eb8f0c6 - 2022-08-24
  • 0.3.8-dev.e49d0c8 - 2022-08-24
  • 0.3.8-dev.de8aaac - 2022-08-24
  • 0.3.8-dev.dadb658 - 2022-08-24
  • 0.3.8-dev.d285fd0 - 2022-07-06
  • 0.3.8-dev.c4f4650 - 2022-08-25
  • 0.3.8-dev.bd96e27 - 2022-08-24
  • 0.3.8-dev.bb33cd0 - 2022-07-11
  • 0.3.8-dev.b8d04dc - 2022-08-25
  • 0.3.8-dev.9f7fc14 - 2022-08-24
  • 0.3.8-dev.8dcd61e - 2022-08-24
  • 0.3.8-dev.72728f1 - 2022-08-25
  • 0.3.8-dev.7198a7a - 2022-08-24
  • 0.3.8-dev.68e8f22 - 2022-08-25
  • 0.3.8-dev.64674e6 - 2022-08-24
  • 0.3.8-dev.5ebc626 - 2022-08-24
  • 0.3.8-dev.5e5abbd - 2022-08-25
  • 0.3.8-dev.46d0021 - 2022-08-24
  • 0.3.8-dev.3a533a4 - 2022-08-24
  • 0.3.8-dev.340ab67 - 2022-08-25
  • 0.3.8-dev.2e67138 - 2022-06-30
  • 0.3.8-dev.15f90e0 - 2022-08-22
  • 0.3.8-dev.109c1fa - 2022-06-29
  • 0.3.8-dev.0b54222 - 2022-07-05
  • 0.3.8-dev.03317a3 - 2022-08-28
  • 0.3.7 - 2022-06-29
    Read more
  • 0.3.7-dev.ec23922 - 2022-06-22
  • 0.3.7-dev.ec05f1d - 2022-06-29
  • 0.3.7-dev.bcdddc3 - 2022-06-29
  • 0.3.7-dev.a748f3c - 2022-06-29
  • 0.3.7-dev.97e1dc1 - 2022-06-28
  • 0.3.7-dev.60a7960 - 2022-06-28
  • 0.3.7-dev.1b5aa62 - 2022-06-28
  • 0.3.6 - 2022-04-12
    Read more
  • 0.3.6-dev.ef025bd - 2022-05-31
  • 0.3.6-dev.ea176b2 - 2022-05-20
  • 0.3.6-dev.e296126 - 2022-06-22
  • 0.3.6-dev.e24cced - 2022-06-22
  • 0.3.6-dev.d0ed02d - 2022-05-20
  • 0.3.6-dev.cf3efec - 2022-05-23
  • 0.3.6-dev.cc5a5c1 - 2022-04-11
  • 0.3.6-dev.c814b07 - 2022-04-05
  • 0.3.6-dev.bbdc20f - 2022-05-31
  • 0.3.6-dev.b84cb9b - 2022-04-13
  • 0.3.6-dev.9f8429f - 2022-04-27
  • 0.3.6-dev.9d331b1 - 2022-04-11
  • 0.3.6-dev.9adab34 - 2022-04-13
  • 0.3.6-dev.862a402 - 2022-05-31
  • 0.3.6-dev.7dfb69f - 2022-04-15
  • 0.3.6-dev.78df84c - 2022-04-29
  • 0.3.6-dev.62518ae - 2022-04-12
  • 0.3.6-dev.506133e - 2022-06-10
  • 0.3.6-dev.49cbe23 - 2022-04-18
  • 0.3.6-dev.4687be8 - 2022-04-12
  • 0.3.6-dev.2d8afbe - 2022-04-16
  • 0.3.6-dev.22570f5 - 2022-05-20
  • 0.3.6-dev.1b4cb00 - 2022-05-23
  • 0.3.6-dev.189592c - 2022-05-20
  • 0.3.6-dev.1197d1d - 2022-04-11
  • 0.3.6-dev.07f4537 - 2022-06-22
  • 0.3.6-dev.0659ec3 - 2022-05-30
  • 0.3.6-dev.0418ebc - 2022-04-13
  • 0.3.5 - 2022-04-05
    Read more
  • 0.3.5-dev.ec6c119 - 2022-03-28
  • 0.3.5-dev.ec27803 - 2022-04-02
  • 0.3.5-dev.eacecce - 2022-03-26
  • 0.3.5-dev.e58c796 - 2022-03-31
  • 0.3.5-dev.c5dfc11 - 2022-03-29
  • 0.3.5-dev.baa2f44 - 2022-04-02
  • 0.3.5-dev.b1a0107 - 2022-03-30
  • 0.3.5-dev.9d1e246 - 2022-04-02
  • 0.3.5-dev.9ac8e9e - 2022-03-26
  • 0.3.5-dev.7832a1a - 2022-04-05
  • 0.3.5-dev.69c33a2 - 2022-04-04
  • 0.3.5-dev.3730fd0 - 2022-04-04
  • 0.3.5-dev.2205a1a - 2022-04-02
  • 0.3.5-dev.1693a17 - 2022-04-04
  • 0.3.5-dev.002274c - 2022-03-26
  • 0.3.5-dev.6774605 - 2022-04-02
  • 0.3.4 - 2022-03-26
    Read more
  • 0.3.4-dev.d2cfd22 - 2022-03-26
  • 0.3.4-dev.ceee439 - 2022-03-26
  • 0.3.4-dev.c75bcae - 2022-03-23
  • 0.3.4-dev.68a5c23 - 2022-03-23
  • 0.3.4-dev.54c7db4 - 2022-03-25
  • 0.3.4-dev.4b37030 - 2022-03-26
  • 0.3.4-dev.17d391c - 2022-03-26
  • 0.3.4-dev.494008 - 2022-03-26
  • 0.3.3 - 2022-03-23
    Read more
  • 0.3.3-dev.f010205 - 2022-03-22
  • 0.3.3-dev.a641c5d - 2022-03-23
  • 0.3.3-dev.7cc1848 - 2022-03-23
  • 0.3.3-dev.52a641c - 2022-03-23
  • 0.3.3-dev.2b83776 - 2022-03-23
  • 0.3.2 - 2022-03-22
  • 0.3.2-dev.edf27d9 - 2022-03-22
  • 0.3.2-dev.ce5973c - 2022-03-21
  • 0.3.2-dev.c8fb1bb - 2022-03-21
  • 0.3.2-dev.b53a481 - 2022-03-21
  • 0.3.2-dev.97699e8 - 2022-03-22
  • 0.3.2-dev.35106df - 2022-03-22
  • 0.3.2-dev.28309eb - 2022-03-21
  • 0.3.2-dev.05fc744 - 2022-03-22
  • 0.3.1 - 2022-03-21
  • 0.3.1-dev.d61f857 - 2022-03-18
  • 0.3.1-dev.9f1b8e3 - 2022-03-21
  • 0.3.1-dev.941b584 - 2022-03-17
  • 0.3.0 - 2022-03-17
  • 0.3.0-rc.41 - 2022-03-12
  • 0.3.0-rc.40 - 2022-03-12
  • 0.3.0-rc.39 - 2022-03-12
  • 0.3.0-rc.38 - 2022-03-12
  • 0.3.0-rc.37 - 2022-03-12
  • 0.3.0-rc.36 - 2022-02-26
  • 0.3.0-rc.35 - 2022-02-22
  • 0.3.0-rc.34 - 2022-02-22
  • 0.3.0-rc.33 - 2022-02-22
  • 0.3.0-rc.32 - 2022-02-17
  • 0.3.0-rc.31 - 2022-02-17
  • 0.3.0-rc.30 - 2022-02-17
  • 0.3.0-rc.29 - 2022-02-17
  • 0.3.0-rc.28 - 2022-02-12
  • 0.3.0-rc.27 - 2022-02-11
  • 0.3.0-rc.26 - 2022-02-11
  • 0.3.0-rc.25 - 2022-02-11
  • 0.3.0-rc.24 - 2022-02-11
  • 0.3.0-rc.23 - 2022-02-11
  • 0.3.0-rc.22 - 2022-02-09
  • 0.3.0-rc.21 - 2020-10-01
  • 0.3.0-rc.20 - 2020-09-29
  • 0.3.0-rc.19 - 2020-03-02
  • 0.3.0-rc.18 - 2020-03-02
  • 0.3.0-rc.17 - 2020-02-11
  • 0.3.0-rc.16 - 2020-02-07
  • 0.3.0-rc.15 - 2020-02-07
  • 0.3.0-rc.14 - 2020-02-07
  • 0.3.0-rc.13 - 2020-01-28
  • 0.3.0-rc.12 - 2020-01-28
  • 0.3.0-rc.11 - 2020-01-27
  • 0.3.0-rc.10 - 2020-01-27
  • 0.3.0-rc.9 - 2020-01-27
  • 0.3.0-rc.8 - 2020-01-27
  • 0.3.0-rc.7 - 2020-01-26
  • 0.3.0-rc.5 - 2020-01-26
  • 0.3.0-rc.4 - 2020-01-26
  • 0.3.0-rc.3 - 2020-01-26
  • 0.3.0-rc.2 - 2019-12-16
  • 0.3.0-rc.1 - 2019-12-16
  • 0.3.0-alpha.24 - 2019-09-12
  • 0.3.0-alpha.23 - 2019-03-15
  • 0.3.0-alpha.22 - 2018-10-19
  • 0.3.0-alpha.21 - 2018-10-08
  • 0.3.0-alpha.20 - 2018-10-05
  • 0.3.0-alpha.19 - 2018-10-01
  • 0.3.0-alpha.18 - 2018-09-25
  • 0.3.0-alpha.17 - 2018-09-25
  • 0.3.0-alpha.16 - 2018-09-12
  • 0.3.0-alpha.15 - 2018-09-10
  • 0.3.0-alpha.14 - 2018-09-06
  • 0.3.0-alpha.13 - 2018-09-06
  • 0.3.0-alpha.12 - 2018-08-31
  • 0.3.0-alpha.11 - 2018-08-31
  • 0.3.0-alpha.10 - 2018-08-14
  • 0.3.0-alpha.9 - 2018-08-14
  • 0.3.0-alpha.8 - 2018-08-14
  • 0.3.0-alpha.7 - 2018-08-02
  • 0.3.0-alpha.6 - 2018-06-30
  • 0.3.0-alpha.5 - 2018-05-24
  • 0.3.0-alpha.4 - 2018-05-24
  • 0.3.0-alpha.3 - 2018-05-24
  • 0.3.0-alpha.2 - 2018-05-24
  • 0.3.0-alpha.1 - 2018-05-24
  • 0.2.46-dev.486f8c5 - 2022-03-04
  • 0.2.46-dev.5608956 - 2022-03-15
  • 0.2.45 - 2022-03-04
  • 0.2.45-dev.f3cfdd2 - 2022-03-02
  • 0.2.45-dev.ea16ac2 - 2022-02-26
  • 0.2.45-dev.96ac8f7 - 2022-03-02
  • 0.2.45-dev.33b2bd7 - 2022-02-26
  • 0.2.45-dev.32549fe - 2022-03-01
  • 0.2.45-dev.3131c5c - 2022-02-23
  • 0.2.45-dev.10f46d9 - 2022-02-26
  • 0.2.45-dev.0fc093d - 2022-03-04
  • 0.2.45-dev.6523526 - 2022-02-26
  • 0.2.44 - 2022-02-23
  • 0.2.44-dev.948d328 - 2022-02-23
  • 0.2.44-dev.8742e33 - 2022-02-17
  • 0.2.44-dev.7facbab - 2022-02-21
  • 0.2.44-dev.6713a42 - 2022-02-17
  • 0.2.44-dev.5a71803 - 2022-02-22
  • 0.2.44-dev.2d3374b - 2022-02-22
  • 0.2.44-dev.2c2fb29 - 2022-02-23
  • 0.2.44-dev.1f54c70 - 2022-02-19
  • 0.2.44-dev.136015b - 2022-02-18
  • 0.2.44-dev.3291524 - 2022-02-23
  • 0.2.43 - 2022-02-17
  • 0.2.43-dev.a5493fb - 2022-02-16
  • 0.2.43-dev.a24d48a - 2022-02-17
  • 0.2.43-dev.96aed8a - 2022-02-17
  • 0.2.43-dev.7dbe956 - 2022-02-17
  • 0.2.43-dev.6b0b15b - 2022-02-17
  • 0.2.43-dev.6ab9b3a - 2022-02-17
  • 0.2.43-dev.60a5b84 - 2022-02-17
  • 0.2.43-dev.4590c9b - 2022-02-17
  • 0.2.42 - 2022-02-16
  • 0.2.42-dev.f8154eb - 2022-01-31
  • 0.2.42-dev.f7c1f7d - 2022-02-15
  • 0.2.42-dev.f3e2b0e - 2021-11-23
  • 0.2.42-dev.f224f24 - 2022-02-12
  • 0.2.42-dev.ece0da0 - 2022-01-31
  • 0.2.42-dev.e52b26c - 2021-12-11
  • 0.2.42-dev.e0adeee - 2022-02-15
  • 0.2.42-dev.d6043b7 - 2022-02-14
  • 0.2.42-dev.d10484e - 2022-01-31
  • 0.2.42-dev.d0f32b3 - 2022-02-16
  • 0.2.42-dev.cefddd9 - 2021-12-11
  • 0.2.42-dev.ce69228 - 2022-01-15
  • 0.2.42-dev.cbb61eb - 2022-01-31
  • 0.2.42-dev.bd22dc3 - 2021-12-10
  • 0.2.42-dev.baa5880 - 2022-02-15
  • 0.2.42-dev.b93416d - 2022-02-16
  • 0.2.42-dev.a855b90 - 2022-01-15
  • 0.2.42-dev.a11c50d - 2022-02-15
  • 0.2.42-dev.a0f09de - 2021-11-23
  • 0.2.42-dev.9e844d9 - 2022-02-16
  • 0.2.42-dev.93bf96e - 2022-02-16
  • 0.2.42-dev.93383bd - 2022-02-15
  • 0.2.42-dev.92c3e79 - 2022-02-12
  • 0.2.42-dev.90a8deb - 2021-12-11
  • 0.2.42-dev.8f2ae71 - 2022-02-16
  • 0.2.42-dev.8898a71 - 2022-02-15
  • 0.2.42-dev.6523fcc - 2022-01-15
  • 0.2.42-dev.6316e26 - 2022-02-12
  • 0.2.42-dev.600bd4e - 2022-02-15
  • 0.2.42-dev.54cf660 - 2021-12-06
  • 0.2.42-dev.4a7f242 - 2022-01-31
  • 0.2.42-dev.2bf93d4 - 2021-12-10
  • 0.2.42-dev.26815c6 - 2022-01-31
  • 0.2.42-dev.26581d0 - 2022-01-15
  • 0.2.42-dev.1cfd7b9 - 2022-01-31
  • 0.2.42-dev.1446e02 - 2022-02-01
  • 0.2.42-dev.0626ed1 - 2021-12-10
  • 0.2.42-dev.02400da - 2022-02-14
  • 0.2.42-dev.3286519 - 2021-11-18
  • 0.2.42-dev.3284808 - 2022-02-12
  • 0.2.42-dev.2834729 - 2021-12-11
  • 0.2.41 - 2021-11-18
  • 0.2.41-dev.d494fcc - 2021-11-18
  • 0.2.41-dev.c895680 - 2021-11-13
  • 0.2.41-dev.c59ef29 - 2021-11-17
  • 0.2.41-dev.b2c8168 - 2021-11-14
  • 0.2.41-dev.98d5f39 - 2021-11-13
  • 0.2.41-dev.91080be - 2021-11-14
  • 0.2.41-dev.8a5e671 - 2021-11-18
  • 0.2.41-dev.7b8a1e3 - 2021-11-18
  • 0.2.41-dev.4e7d32f - 2021-11-17
  • 0.2.41-dev.32bf6c0 - 2021-11-17
  • 0.2.41-dev.2d0abe7 - 2021-11-16
  • 0.2.41-dev.29cb891 - 2021-11-14
  • 0.2.41-dev.1f558b1 - 2021-11-11
  • 0.2.41-dev.15ad5ac - 2021-11-17
  • 0.2.40 - 2021-11-11
  • 0.2.40-dev.e80f97d - 2021-11-11
  • 0.2.40-dev.d039319 - 2021-11-10
  • 0.2.40-dev.ae858ad - 2021-11-09
  • 0.2.40-dev.a92120a - 2021-11-10
  • 0.2.40-dev.969af95 - 2021-11-09
  • 0.2.40-dev.41ee95c - 2021-11-09
  • 0.2.40-dev.3f98197 - 2021-11-09
  • 0.2.40-dev.1588c58 - 2021-11-09
  • 0.2.40-dev.0cc8fbb - 2021-11-10
  • 0.2.40-dev.0334d10 - 2021-11-11
  • 0.2.39 - 2021-11-09
  • 0.2.39-dev.f79ae58 - 2021-11-09
  • 0.2.39-dev.ef33cf4 - 2021-10-28
  • 0.2.39-dev.e4d4636 - 2021-11-08
  • 0.2.39-dev.dd94c9d - 2021-10-04
  • 0.2.39-dev.d8c5812 - 2021-10-03
  • 0.2.39-dev.d7d19e9 - 2021-10-02
  • 0.2.39-dev.cf281ef - 2021-10-22
  • 0.2.39-dev.bc55836 - 2021-10-28
  • 0.2.39-dev.b6c828c - 2021-10-18
  • 0.2.39-dev.b678807 - 2021-10-02
  • 0.2.39-dev.6929ae3 - 2021-11-06
  • 0.2.39-dev.503d1dc - 2021-10-20
  • 0.2.39-dev.4ad3a61 - 2021-10-21
  • 0.2.39-dev.4aaafdf - 2021-11-09
  • 0.2.39-dev.4638dea - 2021-11-04
  • 0.2.39-dev.2c861af - 2021-10-26
  • 0.2.39-dev.28c183e - 2021-11-04
  • 0.2.39-dev.25271d7 - 2021-11-02
  • 0.2.39-dev.2133ffe - 2021-10-22
  • 0.2.39-dev.179ae75 - 2021-10-26
  • 0.2.39-dev.1197f88 - 2021-10-29
  • 0.2.39-dev.0bc194c - 2021-10-03
  • 0.2.39-dev.0adad88 - 2021-10-27
  • 0.2.39-dev.9692930 - 2021-11-08
  • 0.2.39-dev.8615733 - 2021-10-06
  • 0.2.39-dev.6558295 - 2021-11-05
  • 0.2.39-dev.1649882 - 2021-11-05
  • 0.2.38 - 2021-10-02
  • 0.2.38-dev.e9366b3 - 2021-08-18
  • 0.2.38-dev.d8f6037 - 2021-10-02
  • 0.2.38-dev.d4111ce - 2021-10-02
  • 0.2.38-dev.b858f84 - 2021-08-17
  • 0.2.38-dev.a868078 - 2021-08-28
  • 0.2.38-dev.749511d - 2021-08-25
  • 0.2.38-dev.324f1d8 - 2021-10-02
  • 0.2.38-dev.22676a0 - 2021-08-24
  • 0.2.38-dev.02f0bce - 2021-08-13
  • 0.2.37 - 2021-08-13
  • 0.2.37-dev.fe78bee - 2021-08-08
  • 0.2.37-dev.fbd1ef7 - 2021-08-11
  • 0.2.37-dev.fbbac93 - 2021-08-03
  • 0.2.37-dev.f7eb46d - 2021-07-31
  • 0.2.37-dev.f0e40f6 - 2021-08-06
  • 0.2.37-dev.cd71f62 - 2021-07-31
  • 0.2.37-dev.ca26297 - 2021-08-04
  • 0.2.37-dev.ba366f2 - 2021-08-08
  • 0.2.37-dev.ab39066 - 2021-08-06
  • 0.2.37-dev.a5e4ce7 - 2021-08-05
  • 0.2.37-dev.a3a3284 - 2021-08-10
  • 0.2.37-dev.91d5b2f - 2021-07-31
  • 0.2.37-dev.80cdf8f - 2021-08-11
  • 0.2.37-dev.768b4fe - 2021-08-05
  • 0.2.37-dev.69fabaf - 2021-07-31
  • 0.2.37-dev.65cbcc7 - 2021-08-10
  • 0.2.37-dev.5a3767f - 2021-08-08
  • 0.2.37-dev.5714e8d - 2021-08-11
  • 0.2.37-dev.37c40a6 - 2021-08-11
  • 0.2.37-dev.37bd012 - 2021-08-04
  • 0.2.37-dev.36398db - 2021-08-12
  • 0.2.37-dev.2344db6 - 2021-08-04
  • 0.2.37-dev.01a038c - 2021-08-13
  • 0.2.37-dev.4201938 - 2021-08-05
  • 0.2.36 - 2021-07-31
  • 0.2.36-dev.d365acc - 2021-07-30
  • 0.2.36-dev.b797781 - 2021-07-30
  • 0.2.36-dev.76e7ed94 - 2021-07-30
  • 0.2.36-dev.62d7976 - 2021-07-31
  • 0.2.36-dev.0d90bcd - 2021-07-30
  • 0.2.35 - 2021-07-29
  • 0.2.35-rc.0 - 2021-07-28
  • 0.2.34 - 2021-06-03
  • 0.2.33 - 2021-06-01
  • 0.2.32 - 2021-03-30
  • 0.2.31 - 2021-02-08
  • 0.2.30 - 2021-01-12
  • 0.2.29 - 2020-11-02
  • 0.2.28 - 2020-09-30
  • 0.2.27 - 2020-09-29
  • 0.2.26 - 2020-09-10
  • 0.2.25 - 2020-05-19
  • 0.2.24 - 2020-02-28
from typeorm GitHub release notes

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/hspecca92/project/4af2db56-0277-43c5-8a41-8eee531a9aa0?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/hspecca92/project/4af2db56-0277-43c5-8a41-8eee531a9aa0/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/hspecca92/project/4af2db56-0277-43c5-8a41-8eee531a9aa0/settings/integration?pkg=typeorm&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)