saml 3.0.0 → 3.0.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/.idea/node-saml.iml +0 -1
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
- package/.idea/aws.xml +0 -11
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/prettier.xml +0 -7
- package/.idea/sonarlint/issuestore/1/5/152d3f39906314d7648bee688e6cf0e074eac700 +0 -0
- package/.idea/sonarlint/issuestore/1/6/16c55078736dc7b024c5f6aee3724b578a6f762e +0 -0
- package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/issuestore/9/7/97145ab6a3556e0c76c6cdf36c0a30bb088f382f +0 -2
- package/.idea/sonarlint/issuestore/9/8/988145bf095565ed2790e577ca6610aae3f148eb +0 -0
- package/.idea/sonarlint/issuestore/a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7 +0 -0
- package/.idea/sonarlint/issuestore/b/f/bf580f9fe6b7aafd1864a1b474928848f50d9486 +0 -0
- package/.idea/sonarlint/issuestore/index.pb +0 -15
package/.idea/node-saml.iml
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
6
6
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
7
7
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
<excludeFolder url="file://$MODULE_DIR$/.idea" />
|
|
9
8
|
</content>
|
|
10
9
|
<orderEntry type="inheritedJdk" />
|
|
11
10
|
<orderEntry type="sourceFolder" forTests="false" />
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [3.0.1](https://github.com/auth0/node-saml/compare/v3.0.0...v3.0.1) (2022-08-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* update async and moment dependencies to fix reported CVEs ([663a73e](https://github.com/auth0/node-saml/commit/663a73ef4f933c5b264ab0ba3b69fd35039eab64))
|
|
11
|
+
|
|
5
12
|
## [3.0.0](https://github.com/auth0/node-saml/compare/v2.0.1...v3.0.0) (2022-05-12)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "saml",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12"
|
|
6
6
|
},
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@xmldom/xmldom": "^0.7.4",
|
|
26
|
-
"async": "
|
|
27
|
-
"moment": "2.
|
|
26
|
+
"async": "^3.2.4",
|
|
27
|
+
"moment": "^2.29.4",
|
|
28
28
|
"valid-url": "~1.0.9",
|
|
29
29
|
"xml-crypto": "^2.1.3",
|
|
30
30
|
"xml-encryption": "^2.0.0",
|
package/.idea/aws.xml
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="accountSettings">
|
|
4
|
-
<option name="activeRegion" value="us-east-1" />
|
|
5
|
-
<option name="recentlyUsedRegions">
|
|
6
|
-
<list>
|
|
7
|
-
<option value="us-east-1" />
|
|
8
|
-
</list>
|
|
9
|
-
</option>
|
|
10
|
-
</component>
|
|
11
|
-
</project>
|
package/.idea/prettier.xml
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
CHANGELOG.md,a/b/ab09011fa121d0a2bb9fa4ca76094f2482b902b7
|
|
4
|
-
G
|
|
5
|
-
test/test-auth0_rsa.pub,1/6/16c55078736dc7b024c5f6aee3724b578a6f762e
|
|
6
|
-
<
|
|
7
|
-
package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
|
|
8
|
-
C
|
|
9
|
-
test/test-auth0.pem,9/8/988145bf095565ed2790e577ca6610aae3f148eb
|
|
10
|
-
C
|
|
11
|
-
test/test-auth0.key,b/f/bf580f9fe6b7aafd1864a1b474928848f50d9486
|
|
12
|
-
=
|
|
13
|
-
|
|
14
|
-
I
|
|
15
|
-
test/test-auth0-chain.pem,1/5/152d3f39906314d7648bee688e6cf0e074eac700
|