From 1e30f8feb655ba8e7010f871e557534da3ccf5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:43:21 +0000 Subject: [PATCH] Bump shell-quote from 1.8.3 to 1.8.4 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6613bef..68dd782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^9.4.0", "@reduxjs/toolkit": "^2.5.0", "react": "18.2.0", - "react-compiler-runtime": "beta", + "react-compiler-runtime": "*", "react-native": "0.72.0", "react-redux": "^9.2.0" }, @@ -30,9 +30,9 @@ "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "babel-jest": "^28.0.0", - "babel-plugin-react-compiler": "beta", + "babel-plugin-react-compiler": "*", "eslint": "^8.12.0", - "eslint-plugin-react-compiler": "beta", + "eslint-plugin-react-compiler": "*", "jest": "^28.0.0", "metro-react-native-babel-preset": "^0.76.5", "mustache": "^4.2.0", @@ -16323,9 +16323,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "license": "MIT", "engines": { "node": ">= 0.4"