diff --git a/package-lock.json b/package-lock.json index 1fd345f1..a245b64f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@octokit/graphql-schema": "^15.26.0", "@types/parse-github-url": "^1.0.3", "astro-og-canvas": "^0.7.0", - "dotenv": "^17.0.1", + "dotenv": "^17.1.0", "gemoji": "^8.1.0", "linkedom": "^0.18.11", "parse-github-url": "^1.0.3", @@ -4672,9 +4672,9 @@ } }, "node_modules/dotenv": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.1.tgz", - "integrity": "sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.1.0.tgz", + "integrity": "sha512-tG9VUTJTuju6GcXgbdsOuRhupE8cb4mRgY5JLRCh4MtGoVo3/gfGUtOMwmProM6d0ba2mCFvv+WrpYJV6qgJXQ==", "dev": true, "license": "BSD-2-Clause", "engines": { diff --git a/package.json b/package.json index e9b03830..85564a28 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@octokit/graphql-schema": "^15.26.0", "@types/parse-github-url": "^1.0.3", "astro-og-canvas": "^0.7.0", - "dotenv": "^17.0.1", + "dotenv": "^17.1.0", "gemoji": "^8.1.0", "linkedom": "^0.18.11", "parse-github-url": "^1.0.3",