Skip to content

Commit 497b182

Browse files
authored
upgrade fastify to 4.10.2 (#167)
1 parent 752e69a commit 497b182

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

sample-service/sample-ecommerce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bcryptjs": "^2.4.3",
2020
"crypto": "^1.0.1",
2121
"dotenv": "^16.0.1",
22-
"fastify": "^4.9.2",
22+
"fastify": "^4.10.2",
2323
"pm2": "^5.2.2",
2424
"sqlite3": "^5.0.11",
2525
"typeorm": "^0.3.9"

sample-service/sample-ecommerce/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,11 @@ console-control-strings@^1.0.0, console-control-strings@^1.1.0:
675675
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
676676
integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
677677

678+
content-type@^1.0.4:
679+
version "1.0.4"
680+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
681+
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
682+
678683
continuation-local-storage@^3.2.1:
679684
version "3.2.1"
680685
resolved "https://registry.yarnpkg.com/continuation-local-storage/-/continuation-local-storage-3.2.1.tgz#11f613f74e914fe9b34c92ad2d28fe6ae1db7ffb"
@@ -939,16 +944,17 @@ fast-uri@^2.0.0, fast-uri@^2.1.0:
939944
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.1.0.tgz#9279432d6b53675c90116b947ed2bbba582d6fb5"
940945
integrity sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==
941946

942-
fastify@^4.9.2:
943-
version "4.9.2"
944-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.9.2.tgz#0f5cfb3e1960320a9cae920efb59c3605c5577c7"
945-
integrity sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==
947+
fastify@^4.10.2:
948+
version "4.10.2"
949+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.10.2.tgz#0dd1cb8d16df3c14eff938c08aa6da63b4035d0d"
950+
integrity sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==
946951
dependencies:
947952
"@fastify/ajv-compiler" "^3.3.1"
948953
"@fastify/error" "^3.0.0"
949954
"@fastify/fast-json-stringify-compiler" "^4.1.0"
950955
abstract-logging "^2.0.1"
951956
avvio "^8.2.0"
957+
content-type "^1.0.4"
952958
find-my-way "^7.3.0"
953959
light-my-request "^5.6.1"
954960
pino "^8.5.0"
@@ -957,7 +963,7 @@ fastify@^4.9.2:
957963
rfdc "^1.3.0"
958964
secure-json-parse "^2.5.0"
959965
semver "^7.3.7"
960-
tiny-lru "^9.0.2"
966+
tiny-lru "^10.0.0"
961967

962968
fastq@^1.6.1:
963969
version "1.13.0"
@@ -2359,10 +2365,10 @@ thread-stream@^2.0.0:
23592365
dependencies:
23602366
real-require "^0.2.0"
23612367

2362-
tiny-lru@^9.0.2:
2363-
version "9.0.3"
2364-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-9.0.3.tgz#f6a2121f433607a7f338881a23090829c1ea8cae"
2365-
integrity sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw==
2368+
tiny-lru@^10.0.0:
2369+
version "10.0.1"
2370+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-10.0.1.tgz#aaf5d22207e641ed1b176ac2e616d6cc2fc9ef66"
2371+
integrity sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==
23662372

23672373
to-regex-range@^5.0.1:
23682374
version "5.0.1"

0 commit comments

Comments
 (0)