From 3768a8e4b997ab7c5dd3a7d449c8f59762ba468f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:52:46 +0000 Subject: [PATCH] chore(deps): update dependency dotenv-load to v3 --- package.json | 2 +- pnpm-lock.yaml | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 59d3e80..64794eb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", - "dotenv-load": "^2.0.1", + "dotenv-load": "^3.0.0", "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-eslint-comments": "^3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71a0313..5e36b16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ specifiers: '@typescript-eslint/eslint-plugin': ^5.57.1 '@typescript-eslint/parser': ^5.57.1 '@vercel/ncc': ^0.36.1 - dotenv-load: ^2.0.1 + dotenv-load: ^3.0.0 eslint: ^8.37.0 eslint-config-prettier: ^8.8.0 eslint-plugin-eslint-comments: ^3.2.0 @@ -44,7 +44,7 @@ devDependencies: '@types/node': 18.16.14 '@typescript-eslint/eslint-plugin': 5.59.6_qajzm5xpii3p3sw5qvmsvgyhli '@typescript-eslint/parser': 5.59.6_opaykosi7ysrbskpnffskmbrki - dotenv-load: 2.0.1 + dotenv-load: 3.0.0 eslint: 8.41.0 eslint-config-prettier: 8.8.0_eslint@8.41.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.41.0 @@ -1689,23 +1689,23 @@ packages: esutils: 2.0.3 dev: true - /dotenv-expand/8.0.3: - resolution: {integrity: sha512-SErOMvge0ZUyWd5B0NXMQlDkN+8r+HhVUsxgOO7IoPDOdDRD2JjExpN6y3KnFR66jsJMwSn1pqIivhU5rcJiNg==} + /dotenv-expand/10.0.0: + resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} engines: {node: '>=12'} dev: true - /dotenv-load/2.0.1: - resolution: {integrity: sha512-MNuXfspporu/oj1UeQuf88Zm7WjkUgGRH4z0pGyVqm6B924v+CdfQLzusyux+bvOssK7p+0ULYXn764pnGVRSA==} + /dotenv-load/3.0.0: + resolution: {integrity: sha512-lu8y60y3m/GVV8H/+wGd5SNAZxtaFCqFPVT1o+RvBlf4HIsySFMSIZtPfSAT9Ix2oK37kJW0l5lnQXgIqT9uxQ==} engines: {node: '>=6'} hasBin: true dependencies: - dotenv: 16.0.3 - dotenv-expand: 8.0.3 + dotenv: 16.6.1 + dotenv-expand: 10.0.0 shelljs: 0.8.5 dev: true - /dotenv/16.0.3: - resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==} + /dotenv/16.6.1: + resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} engines: {node: '>=12'} dev: true @@ -2291,6 +2291,7 @@ packages: /glob/7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -2444,6 +2445,7 @@ packages: /inflight/1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2