@forge/csp 5.8.1 → 5.9.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @forge/csp
2
2
 
3
+ ## 5.9.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 297d598: Added FOS CDN Urls to getAtlassianImageHost for IC
8
+
9
+ ## 5.8.2-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
14
+ NodeJS requirement bumped from 20.0.0 to >=20.18.1
15
+
3
16
  ## 5.8.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/csp",
3
- "version": "5.8.1",
3
+ "version": "5.9.0-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,17 +11,17 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "devDependencies": {
14
- "@forge/cli-shared": "8.24.0",
15
- "@forge/manifest": "12.9.0",
14
+ "@forge/cli-shared": "8.24.1-next.2",
15
+ "@forge/manifest": "12.10.0-next.1",
16
16
  "@types/jest": "^29.5.14",
17
17
  "@types/node": "20.19.1",
18
- "cheerio": "^1.1.0"
18
+ "cheerio": "^1.2.0"
19
19
  },
20
20
  "dependencies": {
21
21
  "content-security-policy-parser": "^0.6.0"
22
22
  },
23
23
  "peerDependencies": {
24
- "cheerio": "^1.1.0"
24
+ "cheerio": "^1.2.0"
25
25
  },
26
26
  "peerDependenciesMeta": {
27
27
  "cheerio": {