This commit is contained in:
parent
a55a5cf5da
commit
ebccb3e40b
2 changed files with 8 additions and 8 deletions
|
@ -15,11 +15,11 @@
|
||||||
"db:create": "typeorm migration:create ./src/database/migrations/app/new",
|
"db:create": "typeorm migration:create ./src/database/migrations/app/new",
|
||||||
"release": "np --no-publish"
|
"release": "np --no-publish"
|
||||||
},
|
},
|
||||||
"repository": "https://gitea.vylpes.xyz/External/card-drop.git",
|
"repository": "https://git.vylpes.xyz/External/card-drop.git",
|
||||||
"author": "Ethan Lane <ethan@vylpes.com>",
|
"author": "Ethan Lane <ethan@vylpes.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https//gitea.vylpes.xyz/External/card-drop/issues",
|
"url": "https//git.vylpes.xyz/External/card-drop/issues",
|
||||||
"email": "helpdesk@vylpes.com"
|
"email": "helpdesk@vylpes.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://gitea.vylpes.xyz/External/card-drop",
|
"homepage": "https://gitea.vylpes.xyz/External/card-drop",
|
||||||
|
@ -49,8 +49,8 @@
|
||||||
"winston-daily-rotate-file": "^5.0.0",
|
"winston-daily-rotate-file": "^5.0.0",
|
||||||
"winston-discord-transport": "^1.3.0"
|
"winston-discord-transport": "^1.3.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"resolutions": {
|
||||||
"undici": "^5.28.3"
|
"**/ws": "^8.17.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.0.0",
|
"@types/node": "^20.0.0",
|
||||||
|
|
|
@ -6838,10 +6838,10 @@ write-file-atomic@^4.0.2:
|
||||||
imurmurhash "^0.1.4"
|
imurmurhash "^0.1.4"
|
||||||
signal-exit "^3.0.7"
|
signal-exit "^3.0.7"
|
||||||
|
|
||||||
ws@^8.16.0:
|
ws@^8.16.0, ws@^8.17.1:
|
||||||
version "8.17.0"
|
version "8.18.0"
|
||||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
|
||||||
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
|
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
|
||||||
|
|
||||||
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
|
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
|
||||||
version "5.1.0"
|
version "5.1.0"
|
||||||
|
|
Loading…
Reference in a new issue