build(deps): bump amplitude-js from 8.1.0 to 8.2.1 in /website/client (#13228)

Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript) from 8.1.0 to 8.2.1.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases)
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v8.1.0...v8.2.1)

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:
dependabot[bot]
2021-05-06 17:47:57 -05:00
committed by GitHub
parent 0485de08ee
commit e2280d9bd9
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@amplitude/types": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@amplitude/types/-/types-1.5.0.tgz",
"integrity": "sha512-XspuOsUzUcxwAptHeGiIn4giuLWs285xTJa7h8kAEEynxtEI3/krWCoDYZSB9PekaPXB6phxiO/tMd9t5V9LgQ=="
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/@amplitude/types/-/types-1.5.4.tgz",
"integrity": "sha512-+e+wqlO5E4lNTM19lATf+lJldV+VD2RGzrDEy45cPEtfpXxHJUHwhfOKZkKg/zlx+YAubcpNhWLm2NSPpHUs9A=="
},
"@amplitude/ua-parser-js": {
"version": "0.7.24",
@@ -15,11 +15,11 @@
"integrity": "sha512-VbQuJymJ20WEw0HtI2np7EdC3NJGUWi8+Xdbc7uk8WfMIF308T0howpzkQ3JFMN7ejnrcSM/OyNGveeE3TP3TA=="
},
"@amplitude/utils": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/@amplitude/utils/-/utils-1.5.1.tgz",
"integrity": "sha512-B7xBC6/arymfmwM7sEnvT0jbYg/7+CnSA8s98adV6mNNYT2kOIJN7AVUghoA9oD2wJE1s2GavJeyFZlgQj6uiQ==",
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/@amplitude/utils/-/utils-1.5.4.tgz",
"integrity": "sha512-VAd/ibhwBBeL8pKqCz8tjCnSx8epOvUa+Je6sA3AB4R8855xl+bdrDjYwMmOWOILvEH3Pltq2jVJCE2thBoFdQ==",
"requires": {
"@amplitude/types": "^1.5.0",
"@amplitude/types": "^1.5.4",
"tslib": "^1.9.3"
}
},
@@ -10237,9 +10237,9 @@
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
},
"amplitude-js": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/amplitude-js/-/amplitude-js-8.1.0.tgz",
"integrity": "sha512-S52cbLElI2qO3qqREYHsg1UBbEsq7bM6mpc62dF/m8eT3XgiOKs11nVBnVYk5JwmSgjIxw2pMgVdLYZ7833GSw==",
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/amplitude-js/-/amplitude-js-8.2.1.tgz",
"integrity": "sha512-jp8lm/koTNRceO16RCTlQg9+gUbxip1esod+d0oApBCJYpxuABec2bLHXv/OkVYICvnUWoiz17AZLxiaX/aK4Q==",
"requires": {
"@amplitude/ua-parser-js": "0.7.24",
"@amplitude/utils": "^1.0.5",
+1 -1
View File
@@ -24,7 +24,7 @@
"@vue/cli-plugin-unit-mocha": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/test-utils": "1.0.0-beta.29",
"amplitude-js": "^8.1.0",
"amplitude-js": "^8.2.1",
"axios": "^0.21.1",
"axios-progress-bar": "^1.2.0",
"babel-eslint": "^10.1.0",