From 01cb606998bb3471c72d986e0385dcb6696d1944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:18:13 +0000 Subject: [PATCH] Bump mariadb from 3.5.1 to 3.5.2 in /materialious Bumps [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.5.1...3.5.2) --- updated-dependencies: - dependency-name: mariadb dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 28 ++++++++++++---------------- materialious/package.json | 2 +- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index c87b9a6b..1f5d2a26 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -41,7 +41,7 @@ "iso-639-1": "^3.1.5", "jsdom": "^28.1.0", "libsodium-wrappers-sumo": "^0.8.2", - "mariadb": "^3.5.1", + "mariadb": "^3.5.2", "material-dynamic-colors": "^1.1.1", "media-captions": "^0.0.18", "melt": "^0.44.0", @@ -6009,6 +6009,12 @@ "@types/node": "*" } }, + "node_modules/@types/geojson": { + "version": "7946.0.16", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", + "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", + "license": "MIT" + }, "node_modules/@types/he": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/@types/he/-/he-1.2.3.tgz", @@ -13059,29 +13065,19 @@ } }, "node_modules/mariadb": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/mariadb/-/mariadb-3.5.1.tgz", - "integrity": "sha512-ObKf/e7jU8pmwa5wTs1UwhLMrQYRBDwXPndej2Dv/rvbqsokJYlymubsNtpakVfjI+hd0bG3U6tiuVunDYoLtA==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/mariadb/-/mariadb-3.5.2.tgz", + "integrity": "sha512-9rztrI4nouxAY/82a+RlzzZ5ie2vxu2eYclkBvTy1ATXH1B9cnvZ0O71Pzsy/mlfDb5P3HhOg0JzQKkDRhctyA==", "license": "LGPL-2.1-or-later", "dependencies": { + "@types/geojson": "^7946.0.16", + "@types/node": ">=18", "denque": "^2.1.0", "iconv-lite": "^0.7.2", "lru-cache": "^10.4.3" }, "engines": { "node": ">= 18" - }, - "peerDependencies": { - "@types/geojson": ">=7946.0.0", - "@types/node": ">=18" - }, - "peerDependenciesMeta": { - "@types/geojson": { - "optional": true - }, - "@types/node": { - "optional": true - } } }, "node_modules/mariadb/node_modules/iconv-lite": { diff --git a/materialious/package.json b/materialious/package.json index c5b41689..3e86b1f7 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -80,7 +80,7 @@ "iso-639-1": "^3.1.5", "jsdom": "^28.1.0", "libsodium-wrappers-sumo": "^0.8.2", - "mariadb": "^3.5.1", + "mariadb": "^3.5.2", "material-dynamic-colors": "^1.1.1", "media-captions": "^0.0.18", "melt": "^0.44.0",