From 06bf048d1d6725991912aa88f7b0c58c11ac6a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:01:47 +0000 Subject: [PATCH] chore(deps): update dependency @types/auth0 to v3 --- pnpm-lock.yaml | 10 +++++----- services/api/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2cc55779..b0919431 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -337,8 +337,8 @@ importers: specifier: 8.5.0 version: 8.5.0(@stryker-mutator/core@8.5.0) '@types/auth0': - specifier: 2.35.11 - version: 2.35.11 + specifier: 3.3.10 + version: 3.3.10 '@types/express': specifier: ^4.17.13 version: 4.17.21 @@ -2555,8 +2555,8 @@ packages: '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} - '@types/auth0@2.35.11': - resolution: {integrity: sha512-DYoaaZUCN2m16ItLnpfCXibM5iz93rn8jos9vAATO7NlY7Hoz24s11Jd4K1IY53KGn1TogrhwMiDfm5I0H4AzQ==} + '@types/auth0@3.3.10': + resolution: {integrity: sha512-9tS0Y2igWxw+Dx5uCHkIUCu6tG0oRkwpE322dOJPwZMLXQMx49n/gDmUz7YJSe1iVjrWW+ffVYmlPShVIEwjkg==} '@types/aws-lambda@8.10.93': resolution: {integrity: sha512-Vsyi9ogDAY3REZDjYnXMRJJa62SDvxHXxJI5nGDQdZW058dDE+av/anynN2rLKbCKXDRNw3D/sQmqxVflZFi4A==} @@ -10843,7 +10843,7 @@ snapshots: '@types/aria-query@5.0.4': {} - '@types/auth0@2.35.11': {} + '@types/auth0@3.3.10': {} '@types/aws-lambda@8.10.93': {} diff --git a/services/api/package.json b/services/api/package.json index d5a4ac59..315c4975 100644 --- a/services/api/package.json +++ b/services/api/package.json @@ -77,7 +77,7 @@ "@nestjs/testing": "^9.0.0", "@stryker-mutator/core": "8.5.0", "@stryker-mutator/jest-runner": "8.5.0", - "@types/auth0": "2.35.11", + "@types/auth0": "3.3.10", "@types/express": "^4.17.13", "@types/jest": "28.1.8", "@types/node": "^16.0.0",