From de9e88efc16d8743e7ef24b154452c862be668ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:45:17 +0000 Subject: [PATCH] fix(deps): update dependency @devprotocol/hashi to v2.3.4 --- docs/package.json | 2 +- docs/pnpm-lock.yaml | 14 +++++++++----- packages/themes/package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/package.json b/docs/package.json index 2821cbfc..3484e63f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc" }, "dependencies": { - "@devprotocol/hashi": "2.2.2", + "@devprotocol/hashi": "2.3.4", "@docusaurus/core": "2.4.3", "@docusaurus/preset-classic": "2.4.3", "@mdx-js/react": "3.0.1", diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 2fe8781d..172151b1 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@devprotocol/hashi': - specifier: 2.2.2 - version: 2.2.2 + specifier: 2.3.4 + version: 2.3.4 '@docusaurus/core': specifier: 2.4.3 version: 2.4.3(@docusaurus/types@2.4.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.4.5) @@ -785,8 +785,8 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@devprotocol/hashi@2.2.2': - resolution: {integrity: sha512-xch6D6KX6Ht7KG1J1V4xS6PbacTM2kLAhbvTXThBduTQDKw+iKE9EojWaQxMU1HdF/Uiq/5lU5/kDmwFG8JxSw==} + '@devprotocol/hashi@2.3.4': + resolution: {integrity: sha512-wbyriYx+akOACxpoiVaTxJhNRjgrTPMNJmWgaHFBKHiOm01ZBun+T8ductgmR5U8DdSxmP/apQuLqf/ohjMmzg==} '@discoveryjs/json-ext@0.5.7': resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} @@ -1408,6 +1408,7 @@ packages: acorn-import-assertions@1.9.0: resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + deprecated: package has been renamed to acorn-import-attributes peerDependencies: acorn: ^8 @@ -2398,6 +2399,7 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me global-dirs@3.0.1: resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} @@ -2610,6 +2612,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} @@ -3796,6 +3799,7 @@ packages: rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true rtl-detect@1.1.2: @@ -5466,7 +5470,7 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@devprotocol/hashi@2.2.2': + '@devprotocol/hashi@2.3.4': dependencies: '@matteusan/sentro': 0.1.25 diff --git a/packages/themes/package.json b/packages/themes/package.json index 65ae885c..b56f48d6 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -7,6 +7,6 @@ "author": "Matteu", "license": "MIT", "dependencies": { - "@devprotocol/hashi": "2.2.2" + "@devprotocol/hashi": "2.3.4" } }