From 9d5f93e48e75c1d1944d83b6e82d68bd63a50e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:36:09 +0000 Subject: [PATCH] Bump minimist and nemo Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [nemo](https://github.com/krakenjs/nemo). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v0.0.8...v1.2.8) Updates `nemo` from 1.1.2 to 1.1.2 - [Release notes](https://github.com/krakenjs/nemo/releases) - [Changelog](https://github.com/krakenjs/nemo/blob/master/CHANGELOG.md) - [Commits](https://github.com/krakenjs/nemo/commits) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect - dependency-name: nemo dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebb8af7..6f56d26 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "BrowserStack", "dependencies": { "browserstack-local": "^0.1.0", - "nemo": "^1.0.6", + "nemo": "^1.1.2", "nemo-view": "^1.2.0" } }