deps: bump mariadb from 3.3.0 to 3.3.1

Bumps [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: mariadb
  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] 2024-08-30 15:27:08 +00:00 committed by GitHub
parent 8bfbab3286
commit aa1fc04f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12,7 +12,7 @@
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.19.2", "express": "^4.19.2",
"mariadb": "^3.3.0", "mariadb": "^3.3.1",
"nodemon": "^3.1.4" "nodemon": "^3.1.4"
} }
}, },
@ -598,9 +598,9 @@
} }
}, },
"node_modules/mariadb": { "node_modules/mariadb": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/mariadb/-/mariadb-3.3.0.tgz", "resolved": "https://registry.npmjs.org/mariadb/-/mariadb-3.3.1.tgz",
"integrity": "sha512-sAL4bJgbfCAtXcE8bXI+NAMzVaPNkIU8hRZUXYfgNFoWB9U57G3XQiMeCx/A6IrS6y7kGwBLylrwgsZQ8kUYlw==", "integrity": "sha512-L8bh4iuZU3J8H7Co7rQ6OY9FDLItAN1rGy8kPA7Dyxo8AiHADuuONoypKKp1pE09drs6e5LR7UW9luLZ/A4znA==",
"dependencies": { "dependencies": {
"@types/geojson": "^7946.0.14", "@types/geojson": "^7946.0.14",
"@types/node": "^20.11.17", "@types/node": "^20.11.17",

View File

@ -13,7 +13,7 @@
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.19.2", "express": "^4.19.2",
"mariadb": "^3.3.0", "mariadb": "^3.3.1",
"nodemon": "^3.1.4" "nodemon": "^3.1.4"
} }
} }