From 7b5e50a1377d9be67ca8132d9e0cbf648e7429ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 03:21:09 +0000 Subject: [PATCH] chore(deps): bump has from 1.0.3 to 1.0.4 in /wp-content/themes/terraso Bumps [has](https://github.com/tarruda/has) from 1.0.3 to 1.0.4. - [Commits](https://github.com/tarruda/has/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: has dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wp-content/themes/terraso/package-lock.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/wp-content/themes/terraso/package-lock.json b/wp-content/themes/terraso/package-lock.json index e8f68718..5dcf4aae 100644 --- a/wp-content/themes/terraso/package-lock.json +++ b/wp-content/themes/terraso/package-lock.json @@ -2434,11 +2434,6 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, "node_modules/gaze": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", @@ -2858,12 +2853,9 @@ } }, "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "engines": { "node": ">= 0.4.0" }