diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b89247..97905c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) + * Updated lando/mariadb to v1.5.0. + ## v1.5.0 - [September 26, 2024](https://github.com/lando/mariadb/releases/tag/v1.5.0) * Added MariaDB 11.5. diff --git a/package-lock.json b/package-lock.json index 12fd844..591484a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "1.5.0", "license": "GPL-3.0", "dependencies": { + "@lando/mariadb": "^1.5.0", "lodash": "^4.17.21" }, "devDependencies": { @@ -1311,6 +1312,25 @@ "node": ">=8" } }, + "node_modules/@lando/mariadb": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.5.0.tgz", + "integrity": "sha512-NEA1gEZPVv32v38C/O3pXU6gZf/4U3GPa9HazLYkM4f0YblGuQGEYCd+Srmq6C3be0aXgRSElfxQ3nQ/UrPiRQ==", + "bundleDependencies": [ + "lodash" + ], + "dependencies": { + "lodash": "^4.17.21" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@lando/mariadb/node_modules/lodash": { + "version": "4.17.21", + "inBundle": true, + "license": "MIT" + }, "node_modules/@lando/vitepress-theme-default-plus": { "version": "1.1.0-beta.3", "resolved": "https://registry.npmjs.org/@lando/vitepress-theme-default-plus/-/vitepress-theme-default-plus-1.1.0-beta.3.tgz", diff --git a/package.json b/package.json index 67eee18..f8a8d47 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "test": "npm run lint && npm run test:unit" }, "dependencies": { + "@lando/mariadb": "^1.5.0", "lodash": "^4.17.21" }, "devDependencies": {