@atlaskit/help-article 4.0.9 → 4.0.10

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/help-article
2
2
 
3
+ ## 4.0.10
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
  ## 4.0.9
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,11 +25,11 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/css-reset": "^6.3.0",
27
27
  "@atlaskit/icon": "^21.9.0",
28
- "@atlaskit/renderer": "^84.0.0",
28
+ "@atlaskit/renderer": "^84.1.0",
29
29
  "@atlaskit/theme": "^12.0.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/styled": "^10.0.7",
32
- "lodash": "^4.17.15"
32
+ "lodash": "^4.17.21"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^16.8.0",