Skip to content

Commit 5e59744

Browse files
chore: add package overrides for pbkdf2 and sha.js
1 parent b4a4ce7 commit 5e59744

File tree

2 files changed

+57
-14
lines changed

2 files changed

+57
-14
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@
3838
"prettier": "^2.6.2",
3939
"typescript": "~5.7.2"
4040
},
41+
"pnpm": {
42+
"overrides": {
43+
"pbkdf2": ">=3.1.3",
44+
"sha.js": ">=2.4.12"
45+
}
46+
},
4147
"publishConfig": {
4248
"access": "restricted"
4349
}
44-
}
50+
}

pnpm-lock.yaml

Lines changed: 50 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)