From f3cf36ef3ac50edaf0584178d0e12d4156e35f1a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 21 Dec 2022 12:46:41 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/stale.yml | 2 +- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3bdbefde..d371f977 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v6 + - uses: actions/stale@v7 with: stale-pr-label: stale stale-pr-message: "This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days." diff --git a/website/package.json b/website/package.json index 2505d00c..c5850a50 100644 --- a/website/package.json +++ b/website/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "concurrently": "7.6.0", - "cypress": "12.1.0", + "cypress": "12.2.0", "cypress-localstorage-commands": "2.2.2", "start-server-and-test": "1.15.2" } diff --git a/website/yarn.lock b/website/yarn.lock index f0b7d0ef..d4ecb9f2 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5058,10 +5058,10 @@ cypress-localstorage-commands@2.2.2: resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-2.2.2.tgz#bbecb1d5b7dd3863a5ced4131acc6b878136311c" integrity sha512-mONoaxoMAFOSsF+SIDx30hysD3XOY8kPLxjtORdZWDj3sJs+u03XOddTDETPIbLch0DWy5Dtyw1ou3EsFGYZAQ== -cypress@12.1.0: - version "12.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.1.0.tgz#1fdaa631bc30df466dc9505154616f4cf69dbd4b" - integrity sha512-7fz8N84uhN1+ePNDsfQvoWEl4P3/VGKKmAg+bJQFY4onhA37Ys+6oBkGbNdwGeC7n2QqibNVPhk8x3YuQLwzfw== +cypress@12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.2.0.tgz#86ddc1ecfffadf57a8689e211cfb4437735f4e92" + integrity sha512-kvl95ri95KK8mAy++tEU/wUgzAOMiIciZSL97LQvnOinb532m7dGvwN0mDSIGbOd71RREtmT9o4h088RjK5pKw== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"