From 894bed86fb310b48cf19eaf600d7e6034c77a723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 04:09:57 +0000 Subject: [PATCH] Bump config from 3.3.9 to 4.0.1 Bumps [config](https://github.com/node-config/node-config) from 3.3.9 to 4.0.1. - [Release notes](https://github.com/node-config/node-config/releases) - [Changelog](https://github.com/node-config/node-config/blob/master/History.md) - [Commits](https://github.com/node-config/node-config/compare/v3.3.9...v4.0.1) --- updated-dependencies: - dependency-name: config dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- packages/models/package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index f4d11521..b2d81c0a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -24,7 +24,7 @@ "@turf/square-grid": "^6.5.0", "@turf/triangle-grid": "^6.5.0", "apicache": "^1.6.2", - "config": "^3.3.6", + "config": "^4.0.1", "csv-stringify": "^6.5.1", "dashify": "^2.0.0", "got": "^11.8.2", diff --git a/packages/models/package.json b/packages/models/package.json index fd5f45bd..3ec31a2d 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -12,7 +12,7 @@ "@sensebox/sketch-templater": "1.13.1", "bcrypt": "^5.1.1", "bullmq": "^4.12.3", - "config": "^3.3.6", + "config": "^4.0.1", "drizzle-orm": "^0.33.0", "got": "^11.8.2", "isemail": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index dc843bd6..962da7b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1301,13 +1301,6 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -config@^3.3.6: - version "3.3.9" - resolved "https://registry.yarnpkg.com/config/-/config-3.3.9.tgz#27fae95b43e0e1d5723e54143c090954d8e49572" - integrity sha512-G17nfe+cY7kR0wVpc49NCYvNtelm/pPy8czHoFkAgtV1lkmcp7DHtWCdDu+C9Z7gb2WVqa9Tm3uF9aKaPbCfhg== - dependencies: - json5 "^2.2.3" - config@^3.3.7: version "3.3.7" resolved "https://registry.yarnpkg.com/config/-/config-3.3.7.tgz#4310410dc2bf4e0effdca21a12a4035860a24ee4" @@ -1315,6 +1308,13 @@ config@^3.3.7: dependencies: json5 "^2.1.1" +config@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/config/-/config-4.0.1.tgz#3a90e18c7968043a0eaff8e0718ea0261e3a3959" + integrity sha512-ASEWHlW28WEsaxXt8+pNQcHvJVqk5KFTGiq9s0YbnBCkEiUwvfB/dOm4jLgfylBo1GamQAS0DzhWY7T7/h8Mgg== + dependencies: + json5 "^2.2.3" + console-control-strings@^1.0.0, console-control-strings@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"