diff --git a/package-lock.json b/package-lock.json index ef929eb..577f51c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "expense-tracker", "version": "1.0.0", "license": "ISC", "dependencies": { @@ -778,12 +779,12 @@ } }, "node_modules/custom-env": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/custom-env/-/custom-env-2.0.1.tgz", - "integrity": "sha512-gVv19DBDuTQ8MM/WPlf8025Aa46Aqmfrr/kDxyDfXWe5t7C3+OgBsuhrsXTKQ4hGo+z1OuuaOQnhgTWIpvrz+w==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/custom-env/-/custom-env-2.0.4.tgz", + "integrity": "sha512-dykw6vWG5JcPLJdkE6s5MFT9rZCz59HJAASMMQ3Eda4Qw+KY+IHolxRc+uSB1AmlvD7fjf/srDBEUE8/YuTeAQ==", "dependencies": { "dotenv": "*", - "dotenv-expand": "^5.0.0" + "dotenv-expand": "^11.0.6" } }, "node_modules/date-fns": { @@ -900,9 +901,29 @@ } }, "node_modules/dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", + "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "dependencies": { + "dotenv": "^16.4.4" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dotenv-expand/node_modules/dotenv": { + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } }, "node_modules/ee-first": { "version": "1.1.1", @@ -4820,12 +4841,12 @@ } }, "custom-env": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/custom-env/-/custom-env-2.0.1.tgz", - "integrity": "sha512-gVv19DBDuTQ8MM/WPlf8025Aa46Aqmfrr/kDxyDfXWe5t7C3+OgBsuhrsXTKQ4hGo+z1OuuaOQnhgTWIpvrz+w==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/custom-env/-/custom-env-2.0.4.tgz", + "integrity": "sha512-dykw6vWG5JcPLJdkE6s5MFT9rZCz59HJAASMMQ3Eda4Qw+KY+IHolxRc+uSB1AmlvD7fjf/srDBEUE8/YuTeAQ==", "requires": { "dotenv": "*", - "dotenv-expand": "^5.0.0" + "dotenv-expand": "^11.0.6" } }, "date-fns": { @@ -4911,9 +4932,19 @@ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" }, "dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", + "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "requires": { + "dotenv": "^16.4.4" + }, + "dependencies": { + "dotenv": { + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" + } + } }, "ee-first": { "version": "1.1.1", diff --git a/yarn.lock b/yarn.lock index 4e8a24c..717a882 100644 --- a/yarn.lock +++ b/yarn.lock @@ -497,13 +497,13 @@ cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" -custom-env@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/custom-env/-/custom-env-2.0.1.tgz" - integrity sha512-gVv19DBDuTQ8MM/WPlf8025Aa46Aqmfrr/kDxyDfXWe5t7C3+OgBsuhrsXTKQ4hGo+z1OuuaOQnhgTWIpvrz+w== +custom-env@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/custom-env/-/custom-env-2.0.4.tgz#d4450fe416ac8d7ef7f99ba350bd197ea3fdaf55" + integrity sha512-dykw6vWG5JcPLJdkE6s5MFT9rZCz59HJAASMMQ3Eda4Qw+KY+IHolxRc+uSB1AmlvD7fjf/srDBEUE8/YuTeAQ== dependencies: dotenv "*" - dotenv-expand "^5.0.0" + dotenv-expand "^11.0.6" date-fns@^2.16.1: version "2.16.1" @@ -611,12 +611,19 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv-expand@^5.0.0: - version "5.1.0" - resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz" - integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== +dotenv-expand@^11.0.6: + version "11.0.6" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.6.tgz#f2c840fd924d7c77a94eff98f153331d876882d3" + integrity sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g== + dependencies: + dotenv "^16.4.4" + +dotenv@*, dotenv@^16.4.4: + version "16.4.5" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f" + integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== -dotenv@*, dotenv@^10.0.0: +dotenv@^10.0.0: version "10.0.0" resolved "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz" integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==