Skip to content

Commit 8c90caa

Browse files
authored
fix: update npm registry keys (#614)
Align with https://registry.npmjs.org/-/npm/v1/keys
1 parent 9dfbe18 commit 8c90caa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,18 @@
165165
"keys": {
166166
"npm": [
167167
{
168-
"expires": null,
168+
"expires": "2025-01-29T00:00:00.000Z",
169169
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
170170
"keytype": "ecdsa-sha2-nistp256",
171171
"scheme": "ecdsa-sha2-nistp256",
172172
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="
173+
},
174+
{
175+
"expires": null,
176+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
177+
"keytype": "ecdsa-sha2-nistp256",
178+
"scheme": "ecdsa-sha2-nistp256",
179+
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEY6Ya7W++7aUPzvMTrezH6Ycx3c+HOKYCcNGybJZSCJq/fd7Qa8uuAKtdIkUQtQiEKERhAmE5lMMJhP8OkDOa2g=="
173180
}
174181
]
175182
}

0 commit comments

Comments
 (0)