[Snyk] Upgrade: cloudinary, framer-motion, mongoose, next, react-icons, tailwind-merge #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.3.0 to 2.4.0 | 2 versions ahead of your current version | 2 months ago
on 2024-07-30
framer-motion
from 11.3.5 to 11.3.30 | 55 versions ahead of your current version | 23 days ago
on 2024-08-23
mongoose
from 8.5.1 to 8.5.4 | 3 versions ahead of your current version | 22 days ago
on 2024-08-23
next
from 14.2.5 to 14.2.6 | 1 version ahead of your current version | 24 days ago
on 2024-08-21
react-icons
from 5.2.1 to 5.3.0 | 1 version ahead of your current version | a month ago
on 2024-08-13
tailwind-merge
from 2.4.0 to 2.5.2 | 18 versions ahead of your current version | a month ago
on 2024-08-12
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
from cloudinary GitHub release notesPackage name: framer-motion
-
11.3.30 - 2024-08-23
-
11.3.29 - 2024-08-21
-
11.3.29-alpha.0 - 2024-08-15
-
11.3.28 - 2024-08-15
-
11.3.28-alpha.1 - 2024-08-14
-
11.3.28-alpha.0 - 2024-08-14
-
11.3.27 - 2024-08-14
-
11.3.26 - 2024-08-14
-
11.3.25 - 2024-08-14
-
11.3.25-alpha.12 - 2024-08-14
-
11.3.25-alpha.11 - 2024-08-14
-
11.3.25-alpha.10 - 2024-08-14
-
11.3.25-alpha.9 - 2024-08-14
-
11.3.25-alpha.8 - 2024-08-14
-
11.3.25-alpha.7 - 2024-08-14
-
11.3.25-alpha.6 - 2024-08-14
-
11.3.25-alpha.5 - 2024-08-14
-
11.3.25-alpha.4 - 2024-08-13
-
11.3.25-alpha.3 - 2024-08-13
-
11.3.25-alpha.2 - 2024-08-13
-
11.3.25-alpha.1 - 2024-08-13
-
11.3.25-alpha.0 - 2024-08-13
-
11.3.24 - 2024-08-08
-
11.3.24-alpha.2 - 2024-08-08
-
11.3.24-alpha.1 - 2024-08-08
-
11.3.23 - 2024-08-07
-
11.3.23-alpha.10 - 2024-08-08
-
11.3.23-alpha.9 - 2024-08-08
-
11.3.23-alpha.8 - 2024-08-08
-
11.3.23-alpha.7 - 2024-08-08
-
11.3.23-alpha.6 - 2024-08-08
-
11.3.23-alpha.5 - 2024-08-08
-
11.3.23-alpha.4 - 2024-08-08
-
11.3.23-alpha.3 - 2024-08-08
-
11.3.23-alpha.2 - 2024-08-08
-
11.3.23-alpha.1 - 2024-08-07
-
11.3.23-alpha.0 - 2024-08-07
-
11.3.22 - 2024-08-07
-
11.3.21 - 2024-08-01
-
11.3.20 - 2024-08-01
-
11.3.19 - 2024-07-27
-
11.3.18 - 2024-07-26
-
11.3.18-alpha.0 - 2024-07-26
-
11.3.17 - 2024-07-24
-
11.3.16 - 2024-07-24
-
11.3.15 - 2024-07-24
-
11.3.14 - 2024-07-24
-
11.3.13 - 2024-07-24
-
11.3.12 - 2024-07-23
-
11.3.11 - 2024-07-23
-
11.3.10 - 2024-07-23
-
11.3.9 - 2024-07-23
-
11.3.8 - 2024-07-19
-
11.3.7 - 2024-07-18
-
11.3.6 - 2024-07-17
-
11.3.5 - 2024-07-17
from framer-motion GitHub release notesv11.3.30
v11.3.29
v11.3.29-alpha.0
v11.3.28
v11.3.28-alpha.1
v11.3.28-alpha.0
v11.3.27
v11.3.26
v11.3.25
v11.3.25-alpha.12
Package 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
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: next
-
14.2.6 - 2024-08-21
- Ensure fetch cache TTL is updated properly (#69164)
-
14.2.5 - 2024-07-10
from next GitHub release notesNote
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
Package name: react-icons
-
5.3.0 - 2024-08-13
- Bump ejs from 3.1.9 to 3.1.10 by @ dependabot in #942
- Bump braces from 3.0.2 to 3.0.3 by @ dependabot in #953
- Bump ws from 7.5.9 to 7.5.10 by @ dependabot in #954
- feat: update simple icons to 12.4.0 by @ sdabhi23 in #956
- update bootstrap, tabler icons by @ kamijin-fanta in #968
- @ sdabhi23 made their first contribution in #956
Icon Library
License
Version
Count
Circum Icons
MPL-2.0 license
1.0.0
288
Font Awesome 5
CC BY 4.0 License
5.15.4-3-gafecf2a
1612
Font Awesome 6
CC BY 4.0 License
6.5.2
2045
Ionicons 4
MIT
4.6.3
696
Ionicons 5
MIT
5.5.4
1332
Material Design icons
Apache License Version 2.0
4.0.0-98-g9beae745bb
4341
Typicons
CC BY-SA 3.0
2.1.2
336
Github Octicons icons
MIT
18.3.0
264
Feather
MIT
4.29.1
287
Lucide
ISC
v5.3.0
1215
Game Icons
CC BY 3.0
12920d6565588f0512542a3cb0cdfd36a497f910
4040
Weather Icons
SIL OFL 1.1
2.0.12
219
Devicons
MIT
1.8.0
192
Ant Design Icons
MIT
4.4.2
831
Bootstrap Icons
MIT
1.11.3
2716
Remix Icon
Apache License Version 2.0
4.2.0
2860
Flat Color Icons
MIT
1.0.2
329
Grommet-Icons
Apache License Version 2.0
4.12.1
635
Heroicons
MIT
1.0.6
460
Heroicons 2
MIT
2.1.3
888
Simple Icons
CC0 1.0 Universal
12.4.0
3209
Simple Line Icons
MIT
2.5.5
189
IcoMoon Free
CC BY 4.0 License
d006795ede82361e1bac1ee76f215cf1dc51e4ca
491
BoxIcons
MIT
2.1.4
1634
css.gg
MIT
2.1.1
704
VS Code Icons
CC BY 4.0
0.0.35
461
Tabler Icons
MIT
3.3.0
5256
Themify Icons
MIT
v0.1.2-2-g9600186
352
Radix Icons
MIT
@ radix-ui/[email protected]
318
Phosphor Icons
MIT
2.1.1
9072
Icons8 Line Awesome
MIT
1.3.1
1544
-
5.2.1 - 2024-05-07
- bug fix: add filled suffix in tb by @ kamijin-fanta in #941
Icon Library
License
Version
Count
Circum Icons
MPL-2.0 license
1.0.0
288
Font Awesome 5
CC BY 4.0 License
5.15.4-3-gafecf2a
1612
Font Awesome 6
CC BY 4.0 License
6.5.2
2045
Ionicons 4
MIT
4.6.3
696
Ionicons 5
MIT
5.5.4
1332
Material Design icons
Apache License Version 2.0
4.0.0-98-g9beae745bb
4341
Typicons
CC BY-SA 3.0
2.1.2
336
Github Octicons icons
MIT
18.3.0
264
Feather
MIT
4.29.1
287
Lucide
ISC
v5.2.1
1215
Game Icons
CC BY 3.0
12920d6565588f0512542a3cb0cdfd36a497f910
4040
Weather Icons
SIL OFL 1.1
2.0.12
219
Devicons
MIT
1.8.0
192
Ant Design Icons
MIT
4.4.2
831
Bootstrap Icons
MIT
1.11.3
2716
Remix Icon
Apache License Version 2.0
4.2.0
2860
Flat Color Icons
MIT
1.0.2
329
Grommet-Icons
Apache License Version 2.0
4.12.1
635
Heroicons
MIT
1.0.6
460
Heroicons 2
MIT
2.1.3
888
Simple Icons
CC0 1.0 Universal
11.14.0
3124
Simple Line Icons
MIT
2.5.5
189
IcoMoon Free
CC BY 4.0 License
d006795ede82361e1bac1ee76f215cf1dc51e4ca
491
BoxIcons
MIT
2.1.4
1634
css.gg
MIT
2.1.1
704
VS Code Icons
CC BY 4.0
0.0.35
461
Tabler Icons
MIT
3.2.0
5237
Themify Icons
MIT
v0.1.2-2-g9600186
352
Radix Icons
MIT
@ radix-ui/[email protected]
318
Phosphor Icons
MIT
2.1.1
9072
Icons8 Line Awesome
MIT
1.3.1
1544
from react-icons GitHub release notesWhat's Changed
New Contributors
Full Changelog: v5.2.1...v5.3.0
What's Changed
Full Changelog: v5.2.0...v5.2.1
Package name: tailwind-merge
-
2.5.2 - 2024-08-12
- Fix multiline input not working anymore by @ dcastil in #459
-
2.5.2-dev.a9aa5911cc624d0ddd2ee81bcce00b932a437aea - 2024-08-30
-
2.5.2-dev.a72f2f474fbba41c9940d3c9737cd3ad431d68da - 2024-08-12
-
2.5.2-dev.9a68667c3a6710512dedcee4e74cbd60dbe57f38 - 2024-09-02
-
2.5.2-dev.34753fec69281e1f001a4129b6518b2e589eb28f - 2024-08-18
-
2.5.2-dev.1bed05d40bc8f053548fb85c40eeaac60e0234ef - 2024-08-18
-
2.5.2-dev.0c74ac3cababfa706594629e5244995535ca70a1 - 2024-08-18
-
2.5.1 - 2024-08-12
- Fix space at beginning of input causing infinite loop by @ dcastil in #457
-
2.5.1-dev.c795f4bcf2ef5a80b735db30d20f96b49a14ae57 - 2024-08-12
-
2.5.1-dev.a9ebe22aaea320d0894ce4255eaffcb6b2d1a649 - 2024-08-12
-
2.5.1-dev.0f0f53e1b3d930b21560eea24b467e0870854f52 - 2024-08-12
-
2.5.1-dev.056b2a31bf7d9244aa97cc859e110bdbae6723e5 - 2024-08-12
-
2.5.0 - 2024-08-11
- Performance improvements in mergeClassList by @ XantreDev in #450 and @ rortan134 in #445
- Use arrow functions where possible to help with minification by @ VIKTORVAV99 in #449
- Fix bg-opacity arbitrary percentages not being recognized properly by @ dcastil in #451
-
2.5.0-dev.bceb688b56d9e901493eb53cbb236c6767b27818 - 2024-08-11
-
2.5.0-dev.b42e5961db46b205575bf54414d4f00a9ed81c23 - 2024-08-11
-
2.5.0-dev.80d01a1abb4d048841c8757da10bb9c0e5c441c8 - 2024-08-12
-
2.5.0-dev.41e589bb317c8203857f9293af64c6c9cbf3ddf7 - 2024-08-12
-
2.5.0-dev.0ba31f3c3d64f1f4c334d97ec569d6a2ece5c759 - 2024-08-11
-
2.4.0 - 2024-07-07
- Allow hooking into class parsing logic (experimental) by @ dcastil in #444
- There is no info to this in the docs because this is experimental, but there is a new
- Create security policy by @ dcastil in #439
- Added documentation on how to report potential vulnerabilities
- Avoid
- Now no dependencies in tailwind-merge anymore. This dependency was only used in the
- Comment/typo fixes by @ barvian in #443
- Fix typo in doc/recipes.md by @ dsernst in #428
- Add tailwind-merge-dotnet to similar packages by @ desmondinho in #415
- Added GitHub Action that adds context-v2 label to every issue, discussion and PR by @ Pritam1211 in #434
- Replace size-limit action with own metrics-report action by @ dcastil in #433
from tailwind-merge GitHub release notesSorry for all the bugs today!
Bug Fixes
Full Changelog: v2.5.1...v2.5.2
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️
Bug Fixes
Full Changelog: v2.5.0...v2.5.1
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️
New Features
Bug Fixes
Full Changelog: v2.4.0...v2.5.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy and @ jamesreaco for sponsoring tailwind-merge! ❤️
New Features
experimentalParseClassNameproperty in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to #385 for upcoming more powerful low-level functionality.@ babel/runtimedependency by @ dcastil in #431tailwind-merge/es5bundle anyway which I don't optimize for.Documentation
Other
Full Changelog: v2.3.0...v2.4.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ microsoft for sponsoring tailwind-merge! ❤️
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:
[//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"cloudinary","from":"2.3.0","to":"2.4.0"},{"name":"framer-motion","from":"11.3.5","to":"11.3.30"},{"name":"mongoose","from":"8.5.1","to":"8.5.4"},{"name":"next","from":"14.2.5","to":"14.2.6"},{"name":"react-icons","from":"5.2.1","to":"5.3.0"},{"name":"tailwind-merge","from":"2.4.0","to":"2.5.2"}],"env":"prod","hasFixes":false,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[],"prId":"a782beb0-247f-4c04-be44-5483fa608805","prPublicId":"a782beb0-247f-4c04-be44-5483fa608805","packageManager":"npm","priorityScoreList":[],"projectPublicId":"c8a7944c-cfbf-4725-a1f1-7b19ee5fa9fa","projectUr...