Skip to content

Commit

Permalink
[code-infra] Fix dependabot vulnerabilities (#44124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Oct 16, 2024
1 parent 90b890a commit 0634bb5
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 78 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"pretty-quick": "^4.0.0",
"process": "^0.11.10",
"rimraf": "^6.0.1",
"serve": "^14.2.3",
"serve": "^14.2.4",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"terser-webpack-plugin": "^5.3.10",
Expand Down
124 changes: 51 additions & 73 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/bundling/fixtures/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"concurrently": "7.4.0",
"cross-env": "7.0.3",
"playwright": "1.47.2",
"serve": "14.0.1"
"serve": "14.2.4"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion test/bundling/fixtures/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"concurrently": "7.4.0",
"playwright": "1.47.2",
"serve": "14.0.1"
"serve": "14.2.4"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 0634bb5

Please sign in to comment.