Skip to content

Commit

Permalink
Maintenance: minor example dep bumps to fix moderate vulns (#56375)
Browse files Browse the repository at this point in the history
### What?
Merged a bunch of dependabot alerts in my own canary branch, mainly
postcss patch updates, and one graphql minor update, to fix moderate
security vulnerabilities in examples. Spot checked most and look good
still. EDIT: also one in scripts/send-trace-to-jaeger

### Why?
Because safety

### How?
Dependabot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
Rylab and styfle authored Oct 4, 2023
1 parent 28767ad commit b436589
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/api-routes-apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.1.1",
"@as-integrations/next": "^1.1.0",
"@graphql-tools/schema": "^9.0.9",
"graphql": "16.6.0",
"graphql": "16.8.1",
"graphql-tag": "^2.12.6",
"next": "latest",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cms-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"contentful-import": "^9.0.4",
"date-fns": "2.30.0",
"next": "latest",
"postcss": "8.4.28",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/cms-cosmic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"autoprefixer": "10.4.7",
"postcss": "8.4.14",
"postcss": "8.4.31",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cms-datocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-enterspeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15",
"typescript": "4.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cms-ghost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-graphcms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-kontent-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.7",
"postcss": "8.4.14",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15",
"tslib": "2.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cms-prepr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-prismic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.10",
"postcss": "8.4.16",
"postcss": "8.4.31",
"slice-machine-ui": "^0.4.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/cms-storyblok/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-takeshape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-umbraco-heartcore/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"postcss": "8.4.31",
"tailwindcss": "^3.0.15"
}
}
2 changes: 1 addition & 1 deletion examples/cms-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"autoprefixer": "10.4.7",
"postcss": "8.4.14",
"postcss": "8.4.31",
"tailwindcss": "^3.0.24"
}
}
2 changes: 1 addition & 1 deletion examples/radix-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "18.8.0",
"@types/react": "18.0.21",
"autoprefixer": "10.4.12",
"postcss": "8.4.17",
"postcss": "8.4.31",
"tailwindcss": "3.1.8",
"typescript": "4.8.4"
}
Expand Down
4 changes: 2 additions & 2 deletions scripts/send-trace-to-jaeger/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b436589

Please sign in to comment.