From f197bffd0dd111a9c886fc0c4e749c3dc1ad6142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:11:13 +0000 Subject: [PATCH] Bump lodash and jshint Bumps [lodash](https://github.com/lodash/lodash) and [jshint](https://github.com/jshint/jshint). These dependencies needed to be updated together. Updates `lodash` from 3.7.0 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.7.0...4.17.21) Updates `jshint` from 2.9.5 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.9.5...2.13.6) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect - dependency-name: jshint dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37c3fca..12f4697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -182,17 +182,17 @@ "jshint": { "version": "2.9.5", "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz", - "integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=", + "integrity": "sha512-a4rJTGuWzFrZ7eDxb3ID5A9pIBn6pvn5GI97luAZJtfCzvN6FeoOc8li38eoYrpo4AGTVb6lvVcLmXpOuJbNYQ==", "dev": true, "requires": { - "cli": "1.0.1", - "console-browserify": "1.1.0", - "exit": "0.1.2", - "htmlparser2": "3.8.3", - "lodash": "3.7.0", - "minimatch": "3.0.4", - "shelljs": "0.3.0", - "strip-json-comments": "1.0.4" + "cli": "~1.0.0", + "console-browserify": "1.1.x", + "exit": "0.1.x", + "htmlparser2": "3.8.x", + "lodash": "3.7.x", + "minimatch": "~3.0.2", + "shelljs": "0.3.x", + "strip-json-comments": "1.0.x" } }, "lodash": {