diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5fa9e8da..8a154021 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: with: node-version: lts/gallium - id: modules-cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index e6b311fa..c8aaf6cb 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -14,7 +14,7 @@ jobs: with: node-version: lts/gallium - id: modules-cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 433616ab..8c41412f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: node-version: lts/gallium - id: modules-cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/package.json b/package.json index 0f99f52a..a97fa0e2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@faker-js/faker": "6.1.1", + "@faker-js/faker": "6.1.2", "@semantic-release/changelog": "6.0.1", "@semantic-release/git": "10.0.1", "@tsconfig/node16": "1.0.2", @@ -67,7 +67,7 @@ "glob": "7.2.0", "ora": "5.4.1", "reflect-metadata": "0.1.13", - "yargs": "17.4.0" + "yargs": "17.4.1" }, "peerDependencies": { "typeorm": "^0.2.41" diff --git a/yarn.lock b/yarn.lock index 26d2def2..4f70f96a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -512,10 +512,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@faker-js/faker@6.1.1": - version "6.1.1" - resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-6.1.1.tgz#adf002d986e1751daadfcf65d1cc03944dab3ced" - integrity sha512-8yq1LJVGn4GY06riLddIU1LbJm15yjt46hjfkpWNpH/mqdciPOBVzicKOJxzQNrGgVHVBxcdm7sgwjI/Y19MYw== +"@faker-js/faker@6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-6.1.2.tgz#7093ea65e6d78eae388918a46968c083366bd621" + integrity sha512-QSvmexHCxeRUk1/yKmoEDaWB5Hohjvtim5g2JJwy8S/l0L4b3y/GxSpE6vN4SBoVGGahEQW21uqyRr7EofI35A== "@gar/promisify@^1.0.1": version "1.1.2" @@ -7228,10 +7228,10 @@ yargs-parser@^21.0.0: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.0.tgz#a485d3966be4317426dd56bdb6a30131b281dc55" integrity sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA== -yargs@17.4.0: - version "17.4.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.0.tgz#9fc9efc96bd3aa2c1240446af28499f0e7593d00" - integrity sha512-WJudfrk81yWFSOkZYpAZx4Nt7V4xp7S/uJkX0CnxovMCt1wCE8LNftPpNuF9X/u9gN5nsD7ycYtRcDf2pL3UiA== +yargs@17.4.1: + version "17.4.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284" + integrity sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g== dependencies: cliui "^7.0.2" escalade "^3.1.1"