From 9bb1a9edd49a6df7f5f6060b554af211f80e2828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:50:39 -0500 Subject: [PATCH] chore(deps-dev): bump gopd from 1.0.1 to 1.2.0 (#202) Bumps [gopd](https://github.com/ljharb/gopd) from 1.0.1 to 1.2.0. - [Changelog](https://github.com/ljharb/gopd/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/gopd/compare/v1.0.1...v1.2.0) --- updated-dependencies: - dependency-name: gopd dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1aba11d..f2fd1b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2529,12 +2529,12 @@ } }, "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "dev": true, - "dependencies": { - "get-intrinsic": "^1.1.3" + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb"