From 3b0bcc99bcbe8835caa8ca6606ea9c467711f493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:21:24 +0000 Subject: [PATCH] Bump shelljs and jshint in /bison/frontend/js_src Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together. Removes `shelljs` Updates `jshint` from 2.13.1 to 2.13.6 - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.13.1...2.13.6) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect - dependency-name: jshint dependency-type: indirect ... Signed-off-by: dependabot[bot] --- bison/frontend/js_src/package-lock.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/bison/frontend/js_src/package-lock.json b/bison/frontend/js_src/package-lock.json index 7701eb2c..d25a482d 100644 --- a/bison/frontend/js_src/package-lock.json +++ b/bison/frontend/js_src/package-lock.json @@ -6565,8 +6565,9 @@ } }, "node_modules/jshint": { - "version": "2.13.1", - "license": "MIT", + "version": "2.13.6", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz", + "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==", "dependencies": { "cli": "~1.0.0", "console-browserify": "1.1.x", @@ -6574,7 +6575,6 @@ "htmlparser2": "3.8.x", "lodash": "~4.17.21", "minimatch": "~3.0.2", - "shelljs": "0.3.x", "strip-json-comments": "1.0.x" }, "bin": { @@ -9994,16 +9994,6 @@ "license": "MIT", "peer": true }, - "node_modules/shelljs": { - "version": "0.3.0", - "license": "BSD*", - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/side-channel": { "version": "1.0.4", "dev": true, @@ -16229,7 +16219,9 @@ "dev": true }, "jshint": { - "version": "2.13.1", + "version": "2.13.6", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz", + "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==", "requires": { "cli": "~1.0.0", "console-browserify": "1.1.x", @@ -16237,7 +16229,6 @@ "htmlparser2": "3.8.x", "lodash": "~4.17.21", "minimatch": "~3.0.2", - "shelljs": "0.3.x", "strip-json-comments": "1.0.x" }, "dependencies": { @@ -18579,9 +18570,6 @@ "dev": true, "peer": true }, - "shelljs": { - "version": "0.3.0" - }, "side-channel": { "version": "1.0.4", "dev": true,