diff --git a/package-lock.json b/package-lock.json index eafd538904..f829a5e484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@stoplight/spectral-ref-resolver": "^1.0.5", "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^21.0.0", - "dotenv": "^17.2.2", + "dotenv": "^17.2.3", "eslint-plugin-jest": "^29.0.1", "inflection": "^3.0.2", "markdown-table": "^3.0.4", @@ -6789,9 +6789,9 @@ } }, "node_modules/dotenv": { - "version": "17.2.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz", - "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==", + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", + "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==", "license": "BSD-2-Clause", "engines": { "node": ">=12" diff --git a/package.json b/package.json index 0284f27051..4df2fd5f0c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@stoplight/spectral-ref-resolver": "^1.0.5", "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^21.0.0", - "dotenv": "^17.2.2", + "dotenv": "^17.2.3", "eslint-plugin-jest": "^29.0.1", "inflection": "^3.0.2", "markdown-table": "^3.0.4",