Skip to content
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

[Snyk] Security upgrade gatsby from 4.25.9 to 5.14.0 #875

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e8b6c56
build(deps): bump sass from 1.77.8 to 1.78.0
dependabot[bot] Sep 6, 2024
daa3e05
build(deps): bump i18next from 23.14.0 to 23.15.1
dependabot[bot] Sep 13, 2024
a256c28
build(deps): bump the npm_and_yarn group with 4 updates
dependabot[bot] Sep 13, 2024
97ecd33
build(deps): bump react-i18next from 15.0.1 to 15.0.2
dependabot[bot] Sep 20, 2024
6f82760
build(deps): bump sass from 1.78.0 to 1.79.2
dependabot[bot] Sep 20, 2024
2eb2d2d
build(deps): bump sass from 1.79.2 to 1.79.3
dependabot[bot] Sep 27, 2024
970f7fc
build(deps): bump sass from 1.79.3 to 1.79.4
dependabot[bot] Oct 4, 2024
a2d29ac
build(deps): bump i18next from 23.15.1 to 23.15.2
dependabot[bot] Oct 11, 2024
87d5e02
build(deps): bump sass from 1.79.4 to 1.79.5
dependabot[bot] Oct 11, 2024
38a23f0
build(deps): bump react-i18next from 15.0.2 to 15.0.3
dependabot[bot] Oct 18, 2024
bea9710
build(deps): bump sass from 1.79.5 to 1.80.2
dependabot[bot] Oct 18, 2024
86fd085
build(deps): bump react-i18next from 15.0.3 to 15.1.0
dependabot[bot] Oct 25, 2024
1fb1a1e
build(deps): bump sass from 1.80.2 to 1.80.4
dependabot[bot] Oct 25, 2024
99b5dc6
build(deps): bump i18next from 23.15.2 to 23.16.3
dependabot[bot] Oct 25, 2024
221864c
build(deps): bump sass from 1.80.4 to 1.80.5
dependabot[bot] Nov 1, 2024
b603c26
build(deps): bump gatsby-plugin-react-i18next from 2.0.5 to 3.0.1
dependabot[bot] Nov 1, 2024
7d392d3
build(deps): bump i18next from 23.16.3 to 23.16.4
dependabot[bot] Nov 1, 2024
f25b675
fix: package.json & yarn.lock to reduce vulnerabilities
snyk-bot Nov 4, 2024
235f500
build(deps): bump gatsby-source-filesystem from 5.13.1 to 5.14.0
dependabot[bot] Nov 8, 2024
94558ae
build(deps-dev): bump babel-preset-gatsby from 3.13.2 to 3.14.0
dependabot[bot] Nov 8, 2024
b75045e
build(deps): bump react-i18next from 15.1.0 to 15.1.1
dependabot[bot] Nov 8, 2024
2950568
build(deps): bump gatsby-plugin-react-helmet from 6.13.1 to 6.14.0
dependabot[bot] Nov 8, 2024
ec643d9
build(deps): bump gatsby-plugin-sass from 6.13.1 to 6.14.0
dependabot[bot] Nov 8, 2024
b9307ac
fix: package.json & yarn.lock to reduce vulnerabilities
snyk-bot Nov 8, 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.0.0",
"gatsby": "^4.19.2",
"gatsby": "^5.14.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-offline": "^5.19.0",
"gatsby-plugin-purgecss": "^6.0.1",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-react-i18next": "^2.0.1",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-typescript": "^4.19.0",
Expand All @@ -36,7 +36,7 @@
"react-i18next": "^15.0.0",
"react-images": "^1.2.0-beta.6",
"react-scrollspy": "^3.4.3",
"sass": "^1.53.0",
"sass": "^1.80.6",
"smoothscroll-polyfill": "^0.4.4"
},
"scripts": {
Expand Down
Loading
Loading