[Snyk] Upgrade: , , , , oracledb, reflect-metadata, rimraf, rxjs, typeorm #222
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 multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@nestjs/common
from 6.8.2 to 6.11.11 | 32 versions ahead of your current version | 5 years ago
on 2020-03-03
@nestjs/core
from 6.8.2 to 6.11.11 | 32 versions ahead of your current version | 5 years ago
on 2020-03-03
@nestjs/platform-express
from 6.8.2 to 6.11.11 | 32 versions ahead of your current version | 5 years ago
on 2020-03-03
@nestjs/typeorm
from 6.2.0 to 6.3.4 | 5 versions ahead of your current version | 5 years ago
on 2020-03-11
oracledb
from 4.0.1 to 4.2.0 | 2 versions ahead of your current version | 5 years ago
on 2020-01-22
reflect-metadata
from 0.1.13 to 0.2.2 | 5 versions ahead of your current version | 5 months ago
on 2024-03-29
rimraf
from 3.0.0 to 3.0.2 | 2 versions ahead of your current version | 5 years ago
on 2020-02-09
rxjs
from 6.5.3 to 6.6.7 | 9 versions ahead of your current version | 3 years ago
on 2021-03-28
typeorm
from 0.2.20 to 0.3.20 | 532 versions ahead of your current version | 8 months ago
on 2024-01-26
Issues fixed by the recommended upgrade:
SNYK-JS-ES5EXT-6095076
SNYK-JS-THENIFY-571690
SNYK-JS-TYPEORM-590152
SNYK-JS-Y18N-1021887
SNYK-JS-HIGHLIGHTJS-1045326
SNYK-JS-HIGHLIGHTJS-1048676
SNYK-JS-XML2JS-5414874
SNYK-JS-YARGSPARSER-560381
npm:debug:20170905
Release notes
Package name: @nestjs/common
Package name: @nestjs/core
Package name: @nestjs/platform-express
Package name: @nestjs/typeorm
Package name: oracledb
node-oracledb v4.2.0 is available. See the release announcement and CHANGELOG.
Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.
For other environments, refer to INSTALL on building from source code.
node-oracledb v4.1.0 is available. See the release announcement and CHANGELOG.
Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.
For other environments, refer to INSTALL on building from source code.
node-oracledb v4.0.1 is available. See the CHANGELOG for details.
Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.
For other environments, refer to INSTALL on building from source code.
Package name: reflect-metadata
What's Changed
Full Changelog: v0.2.0...v0.2.1
What's Changed
/lite
mode by @ rbuckton in #149Full Changelog: v0.1.14...v0.2.0
What's Changed
Full Changelog: v0.1.14...v0.2.0-pre.0
What's Changed
process.env
inlining by @ rbuckton in c8c06ccNew Contributors
Full Changelog: v0.1.13...v0.1.14
Full Changelog: v0.1.12...v0.1.13
Package name: rimraf
3.0.2
3.0.1
3.0.0
Package name: rxjs
Package name: typeorm
Bug Fixes
Features
Reverts
Bug Fixes
Cannot read properties of undefined (reading 'sync')
caused after glob package upgradeBug Fixes
@ VirtualColumn
(#10432) (b53e410), closes #10431update: false
in persistence (#10250) (f8fa1fd), closes #10249date-fns
in favor ofDayJs
(#10306) (cf7147f)Features
Performance Improvements
BREAKING CHANGES
See: https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_6.0.0.md
| null
,if all columns in your embed entity are nullable. Since database queries now return embedded property as
null
if all its column values are null.Bug Fixes
0.3.16 (2023-05-09)
Bug Fixes
trustServerCertificate
option toSqlServerConnectionOptions
(#9985) (0305805), closes #8093