diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-15 09:58:09 +0000 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-15 09:58:09 +0000 |
commit | a1e09fce2fb6bbb2272c30f9565cb58461ddfc1e (patch) | |
tree | 2a4551c7418b36524b8dce853ceeb6d870f22671 /package-lock.json | |
parent | Makefile: print repo changes in maintenance (diff) | |
download | wireguard-config-a1e09fce2fb6bbb2272c30f9565cb58461ddfc1e.tar.gz wireguard-config-a1e09fce2fb6bbb2272c30f9565cb58461ddfc1e.zip |
bump dependencies
Diffstat (limited to '')
-rw-r--r-- | package-lock.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 66f93b4..c5ebdfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1699,12 +1699,15 @@ } }, "node_modules/shasum-object": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz", - "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.1.tgz", + "integrity": "sha512-SsC+1tW7XKQ/94D4k1JhLmjDFpVGET/Nf54jVDtbavbALf8Zhp0Td9zTlxScjMW6nbEIrpADtPWfLk9iCXzHDQ==", "license": "Apache-2.0", "dependencies": { "fast-safe-stringify": "^2.0.7" + }, + "bin": { + "shasum-object": "bin.js" } }, "node_modules/shell-quote": { |