@atlaskit/profilecard 16.0.1 → 16.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 16.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
8
+
3
9
  ## 16.0.1
4
10
 
5
11
  ### Patch Changes
@@ -31,7 +31,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
31
31
  actionSubjectId: actionSubjectId,
32
32
  attributes: _objectSpread(_objectSpread({
33
33
  packageName: "@atlaskit/profilecard",
34
- packageVersion: "16.0.1"
34
+ packageVersion: "16.0.2"
35
35
  }, attributes), {}, {
36
36
  firedAt: (0, _performance.getPageTime)()
37
37
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "16.0.1"
3
+ "version": "16.0.2"
4
4
  }
@@ -11,7 +11,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
11
11
  actionSubjectId,
12
12
  attributes: {
13
13
  packageName: "@atlaskit/profilecard",
14
- packageVersion: "16.0.1",
14
+ packageVersion: "16.0.2",
15
15
  ...attributes,
16
16
  firedAt: getPageTime()
17
17
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "16.0.1"
3
+ "version": "16.0.2"
4
4
  }
@@ -19,7 +19,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
19
19
  actionSubjectId: actionSubjectId,
20
20
  attributes: _objectSpread(_objectSpread({
21
21
  packageName: "@atlaskit/profilecard",
22
- packageVersion: "16.0.1"
22
+ packageVersion: "16.0.2"
23
23
  }, attributes), {}, {
24
24
  firedAt: getPageTime()
25
25
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "16.0.1"
3
+ "version": "16.0.2"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/icon": "^21.9.0",
46
46
  "@atlaskit/lozenge": "^11.0.0",
47
47
  "@atlaskit/menu": "^1.2.0",
48
- "@atlaskit/popup": "^1.1.0",
48
+ "@atlaskit/popup": "^1.2.0",
49
49
  "@atlaskit/spinner": "^15.0.0",
50
50
  "@atlaskit/theme": "^12.0.0",
51
51
  "@atlaskit/tokens": "^0.4.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "date-fns": "^2.17.0",
54
- "lodash": "^4.17.15",
54
+ "lodash": "^4.17.21",
55
55
  "lru-fast": "^0.2.2",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"
57
57
  },