From 443f056c4757600f1452146a7ce1627d1c034029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:55:15 -0400 Subject: [PATCH] Build(deps): Bump tough-cookie from 4.1.2 to 4.1.3 (#43) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson --- README.md | 5 +++-- package-lock.json | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bd9a41f..dabaa3a 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ jobs: *[CircleCI personal API token](https://app.circleci.com/settings/user/tokens)* (not a *project token* as it is not supported yet in API v2!) whose value has been added to the GitHub secrets of your repository (e.g., as - `CIRCLE_TOKEN`), e.g. for the MNE-Python project this would be - https://github.com/mne-tools/mne-python/settings/secrets/actions. + `CIRCLE_TOKEN`), e.g. for the MNE-Python *project* this would be + https://github.com/mne-tools/mne-python/settings/secrets/actions and for the + *organization* it would be https://github.com/organizations/mne-tools/settings/secrets/actions (pick whichever scope makes sense for you). - The `artifact-path` should point to an artifact path from your CircleCI build. This is typically whatever follows the CircleCI artifact root path, for example `0/test_artifacts/root_artifact.md`. diff --git a/package-lock.json b/package-lock.json index a70916c..3716d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6268,9 +6268,9 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dev": true, "dependencies": { "psl": "^1.1.33", @@ -11472,9 +11472,9 @@ } }, "tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dev": true, "requires": { "psl": "^1.1.33",