mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
build(deps): bump amplitude from 5.1.7 to 5.2.0 (#13596)
Bumps [amplitude](https://github.com/geoffdutton/amplitude) from 5.1.7 to 5.2.0. - [Release notes](https://github.com/geoffdutton/amplitude/releases) - [Changelog](https://github.com/geoffdutton/amplitude/blob/master/CHANGELOG.md) - [Commits](https://github.com/geoffdutton/amplitude/compare/v5.1.7...v5.2.0) --- updated-dependencies: - dependency-name: amplitude dependency-type: direct:production update-type: version-update:semver-minor ... 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
4c355079e6
commit
44d979615b
2 changed files with 5 additions and 16 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
|
@ -2139,21 +2139,11 @@
|
|||
}
|
||||
},
|
||||
"amplitude": {
|
||||
"version": "5.1.7",
|
||||
"resolved": "https://registry.npmjs.org/amplitude/-/amplitude-5.1.7.tgz",
|
||||
"integrity": "sha512-9sqB38TJsI50trTLMt5Z5Yr8yPo+IhNCh2Y/bPxlUSEfgvqKaKegyMGY7vUd8uUEB0H4JZ5a/G77mw7R/+Uklg==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/amplitude/-/amplitude-5.2.0.tgz",
|
||||
"integrity": "sha512-lr1hpTh0GBk9dEIW1gkeBcBvPQtp3O6Y+ynhpEPc8MoW2+yw6rJt4HQRxN5QFJGvO/41QaYeFXjoGyxXrgfgsw==",
|
||||
"requires": {
|
||||
"axios": "^0.21.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": {
|
||||
"version": "0.21.4",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
|
||||
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.14.0"
|
||||
}
|
||||
}
|
||||
"axios": "^0.24.0"
|
||||
}
|
||||
},
|
||||
"ansi-align": {
|
||||
|
|
@ -2653,7 +2643,6 @@
|
|||
"version": "0.24.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
|
||||
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"follow-redirects": "^1.14.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"@slack/webhook": "^6.0.0",
|
||||
"accepts": "^1.3.5",
|
||||
"amazon-payments": "^0.2.9",
|
||||
"amplitude": "^5.1.7",
|
||||
"amplitude": "^5.2.0",
|
||||
"apidoc": "^0.50.1",
|
||||
"apple-auth": "^1.0.7",
|
||||
"bcrypt": "^5.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue