From 2e35fa0ec1ce332cacce0f74ff6ca30a7c247102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 07:44:10 +0000 Subject: [PATCH] chore(deps): bump @node-core/caritat from 1.6.0 to 1.7.0 Bumps [@node-core/caritat](https://github.com/nodejs/caritat) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/nodejs/caritat/releases) - [Changelog](https://github.com/nodejs/caritat/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/caritat/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: "@node-core/caritat" dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f0ad2cbd..87821dfb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -913,19 +913,19 @@ } }, "node_modules/@node-core/caritat": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@node-core/caritat/-/caritat-1.6.0.tgz", - "integrity": "sha512-Hwxh0VALadfuvRFdgUS/cV/N8srhyHSsM9kwtqLG/QqegukZ+UtEAT8eIsDxYoR8xL7vKS9IyBTVws9kgT2TWw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@node-core/caritat/-/caritat-1.7.0.tgz", + "integrity": "sha512-yvOQKx4cZZRsswYcqo7D97kLppgu28kUPy15l5wKLXC2BSDEZI3cMDQWA1/08Tovrk5wN73bmV46fic2Iz9X8w==", "license": "MIT", "dependencies": { - "@node-core/caritat-crypto": "1.6.0", + "@node-core/caritat-crypto": "1.7.0", "js-yaml": "^4.1.0" } }, "node_modules/@node-core/caritat-crypto": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@node-core/caritat-crypto/-/caritat-crypto-1.6.0.tgz", - "integrity": "sha512-9XZkv/2AV0KVQHPnP2oRYv67PkYwo+VjA89vTGpj+lVNxOXPhu765olCeAgDN+rVZ/8tZQ9RbZ+q/lwADscOuA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@node-core/caritat-crypto/-/caritat-crypto-1.7.0.tgz", + "integrity": "sha512-Dta8uA/9mELkho6w45IaMzryhJYcyaM373/B3VKTgMEiv2gFJgsQGEblOSaxh4r3yyW31B9xJUPBchcz3YkVYA==", "license": "MIT" }, "node_modules/@nodelib/fs.scandir": {