From c3d0f930a9ae084febca782f90611579f6b50a4a Mon Sep 17 00:00:00 2001 From: ckwolff Date: Fri, 7 May 2021 11:00:35 -0600 Subject: [PATCH 1/2] test - DO NOT MERGE --- src/components/InstructorCourses.vue | 107 +++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 src/components/InstructorCourses.vue diff --git a/src/components/InstructorCourses.vue b/src/components/InstructorCourses.vue new file mode 100644 index 0000000..d8d3750 --- /dev/null +++ b/src/components/InstructorCourses.vue @@ -0,0 +1,107 @@ + + + -- GitLab From 7b4cbafb39dddeab6fd45c949e7c299f6e98f116 Mon Sep 17 00:00:00 2001 From: ckwolff Date: Fri, 7 May 2021 11:10:37 -0600 Subject: [PATCH 2/2] updating resolutions --- package-lock.json | 48 +++++++++++++++++++++++++++++++++++++---------- package.json | 1 + 2 files changed, 39 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2ec409..4d7b771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10607,12 +10607,6 @@ "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", "dev": true }, - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, "hpack.js": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", @@ -13612,7 +13606,6 @@ "version": "3.0.8", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz", "integrity": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==", - "dev": true, "requires": { "lru-cache": "^6.0.0" } @@ -13621,7 +13614,6 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, "requires": { "yallist": "^4.0.0" } @@ -13636,6 +13628,17 @@ "resolve": "^1.17.0", "semver": "^7.3.2", "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "hosted-git-info": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz", + "integrity": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } } }, "read-pkg-up": { @@ -13675,8 +13678,7 @@ "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "yargs-parser": { "version": "18.1.3", @@ -14261,6 +14263,32 @@ "resolve": "^1.10.0", "semver": "2 || 3 || 4 || 5", "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "hosted-git-info": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz", + "integrity": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } } }, "normalize-path": { diff --git a/package.json b/package.json index 3f7063c..6e37f4b 100644 --- a/package.json +++ b/package.json @@ -149,6 +149,7 @@ "ajv": "^6.12.6", "browserslist": "^4.16.5", "faye-websocket": "^0.11.3", + "hosted-git-info": "^3.0.8", "http-proxy": "^1.18.1", "ini": "^1.3.6", "is-svg": "^4.3.1", -- GitLab