From 7ffc3ff5353c85835fa0a8dfc4cdcaddf44177ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:29:14 +0000 Subject: [PATCH] Bump @dataform/core from 3.0.23 to 3.0.24 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.23 to 3.0.24. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.23...3.0.24) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-version: 3.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 722512e1..80a4c719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.23" + "@dataform/core": "3.0.24" }, "devDependencies": { "markdownlint-cli": "0.45.0", @@ -14,10 +14,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.23", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.23.tgz", - "integrity": "sha512-120E3pXtsrspNgfqzR41d7wvChHdfsZMhd28g641iWnKxk81QoK2c3mWX1DZhCH60w8eJqbsmK5FCf0H2CyGkg==", - "license": "Apache-2.0" + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.24.tgz", + "integrity": "sha512-pAoF+AvDeJ0PlVnc8PVsklj+Sx0CiITm2AKEXpDf2qh7FnzdSmG0OZqQnm1lMb7OFw4Nwn/4xfpD2I8Pr5DZyw==" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.5.1", diff --git a/package.json b/package.json index df9b0b64..020517cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crawl-data", "author": "@max-ostapenko", "dependencies": { - "@dataform/core": "3.0.23" + "@dataform/core": "3.0.24" }, "scripts": { "format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",