diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bba93e21..357add038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,9 @@ ### Dependencies -- Bump JavaScript SDK from v7.57.0 to v7.58.1 ([#3184](https://github.com/getsentry/sentry-react-native/pull/3184)) - - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7581) - - [diff](https://github.com/getsentry/sentry-javascript/compare/7.57.0...7.58.1) +- Bump JavaScript SDK from v7.57.0 to v7.60.1 ([#3184](https://github.com/getsentry/sentry-react-native/pull/3184), [#3199](https://github.com/getsentry/sentry-react-native/pull/3199)) + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7601) + - [diff](https://github.com/getsentry/sentry-javascript/compare/7.57.0...7.60.1) - Bump Cocoa SDK from v8.8.0 to v8.9.3 ([#3188](https://github.com/getsentry/sentry-react-native/pull/3188), [#3206](https://github.com/getsentry/sentry-react-native/pull/3206)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#893) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.9.3) diff --git a/package.json b/package.json index e6308c253..cb039631a 100644 --- a/package.json +++ b/package.json @@ -56,18 +56,18 @@ "react-native": ">=0.65.0" }, "dependencies": { - "@sentry/browser": "7.58.1", + "@sentry/browser": "7.60.1", "@sentry/cli": "2.19.4", - "@sentry/core": "7.58.1", - "@sentry/hub": "7.58.1", - "@sentry/integrations": "7.58.1", - "@sentry/react": "7.58.1", - "@sentry/types": "7.58.1", - "@sentry/utils": "7.58.1" + "@sentry/core": "7.60.1", + "@sentry/hub": "7.60.1", + "@sentry/integrations": "7.60.1", + "@sentry/react": "7.60.1", + "@sentry/types": "7.60.1", + "@sentry/utils": "7.60.1" }, "devDependencies": { - "@sentry-internal/eslint-config-sdk": "7.58.1", - "@sentry-internal/eslint-plugin-sdk": "7.58.1", + "@sentry-internal/eslint-config-sdk": "7.60.1", + "@sentry-internal/eslint-plugin-sdk": "7.60.1", "@sentry/typescript": "^5.20.1", "@sentry/wizard": "3.2.3", "@types/jest": "^29.2.5", diff --git a/src/js/profiling/convertHermesProfile.ts b/src/js/profiling/convertHermesProfile.ts index 286b09e6f..03809e15e 100644 --- a/src/js/profiling/convertHermesProfile.ts +++ b/src/js/profiling/convertHermesProfile.ts @@ -139,8 +139,8 @@ function mapFrames(hermesStackFrames: Record { const expectedSentryProfile: ThreadCpuProfile = { frames: [ { - column: undefined, + colno: undefined, file: undefined, function: '[root]', - line: undefined, + lineno: undefined, }, { - column: 33, + colno: 33, file: 'app:///main.jsbundle', function: 'fooA', - line: 1610, + lineno: 1610, }, { - column: 21, + colno: 21, file: 'app:///main.jsbundle', function: 'fooB', - line: 1616, + lineno: 1616, }, { - column: 18, + colno: 18, file: 'app:///main.jsbundle', function: 'anonymous', - line: 1627, + lineno: 1627, }, ], samples: [ diff --git a/yarn.lock b/yarn.lock index 2a2f068ce..77cdd1e6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1286,6 +1286,13 @@ picocolors "^1.0.0" sisteransi "^1.0.5" +"@eslint-community/eslint-utils@^4.2.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + dependencies: + eslint-visitor-keys "^3.3.0" + "@eslint/eslintrc@^0.1.3": version "0.1.3" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085" @@ -1861,53 +1868,54 @@ invariant "^2.2.4" nullthrows "^1.1.1" -"@sentry-internal/eslint-config-sdk@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.58.1.tgz#0d8c7600a7dc94a1ada056390b1c7066463edc3e" - integrity sha512-joDamtKvzbvjoSXOADSTRyyVDSdlHyYj60K9nTTUXMCwU70L8VJ2PAaXxuKLXSYJ57NC+TyPxfh18gItxOnTnw== +"@sentry-internal/eslint-config-sdk@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.60.1.tgz#57b5d961e77395c0a3e4a379871482c2cc9f2ae1" + integrity sha512-V1UJFFM+0A4SIgNLBi2Obsb5m3CtIo+YMA5I95qQJA/Yrl3UaGEm2fOI7rCm52iI4kYC1XiSHkJY/O3amb7GTg== dependencies: - "@sentry-internal/eslint-plugin-sdk" "7.58.1" - "@sentry-internal/typescript" "7.58.1" + "@sentry-internal/eslint-plugin-sdk" "7.60.1" + "@sentry-internal/typescript" "7.60.1" "@typescript-eslint/eslint-plugin" "^5.48.0" "@typescript-eslint/parser" "^5.48.0" eslint-config-prettier "^6.11.0" eslint-plugin-deprecation "^1.1.0" eslint-plugin-import "^2.22.0" + eslint-plugin-jest "^27.2.2" eslint-plugin-jsdoc "^30.0.3" eslint-plugin-simple-import-sort "^5.0.3" -"@sentry-internal/eslint-plugin-sdk@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.58.1.tgz#ce9f40f4f744e8bad6a9afdc2aa8e72536354cef" - integrity sha512-naktGGiunkWCCMoA3qlutMUPnx++IQ3PTtrzsB3dl1hYFVeed3/N7cOZck+6H1uWvVwzPvq0cG3WvB9Al7yovA== +"@sentry-internal/eslint-plugin-sdk@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.60.1.tgz#015ae7ce587acd5e09ad7724c107260e569c1810" + integrity sha512-FvjH6bJdlev7FduUks6fWKmyNNfwjEWUF5qPWVhXLfWOXcMzcoZG5cyimwRG6RjOrhzIWvfX009S/IjF7bEopw== dependencies: requireindex "~1.1.0" -"@sentry-internal/tracing@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.58.1.tgz#9be915092793da7f1e63eb0c56c7663c6e639933" - integrity sha512-kOWKqyjYdDgvO6CacXneE9UrFQHT3BXF1UpCAlnHchW/TqRFmg89sJAEUjEPGzN7y6IaX1G4j2dBPDE0OFQi3w== +"@sentry-internal/tracing@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.60.1.tgz#c20766a7e31589962ffe9ea9dc58b6f475432303" + integrity sha512-2vM+3/ddzmoBfi92OOD9FFTHXf0HdQhKtNM26+/RsmkKnTid+/inbvA7nKi+Qa7ExcnlC6eclEHQEg+0X3yDkQ== dependencies: - "@sentry/core" "7.58.1" - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/core" "7.60.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" tslib "^2.4.1 || ^1.9.3" -"@sentry-internal/typescript@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.58.1.tgz#916277b8a8f5392abda5532ef450f622a30b4a02" - integrity sha512-1oG4x3s0Kh+DXgkibn3P/XTBRa5x9dDoAKOS2vgbrmAPNPJPSCseeKJQofUg5FyzFtKg34pJ1GRXs4EEjTObkw== - -"@sentry/browser@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.58.1.tgz#ad6ab07339f814c46add84e5dc4390b738f38730" - integrity sha512-7+6Z/T7m0A/2/ImMCakpMOaWTPxmENzTdaojhkyVQKuYUZr7mCe4nco0jsongwY634zSUziuVsibi0jxMMTdBA== - dependencies: - "@sentry-internal/tracing" "7.58.1" - "@sentry/core" "7.58.1" - "@sentry/replay" "7.58.1" - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" +"@sentry-internal/typescript@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.60.1.tgz#9655455e2dfce967bf07719f635cc8d43bcdef94" + integrity sha512-B0NtiwEMhVo+DZpiNomm0F0ONU0WjzglzOLeTU/02JRpQGUZvtO8j7C0mD/qtR9H1zqGGAhUyYwNfaUOmycCeQ== + +"@sentry/browser@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.60.1.tgz#d11e86f127f3f1b48a7156a4df63ab2b76e534ee" + integrity sha512-opZQee3S0c459LXt8YGpwOM/qiTlzluHEEnfW2q+D2yVCWh8iegsDX3kbRiv4i/mtQu9yPhM9M761KDnc/0eZw== + dependencies: + "@sentry-internal/tracing" "7.60.1" + "@sentry/core" "7.60.1" + "@sentry/replay" "7.60.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" tslib "^2.4.1 || ^1.9.3" "@sentry/cli@2.19.4": @@ -1934,59 +1942,59 @@ proxy-from-env "^1.1.0" which "^2.0.2" -"@sentry/core@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.58.1.tgz#d4010f2b0bcfe87b57fa490c0c7ab7a567ed4707" - integrity sha512-hpeB5fZ5T6Jg1CBqz486jHgWuJ5R/HD0wyYX+S3LDDsHCJo6V3TxNuoxYDlTTerRRfZdTwr9GYJXskehpU26IA== +"@sentry/core@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.60.1.tgz#789ebb2ba6808042e8c288f6881b82ff108c9c7c" + integrity sha512-yr/0VFYWOJyXj+F2nifkRYxXskotsNnDggUnFOZZN2ZgTG94IzRFsOZQ6RslHJ8nrYPTBNO74reU0C0GB++xRw== dependencies: - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" tslib "^2.4.1 || ^1.9.3" -"@sentry/hub@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.58.1.tgz#79681c5a97316c96a9171aaa1bec239973b4db26" - integrity sha512-t/6jnos7vhXoxKTa+PoUWZl8daGMIoq/kAqY2OakpdNn9bUXsHRBB4mjIsOANacoZU9jE0TbpgtzNH4g1ANs4A== +"@sentry/hub@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.60.1.tgz#fd554a1e6148806b2bd3159c4c27a19b1ea3dbfd" + integrity sha512-cYDcn1amIn7hu9sa8Oh0wgf+h7aojxjv7ukdR7zfMQgUpSeMsJLjA3YdL3983dPyxbnMhaZkviqtmzInYq9tfg== dependencies: - "@sentry/core" "7.58.1" - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/core" "7.60.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" tslib "^2.4.1 || ^1.9.3" -"@sentry/integrations@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.58.1.tgz#da033779e244cbed56598f94382a9e1da2e50371" - integrity sha512-fKZV/QDPM7rIZhaJpFwgxD4rzWLtRuag7cOWfvHCsezJnhXEF8u45sBak/VWmSr8SbcvJAIJSZbWYi0N91hNHQ== +"@sentry/integrations@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.60.1.tgz#2c0054d57ae337599d3c3a2d412226b4a7a62567" + integrity sha512-GkxGGUOGyRZ2aJrHfGPGJ40wh+r03xDHgjeM7SMHwdJdxTgFhv4xUZAl6NlywbxL5t2jhVwCMZNYIvy/vUrcFQ== dependencies: - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" localforage "^1.8.1" tslib "^2.4.1 || ^1.9.3" -"@sentry/react@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.58.1.tgz#b0901f75ceddaa0ffa5afd36964da50314cd6e69" - integrity sha512-0fh2JfKBxPU6Pm11PBt/5DgDg+l0cKcOf1WGhCWsBcFmRE2gAax+Q09+1fWm6+dqtg3piVR8AEEU6ZCBk3l4OQ== +"@sentry/react@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.60.1.tgz#ceeb35dadebb41454f488c17d0b9c2e5d59e5ff4" + integrity sha512-977wb5gp7SHv9kHPs1HZtL60slt2WBFY9/YJI9Av7BjjJ/A89OhtBwbVhIcKXZ4hwHQVWuOiFCJdMrIfZXpFPA== dependencies: - "@sentry/browser" "7.58.1" - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/browser" "7.60.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" hoist-non-react-statics "^3.3.2" tslib "^2.4.1 || ^1.9.3" -"@sentry/replay@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.58.1.tgz#daa389ba215f90f6579c388f67a9cf34b613c3a9" - integrity sha512-KKlpIxGrH1deTr/R3BErX8y16MnOzEylBVVn2I31BglLoZETFS9JAle6JNOgGxS5apFjwdQmD+69vX/mlVhMow== +"@sentry/replay@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.60.1.tgz#07ad56f47255706504ee099729bfe476538aa91d" + integrity sha512-WHQxEpJbHICs12L17LGgS/ql91yn9wJDH/hgb+1H90HaasjoR54ofWCKul29OvYV0snTWuHd6xauwtzyv9tzvg== dependencies: - "@sentry/core" "7.58.1" - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/core" "7.60.1" + "@sentry/types" "7.60.1" + "@sentry/utils" "7.60.1" -"@sentry/types@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.58.1.tgz#c67f99f9af82ea930cdf895d71ae049575e38bf7" - integrity sha512-OnKG+yrilPBeVNQK3biF0u/4IDjwH+boJU1XzJOnYdMRO8uzTWxvaRqpt0C8sVE9VAetRi2eutkzOgCXZISRrw== +"@sentry/types@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.60.1.tgz#2f8740db56ae4cae87523ae7a0daf753308496f0" + integrity sha512-8lKKSCOhZ953cWxwnfZwoR3ZFFlZG4P3PQFTaFt/u4LxLh/0zYbdtgvtUqXRURjMCi5P6ddeE9Uw9FGnTJCsTw== "@sentry/typescript@^5.20.1": version "5.20.1" @@ -1996,12 +2004,12 @@ tslint-config-prettier "^1.18.0" tslint-consistent-codestyle "^1.15.1" -"@sentry/utils@7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.58.1.tgz#b5e8ee53ce2f8ba7833a4a4e28044eaa1da9fa2f" - integrity sha512-iC9xZJBHp4+MDrZjKwcmMUhI5sTmpUcttwmsJL9HA6ACW+L1XX2eGSDky5pSlhhVFR7q7jJnQ7YUlMQ/jcd8eQ== +"@sentry/utils@7.60.1": + version "7.60.1" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.60.1.tgz#27b20bd2926c877011eb39fcb4b2db95dc72243f" + integrity sha512-ik+5sKGBx4DWuvf6UUKPSafaDiASxP+Xvjg3C9ppop2I/JWxP1FfZ5g22n5ZmPmNahD6clTSoTWly8qyDUlUOw== dependencies: - "@sentry/types" "7.58.1" + "@sentry/types" "7.60.1" tslib "^2.4.1 || ^1.9.3" "@sentry/wizard@3.2.3": @@ -2285,6 +2293,14 @@ "@typescript-eslint/types" "5.48.2" "@typescript-eslint/visitor-keys" "5.48.2" +"@typescript-eslint/scope-manager@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c" + integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w== + dependencies: + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/visitor-keys" "5.62.0" + "@typescript-eslint/type-utils@5.48.2": version "5.48.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7" @@ -2305,6 +2321,11 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e" integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA== +"@typescript-eslint/types@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" + integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== + "@typescript-eslint/typescript-estree@3.10.1": version "3.10.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" @@ -2332,6 +2353,19 @@ semver "^7.3.7" tsutils "^3.21.0" +"@typescript-eslint/typescript-estree@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" + integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== + dependencies: + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/visitor-keys" "5.62.0" + debug "^4.3.4" + globby "^11.1.0" + is-glob "^4.0.3" + semver "^7.3.7" + tsutils "^3.21.0" + "@typescript-eslint/utils@5.48.2": version "5.48.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3" @@ -2346,6 +2380,20 @@ eslint-utils "^3.0.0" semver "^7.3.7" +"@typescript-eslint/utils@^5.10.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" + integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== + dependencies: + "@eslint-community/eslint-utils" "^4.2.0" + "@types/json-schema" "^7.0.9" + "@types/semver" "^7.3.12" + "@typescript-eslint/scope-manager" "5.62.0" + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/typescript-estree" "5.62.0" + eslint-scope "^5.1.1" + semver "^7.3.7" + "@typescript-eslint/visitor-keys@3.10.1": version "3.10.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931" @@ -2361,6 +2409,14 @@ "@typescript-eslint/types" "5.48.2" eslint-visitor-keys "^3.3.0" +"@typescript-eslint/visitor-keys@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e" + integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== + dependencies: + "@typescript-eslint/types" "5.62.0" + eslint-visitor-keys "^3.3.0" + abab@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" @@ -3695,6 +3751,13 @@ eslint-plugin-import@^2.22.0: resolve "^1.17.0" tsconfig-paths "^3.9.0" +eslint-plugin-jest@^27.2.2: + version "27.2.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec" + integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ== + dependencies: + "@typescript-eslint/utils" "^5.10.0" + eslint-plugin-jsdoc@^30.0.3: version "30.5.1" resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.5.1.tgz#b024295db3ce3b258909419d9bcf747b8e65e2a7"