From 9f094ad5b05ce8201c43ad561b377c8922adce7e Mon Sep 17 00:00:00 2001 From: Inshal Date: Tue, 4 Jun 2024 01:31:09 +0500 Subject: [PATCH] fix --- package-lock.json | 15 +++++++++++++++ typed-router.d.ts | 1 + 2 files changed, 16 insertions(+) diff --git a/package-lock.json b/package-lock.json index 5f13ff2..bed0bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,11 +26,13 @@ "apexcharts": "3.37.0", "axios": "^1.7.2", "axios-mock-adapter": "^1.21.4", + "axois": "^0.0.1-security", "chart.js": "^4.4.0", "cookie-es": "^1.0.0", "eslint-import-resolver-custom-alias": "^1.3.2", "jwt-decode": "^4.0.0", "mapbox-gl": "3.0.1", + "moment": "^2.30.1", "ofetch": "^1.3.3", "pinia": "^2.1.7", "prismjs": "^1.29.0", @@ -3904,6 +3906,11 @@ "axios": ">= 0.17.0" } }, + "node_modules/axois": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/axois/-/axois-0.0.1-security.tgz", + "integrity": "sha512-8Nui4fwwyxHfjAfpDlg3Jt66EJA4i1D1eJch3D+wM/Oe+qhpyp7yfiszko/O5/adYu20wc37RG9/Eg8QIJHcvA==" + }, "node_modules/babel-walk": { "version": "3.0.0-canary-5", "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", @@ -9124,6 +9131,14 @@ "ufo": "^1.5.3" } }, + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "engines": { + "node": "*" + } + }, "node_modules/mpd-parser": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-1.3.0.tgz", diff --git a/typed-router.d.ts b/typed-router.d.ts index 86f30ea..c48b244 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -150,6 +150,7 @@ declare module 'vue-router/auto/routes' { 'pages-pricing': RouteRecordInfo<'pages-pricing', '/pages/pricing', Record, Record>, 'pages-typography': RouteRecordInfo<'pages-typography', '/pages/typography', Record, Record>, 'pages-user-profile-tab': RouteRecordInfo<'pages-user-profile-tab', '/pages/user-profile/:tab', { tab: ParamValue }, { tab: ParamValue }>, + 'patients-meetings': RouteRecordInfo<'patients-meetings', '/patients/meetings', Record, Record>, 'patients-patients': RouteRecordInfo<'patients-patients', '/patients/patients', Record, Record>, 'providers-providers': RouteRecordInfo<'providers-providers', '/providers/providers', Record, Record>, 'register': RouteRecordInfo<'register', '/register', Record, Record>,