@atlaskit/util-data-test 17.0.1 → 17.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/util-data-test
2
2
 
3
+ ## 17.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
  ## 17.0.1
4
10
 
5
11
  ### Patch Changes
@@ -54311,6 +54311,9 @@
54311
54311
  "height": 64,
54312
54312
  "width": 64
54313
54313
  },
54314
+ "ascii": [
54315
+ "(#)"
54316
+ ],
54314
54317
  "searchable": true,
54315
54318
  "shortName": ":note:"
54316
54319
  },
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.0.1"
3
+ "version": "17.0.2"
4
4
  }
@@ -54311,6 +54311,9 @@
54311
54311
  "height": 64,
54312
54312
  "width": 64
54313
54313
  },
54314
+ "ascii": [
54315
+ "(#)"
54316
+ ],
54314
54317
  "searchable": true,
54315
54318
  "shortName": ":note:"
54316
54319
  },
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.0.1"
3
+ "version": "17.0.2"
4
4
  }
@@ -54311,6 +54311,9 @@
54311
54311
  "height": 64,
54312
54312
  "width": 64
54313
54313
  },
54314
+ "ascii": [
54315
+ "(#)"
54316
+ ],
54314
54317
  "searchable": true,
54315
54318
  "shortName": ":note:"
54316
54319
  },
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.0.1"
3
+ "version": "17.0.2"
4
4
  }
@@ -54311,6 +54311,9 @@
54311
54311
  "height": 64,
54312
54312
  "width": 64
54313
54313
  },
54314
+ "ascii": [
54315
+ "(#)"
54316
+ ],
54314
54317
  "searchable": true,
54315
54318
  "shortName": ":note:"
54316
54319
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.0.1",
3
+ "version": "17.0.2",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,7 +71,7 @@
71
71
  "@atlaskit/task-decision": "^17.0.0",
72
72
  "@atlaskit/util-service-support": "^6.0.0",
73
73
  "@babel/runtime": "^7.0.0",
74
- "lodash": "^4.17.15",
74
+ "lodash": "^4.17.21",
75
75
  "memoize-one": "^6.0.0",
76
76
  "uuid": "^3.1.0"
77
77
  },