Skip to content

Commit 040c70d

Browse files
committed
Merge branch 'master' into id-generation
# Conflicts: # CHANGELOG.md # package.json
2 parents 851f306 + 8b29cac commit 040c70d

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/*
22
.DS_Store
33
coverage/*
44
package-lock.json
5+
.idea

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Changelog
22

33
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+
5+
## [5.0.0](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0) (2021-02-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Fix dependency security issues (#114)
11+
12+
* Fix dependency security issues ([#114](https://github.com/auth0/node-samlp/issues/114)) ([26bb934](https://github.com/auth0/node-samlp/commit/26bb9343b1e4893135f467709074a027ea69015a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"flowstate": "^0.4.0",
2727
"querystring": "^0.2.0",
2828
"saml": "^1.0.0",
29-
"standard-version": "^9.1.0",
3029
"xml-crypto": "^2.0.0",
3130
"xmldom": "auth0/xmldom#v0.1.19-auth0_1",
3231
"xpath": "0.0.5",
@@ -42,6 +41,7 @@
4241
"istanbul": "^0.4.5",
4342
"mocha": "~8.2.1",
4443
"request": "~2.88.0",
44+
"standard-version": "^9.1.0",
4545
"timekeeper": "^2.2.0",
4646
"uid2": "0.0.3"
4747
}

0 commit comments

Comments
 (0)