From 01049eb0d7c50a4be6dec2cea43e805e9b438974 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:24:28 -0500 Subject: [PATCH] [dependency]: Combine dependabot PRs * Bump elliptic from 6.5.7 to 6.6.1 in /faucet/frontend Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.1. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] * [dependency]: Bump dotenv Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [dotenv](https://github.com/motdotla/dotenv). Updates `dotenv` from 16.4.5 to 16.4.7 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.4.5...v16.4.7) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: faucet-authenticator-dependencies ... Signed-off-by: dependabot[bot] * [dependency]: Bump mocha from 10.8.2 to 11.0.1 in /faucet/authenticator Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.8.2...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * [dependency]: Bump symbol-sdk-python Bumps the tools-vanity-dependencies group in /tools/vanity with 1 update: [symbol-sdk-python](https://github.com/symbol/symbol). Updates `symbol-sdk-python` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/symbol/symbol/releases) - [Commits](https://github.com/symbol/symbol/compare/sdk/python/v3.2.2...sdk/python/v3.2.3) --- updated-dependencies: - dependency-name: symbol-sdk-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tools-vanity-dependencies ... Signed-off-by: dependabot[bot] * [dependency]: Bump the explorer-nodewatch-dependencies group Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [symbol-sdk-python](https://github.com/symbol/symbol). Updates `aiohttp` from 3.11.8 to 3.11.10 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.8...v3.11.10) Updates `symbol-sdk-python` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/symbol/symbol/releases) - [Commits](https://github.com/symbol/symbol/compare/sdk/python/v3.2.2...sdk/python/v3.2.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: explorer-nodewatch-dependencies - dependency-name: symbol-sdk-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: explorer-nodewatch-dependencies ... Signed-off-by: dependabot[bot] * [dependency]: Bump the explorer-rest-dependencies group Bumps the explorer-rest-dependencies group in /explorer/rest with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [symbol-sdk-python](https://github.com/symbol/symbol). Updates `aiohttp` from 3.11.8 to 3.11.10 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.8...v3.11.10) Updates `symbol-sdk-python` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/symbol/symbol/releases) - [Commits](https://github.com/symbol/symbol/compare/sdk/python/v3.2.2...sdk/python/v3.2.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: explorer-rest-dependencies - dependency-name: symbol-sdk-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: explorer-rest-dependencies ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- explorer/nodewatch/requirements.txt | 4 +- explorer/rest/requirements.txt | 4 +- faucet/authenticator/package-lock.json | 106 +++++++++++++++++-------- faucet/authenticator/package.json | 2 +- faucet/frontend/package-lock.json | 7 +- tools/vanity/requirements.txt | 2 +- 6 files changed, 83 insertions(+), 42 deletions(-) diff --git a/explorer/nodewatch/requirements.txt b/explorer/nodewatch/requirements.txt index 26f72bb61..f0de304bf 100644 --- a/explorer/nodewatch/requirements.txt +++ b/explorer/nodewatch/requirements.txt @@ -1,7 +1,7 @@ -aiohttp==3.11.8 +aiohttp==3.11.10 APScheduler==3.11.0 Flask==3.1.0 pandas==2.2.3 plotly==5.24.1 -symbol-sdk-python==3.2.2 +symbol-sdk-python==3.2.3 zenlog==1.1 diff --git a/explorer/rest/requirements.txt b/explorer/rest/requirements.txt index b44c271bb..ede191e53 100644 --- a/explorer/rest/requirements.txt +++ b/explorer/rest/requirements.txt @@ -1,7 +1,7 @@ -aiohttp==3.11.8 +aiohttp==3.11.10 Flask==3.1.0 psycopg2-binary==2.9.10 -symbol-sdk-python==3.2.2 +symbol-sdk-python==3.2.3 zenlog==1.1 Path==17.0.0 flask_cors==5.0.0 diff --git a/faucet/authenticator/package-lock.json b/faucet/authenticator/package-lock.json index 01e386c21..f4f59008f 100644 --- a/faucet/authenticator/package-lock.json +++ b/faucet/authenticator/package-lock.json @@ -22,7 +22,7 @@ "chai-as-promised": "^7.1.1", "eslint": "^8.46.0", "eslint-config-airbnb": "^19.0.4", - "mocha": "^10.2.0", + "mocha": "^11.0.1", "nodemon": "^3.0.1", "sinon": "^19.0.2", "sinon-chai": "^3.7.0", @@ -1287,9 +1287,9 @@ } }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", "engines": { "node": ">=12" }, @@ -3387,9 +3387,9 @@ } }, "node_modules/mocha": { - "version": "10.8.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", - "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.1.tgz", + "integrity": "sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -3399,7 +3399,7 @@ "diff": "^5.2.0", "escape-string-regexp": "^4.0.0", "find-up": "^5.0.0", - "glob": "^8.1.0", + "glob": "^10.4.5", "he": "^1.2.0", "js-yaml": "^4.1.0", "log-symbols": "^4.1.0", @@ -3418,7 +3418,7 @@ "mocha": "bin/mocha.js" }, "engines": { - "node": ">= 14.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/mocha/node_modules/brace-expansion": { @@ -3431,19 +3431,35 @@ } }, "node_modules/mocha/node_modules/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/mocha/node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=12" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -3822,6 +3838,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -6355,9 +6377,9 @@ } }, "dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" }, "dtrace-provider": { "version": "0.8.8", @@ -7936,9 +7958,9 @@ "dev": true }, "mocha": { - "version": "10.8.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", - "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.1.tgz", + "integrity": "sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==", "dev": true, "requires": { "ansi-colors": "^4.1.3", @@ -7948,7 +7970,7 @@ "diff": "^5.2.0", "escape-string-regexp": "^4.0.0", "find-up": "^5.0.0", - "glob": "^8.1.0", + "glob": "^10.4.5", "he": "^1.2.0", "js-yaml": "^4.1.0", "log-symbols": "^4.1.0", @@ -7973,16 +7995,28 @@ } }, "glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "dependencies": { + "minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "minimatch": { @@ -8259,6 +8293,12 @@ "p-limit": "^3.0.2" } }, + "package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true + }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", diff --git a/faucet/authenticator/package.json b/faucet/authenticator/package.json index df4435964..445221654 100644 --- a/faucet/authenticator/package.json +++ b/faucet/authenticator/package.json @@ -30,7 +30,7 @@ "chai-as-promised": "^7.1.1", "eslint": "^8.46.0", "eslint-config-airbnb": "^19.0.4", - "mocha": "^10.2.0", + "mocha": "^11.0.1", "nodemon": "^3.0.1", "sinon": "^19.0.2", "sinon-chai": "^3.7.0", diff --git a/faucet/frontend/package-lock.json b/faucet/frontend/package-lock.json index 7e7cb60c4..a2b987cf5 100644 --- a/faucet/frontend/package-lock.json +++ b/faucet/frontend/package-lock.json @@ -4176,9 +4176,10 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", diff --git a/tools/vanity/requirements.txt b/tools/vanity/requirements.txt index 5aa38e843..b11a65e55 100644 --- a/tools/vanity/requirements.txt +++ b/tools/vanity/requirements.txt @@ -1 +1 @@ -symbol-sdk-python==3.2.2 +symbol-sdk-python==3.2.3