Browse Source

Upgrade twitter-api-v2 to version 1.23.0

pull/4693/head
Thomas Kaul 4 months ago
parent
commit
3681f927d8
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -87,7 +87,7 @@
"rxjs": "7.8.1", "rxjs": "7.8.1",
"stripe": "17.3.0", "stripe": "17.3.0",
"svgmap": "2.12.2", "svgmap": "2.12.2",
"twitter-api-v2": "1.14.2", "twitter-api-v2": "1.23.0",
"uuid": "11.1.0", "uuid": "11.1.0",
"yahoo-finance2": "2.11.3", "yahoo-finance2": "2.11.3",
"zone.js": "0.15.0" "zone.js": "0.15.0"
@ -33860,9 +33860,9 @@
"license": "Unlicense" "license": "Unlicense"
}, },
"node_modules/twitter-api-v2": { "node_modules/twitter-api-v2": {
"version": "1.14.2", "version": "1.23.0",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.14.2.tgz", "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.23.0.tgz",
"integrity": "sha512-389e/rWaN8zWkmD5z2IpKVb5+ojPxVtrexQoGBI1Xfib1mE/9M7k7zbnZ3Q/WLwthwcWkQIlB25ecT64AL8LvQ==", "integrity": "sha512-5i1agETVpTuY68Zuk9i2B3N9wHzc4JIWw0WKyG4CEaFv9mRKmU87roa+U1oYYXTChWb0HMcqfkwoBJHYmLbeDA==",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/type-check": { "node_modules/type-check": {

2
package.json

@ -133,7 +133,7 @@
"rxjs": "7.8.1", "rxjs": "7.8.1",
"stripe": "17.3.0", "stripe": "17.3.0",
"svgmap": "2.12.2", "svgmap": "2.12.2",
"twitter-api-v2": "1.14.2", "twitter-api-v2": "1.23.0",
"uuid": "11.1.0", "uuid": "11.1.0",
"yahoo-finance2": "2.11.3", "yahoo-finance2": "2.11.3",
"zone.js": "0.15.0" "zone.js": "0.15.0"

Loading…
Cancel
Save