Skip to content

Commit

Permalink
Merge pull request #378 from PreMiD/dependabot/npm_and_yarn/fastify-3…
Browse files Browse the repository at this point in the history
….14.0
  • Loading branch information
Timeraa committed Mar 16, 2021
2 parents de4cee2 + 6991489 commit 137e4c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"axios": "0.21.1",
"discord.js": "12.5.1",
"fast-node-cache": "1.2.1",
"fastify": "3.13.0",
"fastify": "3.14.0",
"graphql": "15.5.0",
"mercurius": "^7.2.0",
"middie": "5.2.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -783,13 +783,14 @@ fast-json-stringify@^1.13.0:
deepmerge "^4.2.2"
string-similarity "^4.0.1"

fast-json-stringify@^2.2.1:
version "2.4.2"
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-2.4.2.tgz#f2a5df3d335979a22335954bfacc7d32437ecf68"
integrity sha512-hXNC8Hj5ZYf0PRt67JyLwrw72XOIUSOj8IYXk8w8kotBox02L08Dvz6c8IMpCUXof1H+dLlBz1aszGqP9xmrBw==
fast-json-stringify@^2.5.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-2.5.1.tgz#ff741555543c749f1416e6bb30a3e11ded9dd0d2"
integrity sha512-lYUyS/nIremX66DoEvdrTgpgbBnC94ObnBkQLaW/aIWROpApMzdCkmNaPTThIOsGDWC7nufKzXfdnAjETmdmEg==
dependencies:
ajv "^6.11.0"
deepmerge "^4.2.2"
rfdc "^1.2.0"
string-similarity "^4.0.1"

fast-node-cache@1.2.1:
Expand Down Expand Up @@ -854,16 +855,16 @@ fastify-websocket@^3.0.0:
fastify-plugin "^3.0.0"
ws "^7.4.2"

fastify@3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.13.0.tgz#82afddc870225eac9c82846c4a2124cd82b4846d"
integrity sha512-adp02czYrrO0c+CDuTF0BsTe5/prqc3aY+vOgdI419xBhbhrcxU4bt13XJ36o+RR5aQEVE3GVmW45F0ggAGgSA==
fastify@3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.14.0.tgz#0a75f624a95f65ac3d319fb7b0bf79f84d522a76"
integrity sha512-a6W2iVPJMOaULqCykJ5nFRtnoknqt9K3b6rqAQcGjT/O2Hy+vvo+9/+cL2907KN0iF/91Ke+XQluKrVNF6+Z7w==
dependencies:
"@fastify/proxy-addr" "^3.0.0"
abstract-logging "^2.0.0"
ajv "^6.12.2"
avvio "^7.1.2"
fast-json-stringify "^2.2.1"
fast-json-stringify "^2.5.0"
fastify-error "^0.3.0"
fastify-warning "^0.2.0"
find-my-way "^4.0.0"
Expand Down Expand Up @@ -1864,7 +1865,7 @@ reusify@^1.0.4:
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

rfdc@^1.1.4:
rfdc@^1.1.4, rfdc@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.2.0.tgz#9e9894258f48f284b43c3143c68070a4f373b949"
integrity sha512-ijLyszTMmUrXvjSooucVQwimGUk84eRcmCuLV8Xghe3UO85mjUtRAHRyoMM6XtyqbECaXuBWx18La3523sXINA==
Expand Down

0 comments on commit 137e4c8

Please sign in to comment.