From 8926aa5096a8f1f7f0440aadf246606e31f7636d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:19:27 +0000 Subject: [PATCH] Bump is-string from 1.0.7 to 1.1.0 Bumps [is-string](https://github.com/inspect-js/is-string) from 1.0.7 to 1.1.0. - [Changelog](https://github.com/inspect-js/is-string/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/is-string/compare/v1.0.7...v1.1.0) --- updated-dependencies: - dependency-name: is-string dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72ca1d6..75b8330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9631,13 +9631,13 @@ } }, "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.0.tgz", + "integrity": "sha512-PlfzajuF9vSo5wErv3MJAKD/nqf9ngAs1NFQYm16nUYFO2IzxJ2hcm+IOCg+EEopdykNNUhVq5cz35cAUxU8+g==", "dev": true, - "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bind": "^1.0.7", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4"