From 7d02f56d32360f7478b7cb198b6c4d4a2b7d7b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:33:26 +0000 Subject: [PATCH] Bump shell-quote Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.8.3. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.7.2...v1.8.3) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../aspnetcore-oatuth2/spa-vue-oauth2/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Authentication-and-Authorization/aspnetcore-oatuth2/spa-vue-oauth2/yarn.lock b/Authentication-and-Authorization/aspnetcore-oatuth2/spa-vue-oauth2/yarn.lock index 7681df8..ad645f3 100644 --- a/Authentication-and-Authorization/aspnetcore-oatuth2/spa-vue-oauth2/yarn.lock +++ b/Authentication-and-Authorization/aspnetcore-oatuth2/spa-vue-oauth2/yarn.lock @@ -6431,9 +6431,9 @@ shebang-regex@^3.0.0: integrity sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI= shell-quote@^1.6.1: - version "1.7.2" - resolved "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha1-Z6fQLHbJ2iT5nSCAj8re0ODgS+I= + version "1.8.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b" + integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw== signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2"