Browse Source

Task/upgrade twitter-api-v2 to version 1.27.0 (#5892)

* Upgrade twitter-api-v2 to version 1.27.0

* Update changelog
pull/5893/head
Thomas Kaul 4 weeks ago
committed by GitHub
parent
commit
6fd0a9a5c2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refreshed the cryptocurrencies list
- Upgraded `countries-list` from version `3.1.1` to `3.2.0`
- Upgraded `ng-extract-i18n-merge` from version `3.0.0` to `3.1.0`
- Upgraded `twitter-api-v2` from version `1.23.0` to `1.27.0`
## 2.213.0 - 2025-10-30

8
package-lock.json

@ -88,7 +88,7 @@
"stripe": "18.5.0",
"svgmap": "2.12.2",
"tablemark": "4.1.0",
"twitter-api-v2": "1.23.0",
"twitter-api-v2": "1.27.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.10.0",
"zone.js": "0.15.1"
@ -40058,9 +40058,9 @@
}
},
"node_modules/twitter-api-v2": {
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.23.0.tgz",
"integrity": "sha512-5i1agETVpTuY68Zuk9i2B3N9wHzc4JIWw0WKyG4CEaFv9mRKmU87roa+U1oYYXTChWb0HMcqfkwoBJHYmLbeDA==",
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.27.0.tgz",
"integrity": "sha512-hbIFwzg0NeOcFOdmJqtKMCXjLjc0INff/7NwhnZ2zpnw65oku8i+0eMxo5M0iTc1hs+inD/IpDw3S0Xh2c45QQ==",
"license": "Apache-2.0"
},
"node_modules/type-check": {

2
package.json

@ -134,7 +134,7 @@
"stripe": "18.5.0",
"svgmap": "2.12.2",
"tablemark": "4.1.0",
"twitter-api-v2": "1.23.0",
"twitter-api-v2": "1.27.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.10.0",
"zone.js": "0.15.1"

Loading…
Cancel
Save