Skip to content

Commit 01d5930

Browse files
committed
* cbcsrf upgraded to version 3, we missed in the previous release.
1 parent 9719554 commit 01d5930

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies":{
2626
"jwt-cfml":"^1.0.0",
2727
"cbauth":"^6.0.0",
28-
"cbcsrf":"^2.0.0"
28+
"cbcsrf":"^3.0.0"
2929
},
3030
"devDependencies":{
3131
"commandbox-cfformat":"*",

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10-
## [3.1.0] => 2023-
10+
## [3.1.0] => 2023-FEB-17
1111

1212
### Added
1313

1414
* Added a new helper: `createPassword()` on the `CBSecurity` model to generate secure, random passwords with letters, symbols and numbers.
15+
* `cbcsrf` upgraded to version 3, we missed in the previous release.
1516

1617
----
1718

test-harness/box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"description":"",
77
"dependencies":{
88
"coldbox":"^6.0.0",
9-
"cbauth":"^5.0.0",
9+
"cbauth":"^6.0.0",
1010
"BCrypt":"^2.0.0",
1111
"jwt-cfml":"^1.0.0",
12-
"cbcsrf":"^2.0.0+21",
13-
"cbdebugger":"^3.5.0+64"
12+
"cbcsrf":"^3.0.0"
1413
},
1514
"devDependencies":{
15+
"cbdebugger":"^3.5.0+64",
1616
"testbox":"*",
1717
"route-visualizer":"*"
1818
},

0 commit comments

Comments
 (0)