From d5e26ac6c020f38e72a6ef3011f112605a02635b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:05:44 +0000 Subject: [PATCH] build(deps-dev): bump is-weakset from 2.0.2 to 2.0.3 Bumps [is-weakset](https://github.com/inspect-js/is-weakset) from 2.0.2 to 2.0.3. - [Changelog](https://github.com/inspect-js/is-weakset/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/is-weakset/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: is-weakset dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e88258c9..c588ae88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10286,13 +10286,16 @@ } }, "node_modules/is-weakset": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", - "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb"