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 | |
parent | Makefile: print repo changes in maintenance (diff) | |
download | wireguard-config-a1e09fce2fb6bbb2272c30f9565cb58461ddfc1e.tar.gz wireguard-config-a1e09fce2fb6bbb2272c30f9565cb58461ddfc1e.zip |
bump dependencies
-rw-r--r-- | Gemfile.lock | 6 | ||||
-rw-r--r-- | package-lock.json | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ac05121..e829a63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,10 +21,10 @@ GEM ffi (1.17.2-arm64-darwin) ffi (1.17.2-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.32.0-arm64-darwin) + google-protobuf (4.32.1-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.32.0-x86_64-linux-gnu) + google-protobuf (4.32.1-x86_64-linux-gnu) bigdecimal rake (>= 13) htmlbeautifier (1.4.3) @@ -90,7 +90,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.3) + rexml (3.4.4) rouge (4.6.0) rubyzip (2.4.1) safe_yaml (1.0.5) 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": { |