diff --git a/package-lock.json b/package-lock.json index e617908..2b9bc85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@adobe/eslint-config-aio-lib-config": "4.0.0", - "dotenv": "17.2.1", + "dotenv": "17.2.2", "jest": "30.1.3", "jest-fetch-mock": "3.0.3", "jest-junit": "16.0.0", @@ -3097,9 +3097,9 @@ } }, "node_modules/dotenv": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz", - "integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==", + "version": "17.2.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz", + "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==", "dev": true, "engines": { "node": ">=12" @@ -10558,9 +10558,9 @@ } }, "dotenv": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz", - "integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==", + "version": "17.2.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz", + "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==", "dev": true }, "eastasianwidth": { diff --git a/package.json b/package.json index 0b952a3..05c3da9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "description": "AEM Headless SDK Client NodeJS", "devDependencies": { "@adobe/eslint-config-aio-lib-config": "4.0.0", - "dotenv": "17.2.1", + "dotenv": "17.2.2", "jest": "30.1.3", "jest-fetch-mock": "3.0.3", "jest-junit": "16.0.0",