aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorZero~Informatique2022-04-11 18:59:57 +0200
committerZero~Informatique2022-04-11 18:59:57 +0200
commit2ec91642676ee8c14151cc16627418eb70050502 (patch)
tree239b287c681a997770ef222ffdc80f4a8503f5eb /viewer
parent89cd6d8aa71870788765db489dd67c4ef237c551 (diff)
downloadldgallery-2ec91642676ee8c14151cc16627418eb70050502.tar.gz
Deps upgrade for Node v16
Diffstat (limited to 'viewer')
-rw-r--r--viewer/.prettierrc.js1
-rw-r--r--viewer/package.json10
-rw-r--r--viewer/yarn.lock3385
3 files changed, 1760 insertions, 1636 deletions
diff --git a/viewer/.prettierrc.js b/viewer/.prettierrc.js
index ee0cb9b..36c85bc 100644
--- a/viewer/.prettierrc.js
+++ b/viewer/.prettierrc.js
@@ -6,4 +6,5 @@ module.exports = {
6 printWidth: 120, 6 printWidth: 120,
7 bracketSpacing: true, 7 bracketSpacing: true,
8 arrowParens: "avoid", 8 arrowParens: "avoid",
9 endOfLine: "auto",
9}; 10};
diff --git a/viewer/package.json b/viewer/package.json
index 905222b..bc39a21 100644
--- a/viewer/package.json
+++ b/viewer/package.json
@@ -44,11 +44,11 @@
44 "@vue/cli-service": "4.5.13", 44 "@vue/cli-service": "4.5.13",
45 "@vue/eslint-config-typescript": "7.0.0", 45 "@vue/eslint-config-typescript": "7.0.0",
46 "eslint": "7.23.0", 46 "eslint": "7.23.0",
47 "eslint-config-prettier": "8.1.0", 47 "eslint-config-prettier": "8.5.0",
48 "eslint-plugin-prettier": "3.3.1", 48 "eslint-plugin-prettier": "3.4.1",
49 "eslint-plugin-vue": "7.8.0", 49 "eslint-plugin-vue": "7.20.0",
50 "node-sass": "4.14.1", 50 "node-sass": "6.0.1",
51 "sass-loader": "8.0.2", 51 "sass-loader": "10.2.1",
52 "typescript": "4.2.4", 52 "typescript": "4.2.4",
53 "vue-cli-plugin-buefy": "0.3.8", 53 "vue-cli-plugin-buefy": "0.3.8",
54 "vue-cli-plugin-fontawesome": "0.2.0", 54 "vue-cli-plugin-fontawesome": "0.2.0",
diff --git a/viewer/yarn.lock b/viewer/yarn.lock
index cae4bad..6a2419b 100644
--- a/viewer/yarn.lock
+++ b/viewer/yarn.lock
@@ -2,6 +2,22 @@
2# yarn lockfile v1 2# yarn lockfile v1
3 3
4 4
5"@achrinza/node-ipc@9.2.2":
6 version "9.2.2"
7 resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
8 integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
9 dependencies:
10 "@node-ipc/js-queue" "2.0.3"
11 event-pubsub "4.3.0"
12 js-message "1.0.7"
13
14"@ampproject/remapping@^2.1.0":
15 version "2.1.2"
16 resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
17 integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==
18 dependencies:
19 "@jridgewell/trace-mapping" "^0.3.0"
20
5"@babel/code-frame@7.12.11": 21"@babel/code-frame@7.12.11":
6 version "7.12.11" 22 version "7.12.11"
7 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" 23 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
@@ -9,97 +25,98 @@
9 dependencies: 25 dependencies:
10 "@babel/highlight" "^7.10.4" 26 "@babel/highlight" "^7.10.4"
11 27
12"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.8.3": 28"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.8.3":
13 version "7.14.5" 29 version "7.16.7"
14 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" 30 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
15 integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== 31 integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
16 dependencies: 32 dependencies:
17 "@babel/highlight" "^7.14.5" 33 "@babel/highlight" "^7.16.7"
18 34
19"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": 35"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
20 version "7.14.7" 36 version "7.17.7"
21 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" 37 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
22 integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== 38 integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
23 39
24"@babel/core@^7.11.0": 40"@babel/core@^7.11.0":
25 version "7.14.6" 41 version "7.17.9"
26 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" 42 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
27 integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== 43 integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
28 dependencies: 44 dependencies:
29 "@babel/code-frame" "^7.14.5" 45 "@ampproject/remapping" "^2.1.0"
30 "@babel/generator" "^7.14.5" 46 "@babel/code-frame" "^7.16.7"
31 "@babel/helper-compilation-targets" "^7.14.5" 47 "@babel/generator" "^7.17.9"
32 "@babel/helper-module-transforms" "^7.14.5" 48 "@babel/helper-compilation-targets" "^7.17.7"
33 "@babel/helpers" "^7.14.6" 49 "@babel/helper-module-transforms" "^7.17.7"
34 "@babel/parser" "^7.14.6" 50 "@babel/helpers" "^7.17.9"
35 "@babel/template" "^7.14.5" 51 "@babel/parser" "^7.17.9"
36 "@babel/traverse" "^7.14.5" 52 "@babel/template" "^7.16.7"
37 "@babel/types" "^7.14.5" 53 "@babel/traverse" "^7.17.9"
54 "@babel/types" "^7.17.0"
38 convert-source-map "^1.7.0" 55 convert-source-map "^1.7.0"
39 debug "^4.1.0" 56 debug "^4.1.0"
40 gensync "^1.0.0-beta.2" 57 gensync "^1.0.0-beta.2"
41 json5 "^2.1.2" 58 json5 "^2.2.1"
42 semver "^6.3.0" 59 semver "^6.3.0"
43 source-map "^0.5.0"
44 60
45"@babel/generator@^7.14.5": 61"@babel/generator@^7.17.9":
46 version "7.14.5" 62 version "7.17.9"
47 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" 63 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
48 integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== 64 integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
49 dependencies: 65 dependencies:
50 "@babel/types" "^7.14.5" 66 "@babel/types" "^7.17.0"
51 jsesc "^2.5.1" 67 jsesc "^2.5.1"
52 source-map "^0.5.0" 68 source-map "^0.5.0"
53 69
54"@babel/helper-annotate-as-pure@^7.14.5": 70"@babel/helper-annotate-as-pure@^7.16.7":
55 version "7.14.5" 71 version "7.16.7"
56 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" 72 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
57 integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== 73 integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
58 dependencies: 74 dependencies:
59 "@babel/types" "^7.14.5" 75 "@babel/types" "^7.16.7"
60 76
61"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": 77"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
62 version "7.14.5" 78 version "7.16.7"
63 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191" 79 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
64 integrity sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w== 80 integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==
65 dependencies: 81 dependencies:
66 "@babel/helper-explode-assignable-expression" "^7.14.5" 82 "@babel/helper-explode-assignable-expression" "^7.16.7"
67 "@babel/types" "^7.14.5" 83 "@babel/types" "^7.16.7"
68 84
69"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.9.6": 85"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.9.6":
70 version "7.14.5" 86 version "7.17.7"
71 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" 87 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46"
72 integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== 88 integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==
73 dependencies: 89 dependencies:
74 "@babel/compat-data" "^7.14.5" 90 "@babel/compat-data" "^7.17.7"
75 "@babel/helper-validator-option" "^7.14.5" 91 "@babel/helper-validator-option" "^7.16.7"
76 browserslist "^4.16.6" 92 browserslist "^4.17.5"
77 semver "^6.3.0" 93 semver "^6.3.0"
78 94
79"@babel/helper-create-class-features-plugin@^7.14.5": 95"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.6", "@babel/helper-create-class-features-plugin@^7.17.9":
80 version "7.14.6" 96 version "7.17.9"
81 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" 97 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz#71835d7fb9f38bd9f1378e40a4c0902fdc2ea49d"
82 integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg== 98 integrity sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==
83 dependencies: 99 dependencies:
84 "@babel/helper-annotate-as-pure" "^7.14.5" 100 "@babel/helper-annotate-as-pure" "^7.16.7"
85 "@babel/helper-function-name" "^7.14.5" 101 "@babel/helper-environment-visitor" "^7.16.7"
86 "@babel/helper-member-expression-to-functions" "^7.14.5" 102 "@babel/helper-function-name" "^7.17.9"
87 "@babel/helper-optimise-call-expression" "^7.14.5" 103 "@babel/helper-member-expression-to-functions" "^7.17.7"
88 "@babel/helper-replace-supers" "^7.14.5" 104 "@babel/helper-optimise-call-expression" "^7.16.7"
89 "@babel/helper-split-export-declaration" "^7.14.5" 105 "@babel/helper-replace-supers" "^7.16.7"
106 "@babel/helper-split-export-declaration" "^7.16.7"
90 107
91"@babel/helper-create-regexp-features-plugin@^7.14.5": 108"@babel/helper-create-regexp-features-plugin@^7.16.7":
92 version "7.14.5" 109 version "7.17.0"
93 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4" 110 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
94 integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A== 111 integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==
95 dependencies: 112