raindigi / GraphqlType-API-Registration

Graphql Tutorial Example with typeORM for building a scalable Back-End API and caches management
MIT License
1 stars 1 forks source link

[Snyk] Upgrade typeorm from 0.2.12 to 0.3.5 #152

Open snyk-bot opened 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade typeorm from 0.2.12 to 0.3.5.

merge advice :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 fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-Y18N-1021887
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-TYPEORM-590152
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Mature
Arbitrary Code Execution
SNYK-JS-THENIFY-571690
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Denial of Service (DoS)
npm:mem:20180117
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-YARGSPARSER-560381
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-YARGSPARSER-560381
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-559764
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HIGHLIGHTJS-1048676
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-HIGHLIGHTJS-1045326
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-MINIMIST-2429795
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: typeorm
  • 0.3.5 - 2022-04-05

    Bug Fixes

    • .save repository method not returning generated uuids for aurora-postgres (#8825) (ed06f4c)
    • allow hstore type to use transformers in driver postgres (#8823) (b1a0107)
    • broken shebang parameters of cli-ts-node-commonjs and cli-ts-node-esm on some linux distros (#8821) (c5dfc11), closes #8818
    • find select object api should support false values #8796 (#8807) (9ac8e9e)
    • resolve missing ConnectionOptions export in index.ts (#8850) (1693a17), closes #8837
    • save correct discriminator with STI (#8819) (9d1e246), closes #2927
    • Update DeepPartial for usage of generics with Repository class (#8817) (8ba742e)
    • fixed issue with typeorm init command (#8820)
  • 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

    Bug Fixes

    • BaseEntity.reload method regression and made findOne to throw error on missing conditions in runtime (#8801) (ee8c1ec)
    • improve DeepPartial recursion (#8732) (0494008), closes #8681
    • missing timestamp in created migrations filenames (#8802) (ceee439)
    • PoolConnection leaked by MysqlDriver (#8803) (d2cfd22)
    • remove console.log calls from SelectQueryBuilder (#8795) (54c7db4), closes #8792
    • stop crashing when redis is offline and ignoreErrors on cache options is set (#8725) (edc39d1)

    Features

  • 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

    Bug Fixes

    • improve initialization of custom repository (#8782) (52a641c)
    • resolve entities correctly in datasource when globs are specified (#8778) (a641c5d)
    • CLI migration:run missing console output since 0.3.1 (#8781)

    Features

  • 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

    Bug Fixes

    • broken CLI in ESM projects since version 0.3.0 (#8773) (97699e8)

    Features

    • add typeorm CLI variations that include ts-node (#8776) (05fc744)
    • allows user to specify which mysql package should be used (#8771) (35106df)

    Reverts

  • 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

    Bug Fixes

    Features

    • new array find operators (ArrayContains, ArrayContainedBy, ArrayOverlap) (#8766) (9f1b8e3):

    BREAKING CHANGES

    • we do not call JSON.stringify() to json/jsonb column types in Postgres. Instead, we delegate value directly to underlying pg driver. This is a correct way of handling jsons.
    • array: true must be explicitly defined for array json/jsonb values
    • strings being JSON-stringified must be manually escaped
  • 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
    Read more
  • 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 (2022-03-04)

    Bug Fixes

    Features

  • 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 (2022-02-23)

    Bug Fixes

    • alter relation loader to use transforms when present (#8691) (2c2fb29), closes #8690
    • cannot read properties of undefined (reading 'joinEagerRelations') (136015b)
    • expo driver doesn't work properly because of new beforeMigration() afterMigration() callbacks (#8683) (5a71803)
    • ng webpack default import (#8688) (2d3374b), closes #8674
    • support imports of absolute paths of ESM files on Windows (#8669) (12cbfcd), closes #8651

    Features

    • add option to upsert to skip update if the row already exists and no values would be changed (#8679) (8744395)
    • allow {delete,insert}().returning() on MariaDB (#8673) (7facbab), closes #7235 #7235
    • Implement deferrable foreign keys for SAP HANA (#6104) (1f54c70)
  • 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 (2022-02-17)

    Bug Fixes

    • support require to internal files without explicitly writing .js in the path (#8660) (96aed8a), closes #8656

    Features

    Reverts

  • 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
  • 0.2.23 - 2020-02-28
  • 0.2.22 - 2019-12-23
  • 0.2.22-rc.2 - 2019-12-21
  • 0.2.22-rc.1 - 2019-12-21
  • 0.2.21 - 2019-12-05
  • 0.2.20 - 2019-10-18
  • 0.2.19 - 2019-09-13
  • 0.2.18 - 2019-06-04
  • 0.2.17 - 2019-05-01
  • 0.2.16 - 2019-03-26
  • 0.2.16-rc.1 - 2019-03-15
  • 0.2.15 - 2019-03-13
  • 0.2.15-rc.2 - 2019-03-11
  • 0.2.15-rc.1 - 2019-03-10
  • 0.2.14 - 2019-02-25
  • 0.2.13 - 2019-02-10
  • 0.2.12 - 2019-01-20
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

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.