Bump mariadb from 3.5.1 to 3.5.2

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-09 08:15:47 +00:00
committed by Kayne Ruse
parent 7e8c257e17
commit 2eda5b0084
2 changed files with 13 additions and 17 deletions
+12 -16
View File
@@ -22,7 +22,7 @@
"express": "^5.2.1",
"html-webpack-plugin": "^5.6.6",
"jwt-decode": "^4.0.0",
"mariadb": "^3.5.1",
"mariadb": "^3.5.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.1",
@@ -2515,6 +2515,12 @@
"@types/send": "*"
}
},
"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/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
@@ -5528,29 +5534,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/lru-cache": {
+1 -1
View File
@@ -37,7 +37,7 @@
"express": "^5.2.1",
"html-webpack-plugin": "^5.6.6",
"jwt-decode": "^4.0.0",
"mariadb": "^3.5.1",
"mariadb": "^3.5.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.1",