Skip to content

Commit

Permalink
fix: deprecated inflight package (#6558)
Browse files Browse the repository at this point in the history
Fixes #6492
  • Loading branch information
PatrikKozak authored Aug 7, 2024
1 parent 9865ae9 commit eca1517
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 79 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"prompts": "2.4.2",
"qs": "6.11.2",
"read-stream": "^2.1.1",
"rimraf": "3.0.2",
"rimraf": "4.4.1",
"semver": "^7.5.4",
"shelljs": "0.8.5",
"simple-git": "^3.20.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/payload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"is-plain-object": "5.0.0",
"isomorphic-fetch": "3.0.0",
"joi": "17.9.2",
"json-schema-to-typescript": "11.0.3",
"json-schema-to-typescript": "14.0.5",
"jsonwebtoken": "9.0.1",
"jwt-decode": "3.1.2",
"md5": "2.3.0",
Expand All @@ -112,7 +112,7 @@
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"pino": "8.15.0",
"pino-pretty": "10.2.0",
"pino-pretty": "10.3.1",
"pluralize": "8.0.0",
"probe-image-size": "6.0.0",
"process": "0.11.10",
Expand Down Expand Up @@ -199,7 +199,7 @@
"postcss-loader": "6.2.1",
"postcss-preset-env": "9.0.0",
"release-it": "16.1.3",
"rimraf": "3.0.2",
"rimraf": "4.4.1",
"sass-loader": "12.6.0",
"serve-static": "1.15.0",
"swc-loader": "^0.2.3",
Expand Down
Loading

0 comments on commit eca1517

Please sign in to comment.