Skip to content

Commit 08b7b3b

Browse files
committed
Do not blindly trust third party minor updates
1 parent 968fff1 commit 08b7b3b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"sinon": "^14.0.0"
5050
},
5151
"dependencies": {
52-
"@hexagon/base64": "^1.0.19",
53-
"@peculiar/webcrypto": "^1.4.0",
54-
"asn1js": "^3.0.2",
55-
"cbor-x": "1.3",
56-
"jose": "^4.7.0",
57-
"pkijs": "^3.0.5",
58-
"tldts": "^5.7.81"
52+
"@hexagon/base64": "~1.0.19",
53+
"@peculiar/webcrypto": "~1.4.0",
54+
"asn1js": "~3.0.2",
55+
"cbor-x": "~1.3.1",
56+
"jose": "~4.8.1",
57+
"pkijs": "~3.0.5",
58+
"tldts": "~5.7.81"
5959
},
6060
"eslintConfig": {
6161
"root": true,

0 commit comments

Comments
 (0)