diff --git a/tests/playwright/package-lock.json b/tests/playwright/package-lock.json index 3f840d072ad..cbc1184fdc6 100644 --- a/tests/playwright/package-lock.json +++ b/tests/playwright/package-lock.json @@ -12,7 +12,7 @@ "@axe-core/playwright": "^4.10.1", "@playwright/test": "^1.49.0", "axe-html-reporter": "^2.2.11", - "dotenv": "^16.4.1" + "dotenv": "^16.4.7" } }, "node_modules/@axe-core/playwright": { @@ -66,9 +66,10 @@ } }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 6ba8e2b1ceb..6bf03610ef4 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -7,7 +7,7 @@ "@axe-core/playwright": "^4.10.1", "@playwright/test": "^1.49.0", "axe-html-reporter": "^2.2.11", - "dotenv": "^16.4.1" + "dotenv": "^16.4.7" }, "repository": { "type": "git",