Skip to content

Commit 100bd17

Browse files
committed
Release 5.0.1
1 parent 4486ac9 commit 100bd17

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

3-
## 5.0.0 (2024-03-27)
3+
## 5.0.1 (2025-03-14)
4+
5+
#### 🔗 Dependencies
6+
7+
- [**github_actions**] Bump github/codeql-action from 2 to 3 [#902](https://github.com/node-saml/passport-saml/pull/902)
8+
9+
#### 🐛 Bug Fixes
10+
11+
- [**security**] Update node-saml/xml-crypto to address CVE [#953](https://github.com/node-saml/passport-saml/pull/953)
12+
13+
#### 📚 Documentation
14+
15+
- Update README.md to reflect updated node-saml [#945](https://github.com/node-saml/passport-saml/pull/945)
16+
17+
---
18+
19+
## v5.0.0 (2024-03-27)
420

521
#### 💣 Major Changes
622

@@ -94,7 +110,7 @@
94110

95111
#### 💣 Major Changes
96112

97-
- deps: use node-saml v4. See node-saml changelog for breaking changes: https://github.com/node-saml/node-saml/blob/master/CHANGELOG.md#v400-2022-10-28 [#796](https://github.com/node-saml/passport-saml/pull/796)
113+
- deps: use node-saml v4. See node-saml changelog for breaking changes: https://github.com/node-saml/node-saml/blob/master/CHANGELOG.md#v400-2022-10-28 [#796](https://github.com/node-saml/passport-saml/pull/796)
98114
- Update node-saml to beta 5 -- See node-saml changelog for breaking changes [#783](https://github.com/node-saml/passport-saml/pull/783)
99115
- Update node-saml dependency [#770](https://github.com/node-saml/passport-saml/pull/770)
100116
- Update to support [email protected] [#707](https://github.com/node-saml/passport-saml/pull/707)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-saml/passport-saml",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",

0 commit comments

Comments
 (0)