diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index cf83f74e537..879e252743f 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -444,8 +444,8 @@ importers: themes-vendor: dependencies: '@noble/hashes': - specifier: ^1.6.1 - version: 1.6.1 + specifier: ^1.7.0 + version: 1.7.0 '@patternfly-v5/patternfly': specifier: npm:@patternfly/patternfly@^5.4.2 version: '@patternfly/patternfly@5.4.2' @@ -1252,8 +1252,8 @@ packages: '@microsoft/tsdoc@0.15.1': resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} - '@noble/hashes@1.6.1': - resolution: {integrity: sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==} + '@noble/hashes@1.7.0': + resolution: {integrity: sha512-HXydb0DgzTpDPwbVeDGCG1gIu7X6+AuU6Zl6av/E/KG8LMsvPntvq+w17CHRpKBmN6Ybdrt1eP3k4cj8DJa78w==} engines: {node: ^14.21.3 || >=16} '@nodelib/fs.scandir@2.1.5': @@ -6272,7 +6272,7 @@ snapshots: '@microsoft/tsdoc@0.15.1': {} - '@noble/hashes@1.6.1': {} + '@noble/hashes@1.7.0': {} '@nodelib/fs.scandir@2.1.5': dependencies: diff --git a/js/themes-vendor/package.json b/js/themes-vendor/package.json index 18ca54b9bab..4089f3e1404 100644 --- a/js/themes-vendor/package.json +++ b/js/themes-vendor/package.json @@ -20,7 +20,7 @@ } }, "dependencies": { - "@noble/hashes": "^1.6.1", + "@noble/hashes": "^1.7.0", "@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.4.2", "@patternfly/patternfly": "^4.224.5", "patternfly": "^3.59.5",