From 9fcca3bda60f1e295f28204cb52b86593ab6e705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:32:06 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [protobufjs](https://github.com/protobufjs/protobuf.js) and [brace-expansion](https://github.com/juliangruber/brace-expansion). Updates `protobufjs` from 8.6.3 to 8.6.6 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.6.3...protobufjs-v8.6.6) Updates `brace-expansion` from 5.0.2 to 5.0.8 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.2...v5.0.8) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.6.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 5.0.8 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a50009b..8a8746c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "ndjson": "^2.0.0", "node-rsa": "^1.1.1", "node-tunein-api": "^0.1.0", - "protobufjs": "^8.6.3", + "protobufjs": "^8.6.6", "shazamio-core": "^1.3.1", "websocket": "^1.0.35", "widevine": "^1.0.3", @@ -1912,9 +1912,9 @@ } }, "node_modules/brace-expansion": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz", - "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz", + "integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==", "dev": true, "license": "MIT", "dependencies": { @@ -4420,9 +4420,9 @@ } }, "node_modules/protobufjs": { - "version": "8.6.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.3.tgz", - "integrity": "sha512-alQyzT0j401LGBtwsqu6uprjR6pfNH1UJf9N6GBFMjIcd+HzTe0/HrjAbFCqun+zvnfLarrxAtMM2xvZ+kFZ5A==", + "version": "8.6.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.6.tgz", + "integrity": "sha512-RkLIhE+Tdc2Kpq1F4Uw6OnpAXPca7B+GSDov/GqGCqNBpVyDskQ9yReZfgM+C7xw9AAix873iQZXbBWXj6NzYQ==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2" diff --git a/package.json b/package.json index 9afbf50..faf889f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ndjson": "^2.0.0", "node-rsa": "^1.1.1", "node-tunein-api": "^0.1.0", - "protobufjs": "^8.6.3", + "protobufjs": "^8.6.6", "shazamio-core": "^1.3.1", "websocket": "^1.0.35", "widevine": "^1.0.3",