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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-16 16:18:13 +00:00
committed by GitHub
parent 0b21ae5eef
commit 01cb606998
2 changed files with 13 additions and 17 deletions
+12 -16
View File
@@ -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": {
+1 -1
View File
@@ -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",