@guardian/pan-domain-node 1.2.2 → 1.2.4
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @guardian/pan-domain-node
|
|
2
2
|
|
|
3
|
+
## 1.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a3a6b24: Fix fast-xml-parser vulnerabilities
|
|
8
|
+
|
|
9
|
+
## 1.2.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f72f1c3: Bump @aws-sdk to latest to remove vulnerable fast-xml-parser version
|
|
14
|
+
|
|
3
15
|
## 1.2.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/pan-domain-node",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "NodeJs implementation of Guardian pan-domain auth verification",
|
|
5
5
|
"main": "dist/src/api.js",
|
|
6
6
|
"types": "dist/src/api.d.ts",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/guardian/pan-domain-authentication",
|
|
24
24
|
"devDependencies": {
|
|
25
|
+
"@aws-sdk/types": "^3.973.1",
|
|
25
26
|
"@changesets/cli": "^2.27.10",
|
|
26
27
|
"@types/cookie": "^0.4.0",
|
|
27
28
|
"@types/iniparser": "0.0.29",
|
|
@@ -32,9 +33,8 @@
|
|
|
32
33
|
"typescript": "^5.7.3"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@aws-sdk/client-s3": "^3.
|
|
36
|
-
"@aws-sdk/credential-providers": "^3.
|
|
37
|
-
"@aws-sdk/types": "^3.299.0",
|
|
36
|
+
"@aws-sdk/client-s3": "^3.1017.0",
|
|
37
|
+
"@aws-sdk/credential-providers": "^3.1017.0",
|
|
38
38
|
"cookie": "^0.4.1",
|
|
39
39
|
"iniparser": "^1.0.5"
|
|
40
40
|
},
|