Skip to content

Commit

Permalink
Version v0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
cotarr committed Dec 10, 2024
1 parent a62ec89 commit a66ecaa
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 44 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v0.0.36](https://github.com/cotarr/collab-auth/releases/tag/v0.0.36) 2024-12-10

- Update express@4.21.2 to clear npm audit warning
- Update other dependencies to latest

## [v0.0.35](https://github.com/cotarr/collab-auth/releases/tag/v0.0.35) 2024-11-23

In version v0.0.35 there are no code changes to the main collab-auth application.
Expand Down
80 changes: 42 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collab-auth",
"version": "0.0.35",
"version": "0.0.36",
"description": "Oauth2 server used on a collaboration project for learning oauth2orize and passport",
"main": "bin/www",
"engines": {
Expand All @@ -23,13 +23,13 @@
},
"homepage": "https://github.com/cotarr/collab-auth#readme",
"dependencies": {
"@dr.pogodin/csurf": "^1.14.0",
"@dr.pogodin/csurf": "^1.14.1",
"bcryptjs": "^2.4.3",
"connect-pg-simple": "^10.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express": "^4.21.2",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.15.0",
"globals": "^15.12.0"
"eslint": "^9.16.0",
"globals": "^15.13.0"
}
}

0 comments on commit a66ecaa

Please sign in to comment.