Skip to content

[Snyk] Security upgrade next from 13.1.6 to 14.2.15 #23

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

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
67992d4
fix: upgrade multiple dependencies with Snyk
snyk-bot Jul 4, 2024
c4807cb
fix: upgrade eslint-config-next from 13.1.6 to 13.5.6
snyk-bot Jul 4, 2024
ccb13c6
fix: upgrade @next/font from 13.1.6 to 13.5.6
snyk-bot Jul 4, 2024
d5e839b
fix: upgrade langchain from 0.0.96 to 0.2.5
snyk-bot Jul 4, 2024
0d0a04a
fix: upgrade @types/react from 18.0.28 to 18.3.3
snyk-bot Jul 4, 2024
78be1a0
Merge pull request #5 from abdulrahman305/snyk-upgrade-0a07d7269a8a40…
abdulrahman305 Jul 28, 2024
907f00a
Merge pull request #4 from abdulrahman305/snyk-upgrade-f1f6e744d24c62…
abdulrahman305 Jul 28, 2024
61e15d9
Merge pull request #3 from abdulrahman305/snyk-upgrade-834221e4cad9b9…
abdulrahman305 Jul 28, 2024
36edf52
Merge pull request #2 from abdulrahman305/snyk-upgrade-4e4cea78c488ef…
abdulrahman305 Jul 28, 2024
b95e49a
Merge pull request #1 from abdulrahman305/snyk-upgrade-0e5dfa6db04fab…
abdulrahman305 Jul 28, 2024
92a87bb
fix: upgrade langchain from 0.0.96 to 0.2.8
snyk-bot Jul 29, 2024
10ea0c5
fix: upgrade @types/node from 18.16.11 to 18.19.39
snyk-bot Jul 29, 2024
b54738a
fix: upgrade @supabase/supabase-js from 2.24.0 to 2.44.3
snyk-bot Jul 29, 2024
3ba95c2
fix: upgrade @types/react-dom from 18.0.11 to 18.3.0
snyk-bot Jul 29, 2024
1516fe1
fix: upgrade eslint from 8.34.0 to 8.57.0
snyk-bot Jul 29, 2024
b6d4d26
Merge pull request #10 from abdulrahman305/snyk-upgrade-1fb844cfc496e…
abdulrahman305 Jul 30, 2024
405b6e1
Merge pull request #9 from abdulrahman305/snyk-upgrade-3e2bc365c113e2…
abdulrahman305 Jul 30, 2024
c143590
Merge pull request #8 from abdulrahman305/snyk-upgrade-80500459005223…
abdulrahman305 Jul 30, 2024
f59541c
Merge pull request #7 from abdulrahman305/snyk-upgrade-5ede03a45d515d…
abdulrahman305 Jul 30, 2024
8eeb05e
Merge pull request #6 from abdulrahman305/snyk-upgrade-bb444e7ffde8d7…
abdulrahman305 Jul 30, 2024
20bd381
fix: package.json to reduce vulnerabilities
snyk-bot Dec 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@next/font": "13.1.6",
"@next/font": "13.5.6",
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.24.0",
"@supabase/supabase-js": "^2.44.3",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.12",
"langchain": "^0.0.96",
"next": "13.1.6",
"langchain": "^0.2.8",
"next": "14.2.15",
"node-spider": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^8.0.5",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
Expand All @@ -32,12 +32,12 @@
},
"devDependencies": {
"@types/async": "^3.2.18",
"@types/node": "^18.16.11",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/node": "^18.19.39",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/url-parse": "^1.4.8",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"typescript": "4.9.5"
}
}