11{
22 "name" : " @ldclabs/cose-ts" ,
33 "type" : " module" ,
4- "version" : " 1.4.1 " ,
4+ "version" : " 1.4.2 " ,
55 "author" : " 0xZensh <txr1883@gmail.com>" ,
66 "description" : " Implemented Keys, Algorithms (RFC9053), COSE (RFC9052) and CWT (RFC8392) in TypeScript." ,
77 "license" : " MIT" ,
145145 ],
146146 "dependencies" : {
147147 "@noble/ciphers" : " ^1.3.0" ,
148- "@noble/curves" : " ^1.9.2 " ,
148+ "@noble/curves" : " ^1.9.7 " ,
149149 "@noble/hashes" : " ^1.8.0" ,
150- "cborg" : " ^4.2.12 "
150+ "cborg" : " ^4.2.13 "
151151 },
152152 "devDependencies" : {
153- "@types/node" : " ^24.0.3 " ,
154- "@typescript-eslint/eslint-plugin" : " ^8.34.1 " ,
155- "@typescript-eslint/parser" : " ^8.34.1 " ,
153+ "@types/node" : " ^24.3.0 " ,
154+ "@typescript-eslint/eslint-plugin" : " ^8.40.0 " ,
155+ "@typescript-eslint/parser" : " ^8.40.0 " ,
156156 "@vitest/coverage-v8" : " ^3.2.4" ,
157- "eslint" : " ^9.29 .0" ,
158- "eslint-plugin-import" : " ^2.31 .0" ,
159- "eslint-config-prettier" : " ^10.1.5 " ,
160- "eslint-plugin-prettier" : " ^5.5.0 " ,
161- "prettier" : " ^3.5.3 " ,
162- "typescript" : " ^5.8.3 " ,
157+ "eslint" : " ^9.33 .0" ,
158+ "eslint-plugin-import" : " ^2.32 .0" ,
159+ "eslint-config-prettier" : " ^10.1.8 " ,
160+ "eslint-plugin-prettier" : " ^5.5.4 " ,
161+ "prettier" : " ^3.6.2 " ,
162+ "typescript" : " ^5.9.2 " ,
163163 "vitest" : " ^3.2.4"
164164 }
165165}
0 commit comments