[Snyk] Upgrade: cloudinary, mongoose, winston #1
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.
cloudinary
from 2.1.0 to 2.4.0 | 4 versions ahead of your current version | a month ago
on 2024-07-30
mongoose
from 8.3.1 to 8.5.4 | 15 versions ahead of your current version | 21 days ago
on 2024-08-23
winston
from 3.13.0 to 3.14.2 | 4 versions ahead of your current version | a month ago
on 2024-08-14
Release notes
Package name: cloudinary
-
2.4.0 - 2024-07-30
- feat: exposing config endpoint from admin api
- fix: update metadata field added missing param default_disabled
- fix: types definitions
-
2.3.1 - 2024-07-25
- fix: use 0.0.0 as fallback when package.json unavailable
- fix: upload_chunked_stream works properly with more than 2 chunks
-
2.3.0 - 2024-07-16
- fix: url analytics property name
- fix: dependencies explicit version (fix for CI)
- fix: decoding transformation string before sending in upload payload
- feat: update folders
-
2.2.0 - 2024-04-22
- feat: selective response for admin and search api
- feat: multiple values support for fields and with_field methods in search api
-
2.1.0 - 2024-03-29
- feat: added support for new api in beta - analyze api
- chore: added state to datasource entry type
- fix: metadata field api response datasource type improved
- feat: notification-url for rename and destroy methods
from cloudinary GitHub release notesPackage name: mongoose
-
8.5.4 - 2024-08-23
- fix: add empty string check for collection name passed #14806 Shubham2552
- docs(model): add 'throw' as valid strict value for bulkWrite() and add some more clarification on throwOnValidationError #14809
-
8.5.3 - 2024-08-13
- fix(document): call required functions on subdocuments underneath nested paths with correct context #14801 #14788
- fix(populate): avoid throwing error when no result and
- fix(document): apply virtuals to subdocuments if parent schema has virtuals: true for backwards compatibility #14774 #14771 #14623 #14394
- types: make HydratedSingleSubdocument and HydratedArraySubdocument merge types instead of using & #14800 #14793
- types: support schema type inference based on schema options timestamps as well #14773 #13215 ark23CIS
- types(cursor): indicate that cursor.next() can return null #14798 #14787
- types: allow mongoose.connection.db to be undefined #14797 #14789
- docs: add schema type widening advice #14790 JstnMcBrd
-
8.5.2 - 2024-07-30
- perf(clone): avoid further unnecessary checks if cloning a primitive value #14762 #14394
- fix: allow setting document array default to null #14769 #14717 #6691
- fix(model): support session: null option for save() to opt out of automatic session option with transactionAsyncLocalStorage #14744 #14736
- fix(model+document): avoid depopulating manually populated doc as getter value #14760 #14759
- fix: correct shardkey access in buildBulkWriteOps #14753 #14752 adf0nt3s
- fix(query): handle casting $switch in $expr #14755 #14751
- types: allow calling SchemaType.cast() without parent and init parameters #14756 #14748 #9076
- docs: fix a wrong example in v6 migration guide #14758 abdelrahman-elkady
-
8.5.1 - 2024-07-12
-
8.5.0 - 2024-07-08
-
8.4.5 - 2024-07-05
-
8.4.4 - 2024-06-25
-
8.4.3 - 2024-06-17
-
8.4.2 - 2024-06-17
-
8.4.1 - 2024-05-31
-
8.4.0 - 2024-05-17
-
8.3.5 - 2024-05-15
-
8.3.4 - 2024-05-06
-
8.3.3 - 2024-04-29
-
8.3.2 - 2024-04-16
-
8.3.1 - 2024-04-08
from mongoose GitHub release notes8.5.4 / 2024-08-23
8.5.3 / 2024-08-13
lean()set #14799 #14794 #14759 MohOraby8.5.2 / 2024-07-30
Package name: winston
-
3.14.2 - 2024-08-14
- Move initialization to constructor (#2503) 2458ba6
-
3.14.1 - 2024-08-08
- Save a reference to console methods in console transport (#2498) e82752f
- Add
- Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
- Update readme with forceConsole info (#2493) b2b79af
-
3.14.0 - 2024-08-08
- Add option forceConsole (#2276) b2098fd
- Set _rotate false on emit 'rotate' false (#2457) 1719275
- Bump @ babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3
- Bump @ babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1
- fix: readme (#2488) 0cb8c7c
-
3.13.1 - 2024-07-10
- revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500
- Merge branch 'master' of github.com:winstonjs/winston b56117e
- Update dependencies a5853b5
- Bump @ types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac
- Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9
- Bump @ babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550
- Update minimum version logform (#2472) 7f5f014
- Add Parseable transport (#2466) debf4fa
- chore(docs): Update w/ MySQL transport (#2456) d567c57
- fix typo at test/unit/winston/transports/http.test.js (#2453) 1d5d527
- Bump @ babel/cli from 7.23.9 to 7.24.5 (#2454) d89a34e
- Bump @ types/node from 20.11.29 to 20.12.7 (#2448) 947fa79
- Bump @ babel/core from 7.24.0 to 7.24.5 (#2455) 8c58d0a
-
3.13.0 - 2024-03-24
- fix(http): allow passing maximumDepth to prevent big object being stringified (#2425) a237865
from winston GitHub release notesv3.14.1...v3.14.2
forceConsoletoConsoleTransportOptions(#2496) 4ff0538v3.14.0...v3.14.1
v3.13.1...v3.14.0
v3.13.0...v3.13.1
v3.12.1...v3.13.0
Important
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: