Skip to content

Commit

Permalink
fix: vulnerabilities in dependencies (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Dec 10, 2024
1 parent f946102 commit 61e1e6e
Show file tree
Hide file tree
Showing 13 changed files with 5,327 additions and 6,195 deletions.
4,099 changes: 1,622 additions & 2,477 deletions examples/gatsby/sample-gatsby-plugin-usage/package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions examples/gatsby/sample-gatsby-plugin-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,27 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "11.13.3",
"gatsby": "5.13.7",
"@emotion/react": "11.14.0",
"gatsby": "5.14.0",
"gatsby-plugin-rudderstack": "*",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.7.3",
"@types/node": "22.10.1",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"typescript": "5.6.2"
"typescript": "5.7.2"
},
"overrides": {
"micromatch": "4.0.8",
"webpack-dev-middleware": "7.2.1",
"body-parser": "1.20.3",
"axios": "1.7.7",
"path-to-regexp": "0.1.10",
"axios": "1.7.9",
"path-to-regexp": "0.1.12",
"serialize-javascript": "6.0.2",
"@swc/helpers": "0.5.13",
"cookie": "0.7.2",
"gatsby": {
"gatsby-cli": {
"pretty-error": {
Expand Down
1,844 changes: 799 additions & 1,045 deletions examples/gatsby/sample-gatsby-site/package-lock.json

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions examples/gatsby/sample-gatsby-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,25 @@
},
"dependencies": {
"@rudderstack/analytics-js": "*",
"gatsby": "5.13.7",
"gatsby": "5.14.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.7.3",
"@types/node": "22.10.1",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"typescript": "5.6.2"
"typescript": "5.7.2"
},
"overrides": {
"micromatch": "4.0.8",
"webpack-dev-middleware": "7.2.1",
"body-parser": "1.20.3",
"axios": "1.7.7",
"path-to-regexp": "0.1.10",
"axios": "1.7.9",
"path-to-regexp": "0.1.12",
"cookie": "0.7.2",
"cross-spawn": "7.0.6",
"nanoid": "3.3.8",
"serialize-javascript": "6.0.2",
"@swc/helpers": "0.5.13",
"gatsby": {
Expand Down
Loading

0 comments on commit 61e1e6e

Please sign in to comment.