mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Bump @noble/hashes from 1.8.0 to 2.0.0 in /js (#42148)
Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.8.0 to 2.0.0. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.8.0...2.0.0) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
95edc5dfd3
commit
419b18c285
12
js/pnpm-lock.yaml
generated
12
js/pnpm-lock.yaml
generated
@ -436,8 +436,8 @@ importers:
|
||||
themes-vendor:
|
||||
dependencies:
|
||||
'@noble/hashes':
|
||||
specifier: ^1.8.0
|
||||
version: 1.8.0
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
'@patternfly-v5/patternfly':
|
||||
specifier: npm:@patternfly/patternfly@^5.4.2
|
||||
version: '@patternfly/patternfly@5.4.2'
|
||||
@ -987,9 +987,9 @@ packages:
|
||||
'@microsoft/tsdoc@0.15.1':
|
||||
resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==}
|
||||
|
||||
'@noble/hashes@1.8.0':
|
||||
resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==}
|
||||
engines: {node: ^14.21.3 || >=16}
|
||||
'@noble/hashes@2.0.0':
|
||||
resolution: {integrity: sha512-h8VUBlE8R42+XIDO229cgisD287im3kdY6nbNZJFjc6ZvKIXPYXe6Vc/t+kyjFdMFyt5JpapzTsEg8n63w5/lw==}
|
||||
engines: {node: '>= 20.19.0'}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||
@ -4941,7 +4941,7 @@ snapshots:
|
||||
|
||||
'@microsoft/tsdoc@0.15.1': {}
|
||||
|
||||
'@noble/hashes@1.8.0': {}
|
||||
'@noble/hashes@2.0.0': {}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
dependencies:
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.8.0",
|
||||
"@noble/hashes": "^2.0.0",
|
||||
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.4.2",
|
||||
"@patternfly/patternfly": "^4.224.5",
|
||||
"patternfly": "^3.59.5",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user