Browse Source

Task/upgrade uuid to version 14.0.2 (#7758)

* Update uuid to version 14.0.2

* Update changelog
pull/1685/merge
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
0c2ac229d8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded `uuid` from version `14.0.1` to `14.0.2`
## 3.64.0 - 2026-08-30
### Added

8
package-lock.json

@ -103,7 +103,7 @@
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.1",
"undici": "8.5.0",
"uuid": "14.0.1",
"uuid": "14.0.2",
"yahoo-finance2": "4.0.2",
"zod": "4.4.3",
"zone.js": "0.16.2"
@ -35112,9 +35112,9 @@
}
},
"node_modules/uuid": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz",
"integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==",
"version": "14.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz",
"integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

2
package.json

@ -147,7 +147,7 @@
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.1",
"undici": "8.5.0",
"uuid": "14.0.1",
"uuid": "14.0.2",
"yahoo-finance2": "4.0.2",
"zod": "4.4.3",
"zone.js": "0.16.2"

Loading…
Cancel
Save