Skip to content

Commit a3cb5d7

Browse files
authored
Merge pull request #25 from dynamic-labs/fix-build
chore: fix build
2 parents 009580c + dbfeaa7 commit a3cb5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const project = new typescript.TypeScriptProject({
55
license: 'MIT',
66
copyrightOwner: 'Dynamic Labs',
77

8-
deps: ['passport-strategy', 'jsonwebtoken@^9.0.0'],
8+
deps: ['passport-strategy', 'jsonwebtoken@^9.0.2'],
99

1010
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
1111
devDeps: [

0 commit comments

Comments
 (0)