From 4ed789d9a0ccc8bd61753edb49b857e78117b10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:48:28 +0000 Subject: [PATCH] build(deps): bump postgrator-cli from 9.0.0 to 9.0.1 Bumps [postgrator-cli](https://github.com/MattiLehtinen/postgrator-cli) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/MattiLehtinen/postgrator-cli/releases) - [Changelog](https://github.com/MattiLehtinen/postgrator-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/MattiLehtinen/postgrator-cli/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: postgrator-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b34d9c..11e5029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3465,9 +3465,10 @@ } }, "node_modules/lilconfig": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", - "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", + "license": "MIT", "engines": { "node": ">=14" }, @@ -4276,17 +4277,17 @@ } }, "node_modules/postgrator-cli": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/postgrator-cli/-/postgrator-cli-9.0.0.tgz", - "integrity": "sha512-uhxChTkGQspbN0L+nBPxm6qwMH7ZAnqI2NWgkEdaPjJ2c2MSUqnWnoTlTqOQ8zh5Tsp6PNLMUIOAyUOkN0tBhw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/postgrator-cli/-/postgrator-cli-9.0.1.tgz", + "integrity": "sha512-3JqdJ+BGgPy7zFeO/GI+SaYuKxe0x0ky1kPixg3cp6sVmevgkehlox0tp1t8YpZVNeJLFRobvMmB6qwnELvUlQ==", "license": "MIT", "dependencies": { "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", - "lilconfig": "^3.1.2", + "lilconfig": "^3.1.3", "p-tap": "^4.0.0", "postgrator": "^8.0.0", - "yaml": "^2.6.0" + "yaml": "^2.7.0" }, "bin": { "postgrator": "index.js" @@ -5492,9 +5493,9 @@ } }, "node_modules/yaml": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", - "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", + "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", "license": "ISC", "bin": { "yaml": "bin.mjs"