-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): resolve dependabot alerts and merge fixes from main into dev #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hotfix(lint): Resolve linting errors for deployment
chore(deps): Update dependencies in yarn.lock to latest versions
Bumps [next](https://github.com/vercel/next.js) from 14.2.20 to 14.2.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.20...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…4.2.21 chore(deps): bump next from 14.2.20 to 14.2.21
release(0.1.1): Release v0.1.1
release(1.0.0): v1.0.0 Release
feat(seo, docs): v1.0.1 release including SEO optimization and updated/improved documentation
feat(seo): v1.0.2 release - add OpenGraph and Twitter metadata to home page to avoid overwriting
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.173.4 to 2.178.2. - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/[email protected]/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.173.4 to 2.189.1. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/v2.189.1/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.189.1/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.189.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…tructure/aws-cdk-lib-2.189.1
Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.26. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.21...v14.2.26) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…tructure/aws-cdk-2.178.2 chore(deps-dev): bump aws-cdk from 2.173.4 to 2.178.2 in /infrastructure
…4.2.26 chore(deps): bump next from 14.2.21 to 14.2.26
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Reviewer's GuideThis pull request implements dependency upgrades by modifying version strings for specific packages within File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This pull request updates several package dependencies across the project to ensure compatibility with the latest versions and benefit from bug fixes and improvements.
Dependency updates:
infrastructure/package.json
: Updatedaws-cdk
from^2.173.0
to^2.178.2
andaws-cdk-lib
from^2.173.0
to^2.189.1
. These updates bring the latest features and fixes for AWS Cloud Development Kit (CDK).package.json
: Updatednext
from14.2.20
to14.2.26
, ensuring the project uses the latest version of the Next.js framework.Summary by Sourcery
Update project dependencies to their latest versions for improved compatibility and features
Chores: