@forge/csp 2.2.1 → 2.2.2-next.1

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,19 @@
1
1
  # @forge/csp
2
2
 
3
+ ## 2.2.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 33e05f3f: Use _.atlassian-fex.net instead of _.atlassian-fex.com for frame-ancestors CSP
8
+
9
+ ## 2.2.2-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - c1c5fb5: Bumping dependencies via Renovate:
14
+
15
+ - @types/node
16
+
3
17
  ## 2.2.1
4
18
 
5
19
  ### Patch Changes
@@ -104,7 +104,7 @@ class CSPInjectionService {
104
104
  }
105
105
  if (microsEnv === 'fex') {
106
106
  return [
107
- '*.atlassian-fex.com',
107
+ '*.atlassian-fex.net',
108
108
  'http://localhost:*'
109
109
  ];
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/csp",
3
- "version": "2.2.1",
3
+ "version": "2.2.2-next.1",
4
4
  "description": "Contains the CSP configuration for Custom UI resources in Forge",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",
@@ -11,11 +11,11 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "devDependencies": {
14
- "@forge/cli-shared": "3.18.0",
15
- "@forge/manifest": "4.20.0",
14
+ "@forge/cli-shared": "3.19.0-next.10",
15
+ "@forge/manifest": "4.20.1-next.4",
16
16
  "@types/ignore-walk": "^4.0.0",
17
17
  "@types/jest": "^29.5.4",
18
- "@types/node": "14.18.58"
18
+ "@types/node": "14.18.59"
19
19
  },
20
20
  "dependencies": {
21
21
  "cheerio": "^0.22.0",