From 34b3cb47309d32bd43d1aa313b888f5a7147013a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:22:47 +0000 Subject: [PATCH] Bump shell-quote in /contrib/views/files/src/main/resources/ui Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.6.1 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.6.1...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../files/src/main/resources/ui/yarn.lock | 26 ++++--------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/contrib/views/files/src/main/resources/ui/yarn.lock b/contrib/views/files/src/main/resources/ui/yarn.lock index 9974e3b2de8..deae3eabe33 100644 --- a/contrib/views/files/src/main/resources/ui/yarn.lock +++ b/contrib/views/files/src/main/resources/ui/yarn.lock @@ -147,10 +147,6 @@ array-equal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" -array-filter@~0.0.0: - version "0.0.1" - resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" - array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" @@ -166,14 +162,6 @@ array-index@^1.0.0: debug "^2.2.0" es6-symbol "^3.0.2" -array-map@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" - -array-reduce@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" - array-unique@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" @@ -2001,9 +1989,10 @@ ember-cli@2.2.0-beta.4: walk-sync "^0.2.6" yam "0.0.18" -"ember-collection@git://github.com/emberjs/ember-collection.git#bf752508a501161791e3f3b9a546c9b97d5c387a": +"ember-collection@git+https://github.com/adopted-ember-addons/ember-collection.git#bf752508a501161791e3f3b9a546c9b97d5c387a": version "1.0.0-alpha.4" - resolved "git://github.com/emberjs/ember-collection.git#bf752508a501161791e3f3b9a546c9b97d5c387a" + uid bf752508a501161791e3f3b9a546c9b97d5c387a + resolved "git+https://github.com/adopted-ember-addons/ember-collection.git#bf752508a501161791e3f3b9a546c9b97d5c387a" dependencies: ember-cli-babel "^5.1.3" ember-cli-htmlbars "0.7.9" @@ -5198,13 +5187,8 @@ shebang-regex@^1.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" shell-quote@^1.4.2: - version "1.6.1" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" - dependencies: - array-filter "~0.0.0" - array-map "~0.0.0" - array-reduce "~0.0.0" - jsonify "~0.0.0" + version "1.8.4" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190" shelljs@0.3.x: version "0.3.0"