diff --git a/package-lock.json b/package-lock.json index 8bbadd68..364b1861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@octokit/rest": "20.1.0", - "@sindresorhus/is": "6.2.0", + "@sindresorhus/is": "6.3.0", "commander": "12.0.0", "common-tags": "1.8.2", "date-fns": "2.30.0", @@ -1152,9 +1152,9 @@ } }, "node_modules/@sindresorhus/is": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-6.2.0.tgz", - "integrity": "sha512-yM/IGPkVnYGblhDosFBwq0ZGdnVSBkNV4onUtipGMOjZd4kB6GAu3ys91aftSbyMHh6A2GPdt+KDI5NoWP63MQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-6.3.0.tgz", + "integrity": "sha512-bOSPck7aIJjASXIg1qvXSIjXhVBpIEKdl2Wxg4pVqoTRPL8wWExKBrnGIh6CEnhkFQHfc36k7APhO3uXV4g5xg==", "engines": { "node": ">=16" }, diff --git a/package.json b/package.json index bf70a028..2fa2bc2d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "@octokit/rest": "20.1.0", - "@sindresorhus/is": "6.2.0", + "@sindresorhus/is": "6.3.0", "commander": "12.0.0", "common-tags": "1.8.2", "date-fns": "2.30.0",