Skip to content

Commit

Permalink
fix(deps): update dependency close-with-grace to v2 (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 304a0b4 commit 02a80d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fastify/multipart": "8.3.0",
"@fastify/sensible": "5.6.0",
"@sinclair/typebox": "0.33.7",
"close-with-grace": "1.3.0",
"close-with-grace": "2.1.0",
"fastify": "4.28.1",
"fastify-cli": "6.3.0",
"fastify-plugin": "4.5.1",
Expand Down
7 changes: 6 additions & 1 deletion server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,12 @@ cliui@^8.0.1:
strip-ansi "^6.0.1"
wrap-ansi "^7.0.0"

[email protected], close-with-grace@^1.1.0:
[email protected]:
version "2.1.0"
resolved "https://registry.yarnpkg.com/close-with-grace/-/close-with-grace-2.1.0.tgz#fa8ddbcf99bc16b0c5a21e7fd1fcc3575ae29409"
integrity sha512-rME1AtzKc9dfpLr8XBVhXqhVZDvtaIA7FIpjPaO+DmDsomaTNtuEBZMoNDgIvjHYK5q8/Afxy34YTXInUBsT1A==

close-with-grace@^1.1.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/close-with-grace/-/close-with-grace-1.3.0.tgz#ff0f5889ad076f79c9d4308db75cc827027366b8"
integrity sha512-lvm0rmLIR5bNz4CRKW6YvCfn9Wg5Wb9A8PJ3Bb+hjyikgC1RO1W3J4z9rBXQYw97mAte7dNSQI8BmUsxdlXQyw==
Expand Down

0 comments on commit 02a80d9

Please sign in to comment.