Skip to content

Commit 24dd819

Browse files
chore(deps): update @types/faker to 6.6.8 🌟
1 parent 0bb69bf commit 24dd819

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
"@types/express-paginate": "1.0.1",
7070
"@types/express-serve-static-core": "4.17.2",
7171
"@types/express-session": "1.17.4",
72-
"@types/faker": "5.5.9",
72+
"@types/faker": "6.6.8",
7373
"@types/http-proxy-middleware": "0.19.3",
7474
"@types/json-server": "0.14.4",
75-
"@types/jsonwebtoken": "8.5.8",
75+
"@types/jsonwebtoken": "9.0.6",
7676
"@types/jwt-decode": "2.2.1",
7777
"@types/lodash": "4.14.181",
7878
"@types/lowdb": "1.0.11",
7979
"@types/morgan": "1.9.3",
80-
"@types/node": "14.18.13",
80+
"@types/node": "20.11.24",
8181
"@types/passport": "1.0.7",
8282
"@types/react": "^18.2.14",
8383
"@types/react-dom": "^18.2.6",
@@ -86,7 +86,7 @@
8686
"@types/react-router-dom": "5.3.3",
8787
"@types/react-virtualized": "9.21.21",
8888
"@types/shortid": "0.0.29",
89-
"@types/uuid": "8.3.4",
89+
"@types/uuid": "9.0.8",
9090
"@types/validator": "13.7.2",
9191
"@types/webpack-env": "1.16.4",
9292
"@types/yup": "0.29.13",

yarn.lock

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5079,10 +5079,12 @@
50795079
"@types/qs" "*"
50805080
"@types/serve-static" "*"
50815081

5082-
5083-
version "5.5.9"
5084-
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-5.5.9.tgz#588ede92186dc557bff8341d294335d50d255f0c"
5085-
integrity sha512-uCx6mP3UY5SIO14XlspxsGjgaemrxpssJI0Ol+GfhxtcKpv9pgRZYsS4eeKeHVLje6Qtc8lGszuBI461+gVZBA==
5082+
5083+
version "6.6.8"
5084+
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-6.6.8.tgz#c56c3d7e66dff85d33041733ac28d06114c0993e"
5085+
integrity sha512-9moiFKhmFMlI/7v5jVsPS8bbtIN1Rfo03hTPf1HPgWnZCksDup2xDTyBVC6xzjmUL/i6N6ecOJQIj5LrVJbYcg==
5086+
dependencies:
5087+
faker "*"
50865088

50875089
"@types/history@^4.7.11":
50885090
version "4.7.11"
@@ -5169,10 +5171,10 @@
51695171
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
51705172
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
51715173

5172-
"@types/jsonwebtoken@8.5.8":
5173-
version "8.5.8"
5174-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
5175-
integrity sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==
5174+
"@types/jsonwebtoken@9.0.6":
5175+
version "9.0.6"
5176+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3"
5177+
integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==
51765178
dependencies:
51775179
"@types/node" "*"
51785180

@@ -5229,10 +5231,12 @@
52295231
dependencies:
52305232
undici-types "~5.26.4"
52315233

5232-
5233-
version "14.18.13"
5234-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.13.tgz#6ad4d9db59e6b3faf98dcfe4ca9d2aec84443277"
5235-
integrity sha512-Z6/KzgyWOga3pJNS42A+zayjhPbf2zM3hegRQaOPnLOzEi86VV++6FLDWgR1LGrVCRufP/ph2daa3tEa5br1zA==
5234+
5235+
version "20.11.24"
5236+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792"
5237+
integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==
5238+
dependencies:
5239+
undici-types "~5.26.4"
52365240

52375241
"@types/node@^15.0.1":
52385242
version "15.14.9"
@@ -5392,10 +5396,10 @@
53925396
dependencies:
53935397
"@types/jest" "*"
53945398

5395-
"@types/uuid@8.3.4":
5396-
version "8.3.4"
5397-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
5398-
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
5399+
"@types/uuid@9.0.8":
5400+
version "9.0.8"
5401+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
5402+
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
53995403

54005404
54015405
version "13.7.2"
@@ -8371,6 +8375,11 @@ extsprintf@^1.2.0:
83718375
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
83728376
integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
83738377

8378+
faker@*:
8379+
version "6.6.6"
8380+
resolved "https://registry.yarnpkg.com/faker/-/faker-6.6.6.tgz#e9529da0109dca4c7c5dbfeaadbd9234af943033"
8381+
integrity sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg==
8382+
83748383
fast-base64-decode@^1.0.0:
83758384
version "1.0.0"
83768385
resolved "https://registry.yarnpkg.com/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz#b434a0dd7d92b12b43f26819300d2dafb83ee418"

0 commit comments

Comments
 (0)