mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
fix(deps): pin dependencies (#217)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
647a328e1b
commit
82fec12fff
@ -21,7 +21,7 @@
|
|||||||
"autoprefixer": "10.2.4",
|
"autoprefixer": "10.2.4",
|
||||||
"cookie": "0.4.1",
|
"cookie": "0.4.1",
|
||||||
"core-js": "3.8.3",
|
"core-js": "3.8.3",
|
||||||
"csrf": "^3.1.0",
|
"csrf": "3.1.0",
|
||||||
"dataloader": "2.0.0",
|
"dataloader": "2.0.0",
|
||||||
"dayjs": "1.10.4",
|
"dayjs": "1.10.4",
|
||||||
"discord.js": "12.5.1",
|
"discord.js": "12.5.1",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"mysql": "2.18.1",
|
"mysql": "2.18.1",
|
||||||
"next": "10.0.6",
|
"next": "10.0.6",
|
||||||
"next-connect": "0.9.1",
|
"next-connect": "0.9.1",
|
||||||
"next-session": "^3.4.0",
|
"next-session": "3.4.0",
|
||||||
"next-themes": "0.0.10",
|
"next-themes": "0.0.10",
|
||||||
"node-emoji": "1.10.0",
|
"node-emoji": "1.10.0",
|
||||||
"postcss": "8.2.6",
|
"postcss": "8.2.6",
|
||||||
|
|||||||
@ -2195,7 +2195,7 @@ crypto-browserify@3.12.0, crypto-browserify@^3.11.0:
|
|||||||
randombytes "^2.0.0"
|
randombytes "^2.0.0"
|
||||||
randomfill "^1.0.3"
|
randomfill "^1.0.3"
|
||||||
|
|
||||||
csrf@^3.1.0:
|
csrf@3.1.0:
|
||||||
version "3.1.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/csrf/-/csrf-3.1.0.tgz#ec75e9656d004d674b8ef5ba47b41fbfd6cb9c30"
|
resolved "https://registry.yarnpkg.com/csrf/-/csrf-3.1.0.tgz#ec75e9656d004d674b8ef5ba47b41fbfd6cb9c30"
|
||||||
integrity sha512-uTqEnCvWRk042asU6JtapDTcJeeailFy4ydOQS28bj1hcLnYRiqi8SsD2jS412AY1I/4qdOwWZun774iqywf9w==
|
integrity sha512-uTqEnCvWRk042asU6JtapDTcJeeailFy4ydOQS28bj1hcLnYRiqi8SsD2jS412AY1I/4qdOwWZun774iqywf9w==
|
||||||
@ -5222,7 +5222,7 @@ next-connect@0.9.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
trouter "^3.1.0"
|
trouter "^3.1.0"
|
||||||
|
|
||||||
next-session@^3.4.0:
|
next-session@3.4.0:
|
||||||
version "3.4.0"
|
version "3.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/next-session/-/next-session-3.4.0.tgz#799757624a336b752298e9771ffc1d7282d76e91"
|
resolved "https://registry.yarnpkg.com/next-session/-/next-session-3.4.0.tgz#799757624a336b752298e9771ffc1d7282d76e91"
|
||||||
integrity sha512-JBROZVndV3vBMdELMOmnm1mWNKzjSTl4niwnuVMjAhcW5Cn9UAS3YkQyOJ1I5LSiLNOxVheQ7BTuxE4nx6SDwQ==
|
integrity sha512-JBROZVndV3vBMdELMOmnm1mWNKzjSTl4niwnuVMjAhcW5Cn9UAS3YkQyOJ1I5LSiLNOxVheQ7BTuxE4nx6SDwQ==
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user