Skip to content

Commit 6524a01

Browse files
authoredDec 12, 2022
fixes a few dependency versions (#457)
* fixes a few dependency versions * bumps version
1 parent fd818c8 commit 6524a01

File tree

6 files changed

+831
-378
lines changed

6 files changed

+831
-378
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [12.1.3] - 2022-12-12
11+
12+
- Updates some dependencies cause of `npm audit`
13+
1014
## [12.1.2] - 2022-12-06
1115

1216
- Fixes issue where if sendEmail is overridden with a different email, it will reset that email.

‎lib/build/version.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/build/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/ts/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const version = "12.1.2";
15+
export const version = "12.1.3";
1616

1717
export const cdiSupported = ["2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"];
1818

‎package-lock.json

+821-372
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-node",
3-
"version": "12.1.2",
3+
"version": "12.1.3",
44
"description": "NodeJS driver for SuperTokens core",
55
"main": "index.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/supertokens/supertokens-node#readme",
3636
"dependencies": {
3737
"axios": "0.21.4",
38-
"body-parser": "1.19.0",
38+
"body-parser": "1.20.1",
3939
"co-body": "6.1.0",
4040
"cookie": "0.4.0",
4141
"debug": "^4.3.3",
@@ -67,7 +67,7 @@
6767
"@types/validator": "10.11.0",
6868
"aws-sdk-mock": "^5.4.0",
6969
"cookie-parser": "^1.4.5",
70-
"express": "4.17.1",
70+
"express": "^4.18.2",
7171
"fastify": "3.18.1",
7272
"glob": "7.1.7",
7373
"koa": "^2.13.3",

0 commit comments

Comments
 (0)
Please sign in to comment.