|  | @@ -9,7 +9,9 @@
 | 
	
		
			
				|  |  |        "version": "1.0.0",
 | 
	
		
			
				|  |  |        "license": "MIT",
 | 
	
		
			
				|  |  |        "dependencies": {
 | 
	
		
			
				|  |  | +        "body-parser": "^1.20.3",
 | 
	
		
			
				|  |  |          "express": "^4.21.1",
 | 
	
		
			
				|  |  | +        "jsonwebtoken": "^9.0.2",
 | 
	
		
			
				|  |  |          "sqlite3": "^5.1.7"
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -296,6 +298,12 @@
 | 
	
		
			
				|  |  |          "ieee754": "^1.1.13"
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    "node_modules/buffer-equal-constant-time": {
 | 
	
		
			
				|  |  | +      "version": "1.0.1",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
 | 
	
		
			
				|  |  | +      "license": "BSD-3-Clause"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      "node_modules/bytes": {
 | 
	
		
			
				|  |  |        "version": "3.1.2",
 | 
	
		
			
				|  |  |        "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
 | 
	
	
		
			
				|  | @@ -527,6 +535,15 @@
 | 
	
		
			
				|  |  |          "node": ">=8"
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    "node_modules/ecdsa-sig-formatter": {
 | 
	
		
			
				|  |  | +      "version": "1.0.11",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
 | 
	
		
			
				|  |  | +      "license": "Apache-2.0",
 | 
	
		
			
				|  |  | +      "dependencies": {
 | 
	
		
			
				|  |  | +        "safe-buffer": "^5.0.1"
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      "node_modules/ee-first": {
 | 
	
		
			
				|  |  |        "version": "1.1.1",
 | 
	
		
			
				|  |  |        "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
 | 
	
	
		
			
				|  | @@ -1126,6 +1143,91 @@
 | 
	
		
			
				|  |  |        "license": "MIT",
 | 
	
		
			
				|  |  |        "optional": true
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    "node_modules/jsonwebtoken": {
 | 
	
		
			
				|  |  | +      "version": "9.0.2",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
 | 
	
		
			
				|  |  | +      "license": "MIT",
 | 
	
		
			
				|  |  | +      "dependencies": {
 | 
	
		
			
				|  |  | +        "jws": "^3.2.2",
 | 
	
		
			
				|  |  | +        "lodash.includes": "^4.3.0",
 | 
	
		
			
				|  |  | +        "lodash.isboolean": "^3.0.3",
 | 
	
		
			
				|  |  | +        "lodash.isinteger": "^4.0.4",
 | 
	
		
			
				|  |  | +        "lodash.isnumber": "^3.0.3",
 | 
	
		
			
				|  |  | +        "lodash.isplainobject": "^4.0.6",
 | 
	
		
			
				|  |  | +        "lodash.isstring": "^4.0.1",
 | 
	
		
			
				|  |  | +        "lodash.once": "^4.0.0",
 | 
	
		
			
				|  |  | +        "ms": "^2.1.1",
 | 
	
		
			
				|  |  | +        "semver": "^7.5.4"
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  | +      "engines": {
 | 
	
		
			
				|  |  | +        "node": ">=12",
 | 
	
		
			
				|  |  | +        "npm": ">=6"
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/jwa": {
 | 
	
		
			
				|  |  | +      "version": "1.4.1",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
 | 
	
		
			
				|  |  | +      "license": "MIT",
 | 
	
		
			
				|  |  | +      "dependencies": {
 | 
	
		
			
				|  |  | +        "buffer-equal-constant-time": "1.0.1",
 | 
	
		
			
				|  |  | +        "ecdsa-sig-formatter": "1.0.11",
 | 
	
		
			
				|  |  | +        "safe-buffer": "^5.0.1"
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/jws": {
 | 
	
		
			
				|  |  | +      "version": "3.2.2",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
 | 
	
		
			
				|  |  | +      "license": "MIT",
 | 
	
		
			
				|  |  | +      "dependencies": {
 | 
	
		
			
				|  |  | +        "jwa": "^1.4.1",
 | 
	
		
			
				|  |  | +        "safe-buffer": "^5.0.1"
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.includes": {
 | 
	
		
			
				|  |  | +      "version": "4.3.0",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.isboolean": {
 | 
	
		
			
				|  |  | +      "version": "3.0.3",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.isinteger": {
 | 
	
		
			
				|  |  | +      "version": "4.0.4",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.isnumber": {
 | 
	
		
			
				|  |  | +      "version": "3.0.3",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.isplainobject": {
 | 
	
		
			
				|  |  | +      "version": "4.0.6",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.isstring": {
 | 
	
		
			
				|  |  | +      "version": "4.0.1",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    "node_modules/lodash.once": {
 | 
	
		
			
				|  |  | +      "version": "4.1.1",
 | 
	
		
			
				|  |  | +      "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
 | 
	
		
			
				|  |  | +      "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
 | 
	
		
			
				|  |  | +      "license": "MIT"
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      "node_modules/lru-cache": {
 | 
	
		
			
				|  |  |        "version": "6.0.0",
 | 
	
		
			
				|  |  |        "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
 |