Skip to content

Commit e45cad7

Browse files
[DEST-2724] Update amplitude facade to 3.2.7 to mitigate ReDos in trim dep (#532)
1 parent 991b6f0 commit e45cad7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

integrations/amplitude/HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
# 3.3.1 / 2020-12-14
3+
4+
- Bump segmentio-facade to ^3.2.7
5+
16
# 3.3.0 / 2019-10-09
27

38
- Add support for versionName setting, this will allow user to specify version.

integrations/amplitude/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-amplitude",
33
"description": "The Amplitude analytics.js integration.",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",
@@ -30,7 +30,7 @@
3030
"component-bind": "^1.0.0",
3131
"do-when": "^1.0.0",
3232
"is": "^3.2.1",
33-
"segmentio-facade": "^3.2.1"
33+
"segmentio-facade": "^3.2.7"
3434
},
3535
"devDependencies": {
3636
"@segment/analytics.js-core": "^3.8.2",

0 commit comments

Comments
 (0)