Skip to content

Commit 5cf7634

Browse files
authored
refactor(oauth): remove lodash.isstring from dependencies (#2293)
1 parent f1ebcc6 commit 5cf7634

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/oauth/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"@slack/web-api": "^7.9.1",
4444
"@types/jsonwebtoken": "^9",
4545
"@types/node": ">=18",
46-
"jsonwebtoken": "^9",
47-
"lodash.isstring": "^4"
46+
"jsonwebtoken": "^9"
4847
},
4948
"devDependencies": {
5049
"@biomejs/biome": "^2.0.5",

0 commit comments

Comments
 (0)