ripple / validator-history-service

Service for ingesting, aggregating, storing, and disbursing XRP Ledger validation related data.
ISC License
14 stars 8 forks source link

build(deps): bump @maxmind/geoip2-node from 2.1.0 to 3.5.0 #86

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @maxmind/geoip2-node from 2.1.0 to 3.5.0.

Release notes

Sourced from @​maxmind/geoip2-node's releases.

v3.5.0

  • consumer_privacy_network was added to the type union for the userType property in the TraitsRecord interface.
  • Address lodash security vulnerability.
  • Upgrade dependencies

v3.4.0

  • Upgrade dependencies
  • Support for mobile country code (MCC) and mobile network codes (MNC) was added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2 City Plus and Insights web services. mobileCountryCode and mobileNetworkCode attributes were added to Isp for the GeoIP2 ISP database and TraitsRecord for the Enterprise database and the GeoIP2 City Plus and Insights web services. We expect this data to be available by late January, 2022.

v3.3.0

  • Upgrade yarn dependencies

v3.2.0

  • Upgrade yarn dependencies

v3.1.0

  • Update yarn modules

v3.0.0

  • Breaking Dropped Node 10 support
  • Updated yarn dependencies

v2.3.2

  • Upgrade dependencies 5787b2b
  • Fix staticIpScore property name 68032e1
  • Test model properties explicitly 54affcf
  • Upgrade husky c7ca9fe
  • Upgrade node modules 7a32a5c Disable Dependabot 713d5e5

https://github.com/maxmind/GeoIP2-node/compare/v2.3.1...v2.3.2

v2.3.1

  • Update node modules

https://github.com/maxmind/GeoIP2-node/compare/v2.2.0...v2.3.1

v2.2.0

  • Merge pull request #364 from maxmind/upgrade-node-modules 7518403
  • Merge pull request #365 from maxmind/dependabot/add-v2-config-file ceee135
  • Update Dependabot config file 0d1cbff
  • Upgrade node modules c21d394
  • Merge pull request #363 from maxmind/dependabot/npm_and_yarn/types/node-14.14.25 4e96d5e

... (truncated)

Changelog

Sourced from @​maxmind/geoip2-node's changelog.

3.5.0 (2022-10-28)

  • consumer_privacy_network was added to the type union for the userType property in the TraitsRecord interface.
  • Address lodash security vulnerability.

3.4.0 (2022-01-11)

  • Upgrade dependencies
  • Support for mobile country code (MCC) and mobile network codes (MNC) was added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2 City Plus and Insights web services. mobileCountryCode and mobileNetworkCode attributes were added to Isp for the GeoIP2 ISP database and TraitsRecord for the Enterprise database and the GeoIP2 City Plus and Insights web services. We expect this data to be available by late January, 2022.

3.3.0 (2021-11-29)

  • Upgrade yarn dependencies

3.2.0 (2021-08-17)

  • Upgrade yarn dependencies

3.1.0 (2021-07-08)

  • Upgrade yarn dependencies

3.0.0 (2021-06-03)

  • Breaking Drop node 10 support
  • Upgrade yarn dependencies

2.3.2 (2021-04-13)

  • The staticIpScore property was incorrectly spelled staticIPScore. This is now fixed. Reported by griffyn-showit. GitHub #402.
  • Upgrade yarn dependencies

2.3.1 (2021-03-17)

... (truncated)

Commits
  • bb905c2 Merge pull request #689 from maxmind/kevin/3.5.0
  • d5eaf45 Bump version to 3.5.0
  • c3e88de Merge pull request #687 from maxmind/dallas/update-jest
  • 21800fb Update jest dependencies
  • ca59535 Merge pull request #679 from maxmind/dependabot/npm_and_yarn/types/node-18.11.3
  • b5a25f8 Merge pull request #676 from maxmind/dependabot/npm_and_yarn/typedoc-0.23.17
  • f2f5c3c Merge pull request #674 from maxmind/dependabot/npm_and_yarn/typescript-eslin...
  • dde6bb2 Merge pull request #673 from maxmind/dependabot/npm_and_yarn/typescript-eslin...
  • 763df5d Merge pull request #669 from maxmind/dependabot/npm_and_yarn/typescript-4.8.4
  • 30b22fd Bump @​types/node from 18.8.3 to 18.11.3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mvadari commented 1 year ago

Not sure if the tests test this part of the code

dependabot[bot] commented 1 year ago

Superseded by #93.