-
Notifications
You must be signed in to change notification settings - Fork 0
fix: package.json & package-lock.json to reduce vulnerabilities #58
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
da3d63a
fix: package.json & package-lock.json to reduce vulnerabilities
snyk-bot 4ce24e7
Merge pull request #18 from Dargon789/snyk-fix-f6ea5e60874bd07c64dfc7…
Dargon789 1baa154
Revert "Fix React Server Components CVE vulnerabilities"
Dargon789 1c79cee
Merge pull request #21 from Dargon789/revert-20-vercel/react-server-c…
Dargon789 ccd5638
fix: package.json & package-lock.json to reduce vulnerabilities (#14)
Dargon789 ea38860
fix: package.json to reduce vulnerabilities (#22)
snyk-io[bot] 945d384
fix: package.json to reduce vulnerabilities (#19)
snyk-io[bot] f7ef9c3
deps: bump next from 15.3.5 to 15.5.9 (#17)
dependabot[bot] 7dd591e
deps: bump next-auth from 5.0.0-beta.29 to 5.0.0-beta.30 (#15)
dependabot[bot] 8bb5ff5
fix: package.json to reduce vulnerabilities (#13)
snyk-io[bot] a1774d6
fix: upgrade react from 19.1.0 to 19.2.0 (#12)
snyk-io[bot] 6b8f0c0
fix: upgrade typescript from 5.8.3 to 5.9.3 (#11)
snyk-io[bot] c9b2da1
feat: upgrade zod from 3.25.76 to 4.1.11 (#10)
snyk-io[bot] a44817c
fix: upgrade next from 15.3.5 to 15.5.4 (#9)
snyk-io[bot] b6dc141
deps: bump the dependencies-major group across 1 directory with 2 upd…
dependabot[bot] 21d1fc5
fix: package.json to reduce vulnerabilities (#7)
snyk-io[bot] bc72b65
Merge pull request #25 from Dargon789/main
Dargon789 332f034
Merge pull request #26 from Dargon789/vercel/react-server-components-…
Dargon789 54cecae
Create config.yml
Dargon789 24f5e14
Update .github/config.yml
Dargon789 863ef8f
Merge pull request #27 from Dargon789/Dargon789-patch-1
Dargon789 714bbe8
Delete .circleci directory
Dargon789 1ff8eb3
Merge pull request #28 from Dargon789/Dargon789-patch-2
Dargon789 649d587
#26 #27 #28 (#29) (#30)
Dargon789 69fefe5
deps: bump next from 16.0.10 to 16.1.6 (#39)
dependabot[bot] 299eb45
fix: package.json & package-lock.json to reduce vulnerabilities (#44)
Dargon789 2c901d7
deps: bump next-auth from 5.0.0-beta.29 to 5.0.0-beta.30 (#45)
dependabot[bot] 718865a
deps: bump the dependencies-minor group across 1 directory with 16 up…
dependabot[bot] 2119d52
Merge pull request #26 #27 #28 (#29) (#30) (#50) (#51)
Dargon789 f6c700b
Merge pull request #28 from Dargon789/Dargon789-patch-2 (#52) (#53)
Dargon789 6fc6155
fix: package.json & package-lock.json to reduce vulnerabilities (#56…
Dargon789 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file appears to be a CircleCI configuration, but it has been moved to the
.githubdirectory, which is used for GitHub Actions. This will likely break your CI pipeline as CircleCI will no longer find its configuration file at the expected.circleci/config.ymlpath. If you intend to continue using CircleCI, this file should be moved back to its original location.