Skip to content

Commit 102a0bf

Browse files
committed
chore(deps): bump elysia version
1 parent 6fe7de6 commit 102a0bf

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

bun.lockb

753 Bytes
Binary file not shown.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@types/bun": "latest",
7474
"@types/lokijs": "^1.5.14",
7575
"@types/set-cookie-parser": "^2.4.10",
76-
"elysia": "^1.1.23",
76+
"elysia": "^1.1.24",
7777
"ioredis": "^5.4.1",
7878
"jose": "^5.9.6",
7979
"lint-staged": "^15.2.10",
@@ -89,7 +89,7 @@
8989
"engines": {
9090
"bun": "^1.1.10"
9191
},
92-
"packageManager": "[email protected].33",
92+
"packageManager": "[email protected].34",
9393
"simple-git-hooks": {
9494
"pre-commit": "bunx lint-staged",
9595
"commit-msg": "bunx commitlint -e"

yarn.lock

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-
# bun ./bun.lockb --hash: FC7AE64210637DA5-d975d365aba887b2-28109311D99D6F32-ede56a812e317fca
3+
# bun ./bun.lockb --hash: D509579F9D27C064-e9b447c7b8067e9b-E9EFBAAE60AB04A6-810f0386015ec087
44

55

66
"@babel/code-frame@^7.0.0":
@@ -1110,6 +1110,11 @@ cookie@^0.6.0:
11101110
resolved "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz"
11111111
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
11121112

1113+
cookie@^1.0.1:
1114+
version "1.0.1"
1115+
resolved "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz"
1116+
integrity sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==
1117+
11131118
cosmiconfig@>=8.2, cosmiconfig@^9.0.0:
11141119
version "9.0.0"
11151120
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz"
@@ -1198,7 +1203,7 @@ eastasianwidth@^0.2.0:
11981203
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz"
11991204
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
12001205

1201-
elysia@^1.0.23, elysia@^1.1.23:
1206+
elysia@^1.0.23:
12021207
version "1.1.23"
12031208
resolved "https://registry.npmjs.org/elysia/-/elysia-1.1.23.tgz"
12041209
integrity sha512-N+V5OW/TK/QFPfkcEt5pgOVZQ0/RUZeZI/idlvkCqBBSByhjVyLdOF5IrCTW2UKUm+cKSz+qT0C0n3gxwq/NzA==
@@ -1208,6 +1213,16 @@ elysia@^1.0.23, elysia@^1.1.23:
12081213
fast-decode-uri-component "^1.0.1"
12091214
openapi-types "^12.1.3"
12101215

1216+
elysia@^1.1.24:
1217+
version "1.1.24"
1218+
resolved "https://registry.npmjs.org/elysia/-/elysia-1.1.24.tgz"
1219+
integrity sha512-viJOb+PADrxJn7ntlQfoXsLuVgHNS09gn9dj2yroHnwqheN0hZp81WCGRQXkvh4kW5zGISX50/eqAcoNDpdL/g==
1220+
dependencies:
1221+
"@sinclair/typebox" "0.32.34"
1222+
cookie "^1.0.1"
1223+
fast-decode-uri-component "^1.0.1"
1224+
openapi-types "^12.1.3"
1225+
12111226
emoji-regex@^8.0.0:
12121227
version "8.0.0"
12131228
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"

0 commit comments

Comments
 (0)