Skip to content

Commit

Permalink
Merge pull request #1042 from griidc/release/6.8.2
Browse files Browse the repository at this point in the history
Release/6.8.2
  • Loading branch information
mickel1138 authored Nov 9, 2021
2 parents 9dd5924 + 852c062 commit f086820
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"devextreme": "^20.1.6",
"devextreme-vue": "^20.1.6",
"dropzone": "^5.7.2",
"jquery": "3.5.1",
"jquery": "^3.5.1",
"jquery-migrate": "^3.1.0",
"jquery-ui": "^1.12.1",
"jquery-ui": "^1.13.0",
"jquery-ui-themes": "^1.12.0",
"jquery.cookie": "^1.4.1",
"postcss-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Command/ValidateRemotelyHostedLinksCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$datasetSubmission = $dataset->getDatasetSubmission();

if ($datasetSubmission instanceof DatasetSubmission) {
$link = $datasetSubmission->getDatasetFileUri();
$link = $datasetSubmission->getRemotelyHostedUrl();
$httpResponse = $this->urlValidation->validateUrl($link);

if ($httpResponse === true) {
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4045,20 +4045,22 @@ jquery-ui-themes@^1.12.0:
resolved "https://registry.yarnpkg.com/jquery-ui-themes/-/jquery-ui-themes-1.12.0.tgz#a57ba0ad96800d84522fe76893ffcbde67081d51"
integrity sha1-pXugrZaADYRSL+dok//L3mcIHVE=

jquery-ui@^1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=
jquery-ui@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.0.tgz#ab5ac65f37ca093c51b3478c4097f55bbc008f36"
integrity sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==
dependencies:
jquery ">=1.8.0 <4.0.0"

jquery.cookie@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/jquery.cookie/-/jquery.cookie-1.4.1.tgz#d63dce209eab691fe63316db08ca9e47e0f9385b"
integrity sha1-1j3OIJ6raR/mMxbbCMqeR+D5OFs=

[email protected]:
version "3.5.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
"jquery@>=1.8.0 <4.0.0", jquery@^3.5.1:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==

js-base64@^2.1.8:
version "2.6.4"
Expand Down

0 comments on commit f086820

Please sign in to comment.