From 761bdd3f98100703f9f3080cd9a0e44ed5a518b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:58:41 +0000 Subject: [PATCH] build(deps-dev): bump is-weakmap from 2.0.1 to 2.0.2 Bumps [is-weakmap](https://github.com/inspect-js/is-weakmap) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/inspect-js/is-weakmap/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/is-weakmap/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: is-weakmap dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bda00cdb..e196e075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10086,10 +10086,13 @@ } }, "node_modules/is-weakmap": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", "dev": true, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" }