Skip to content

Commit eec98a3

Browse files
feat(deps): bump @prisma/instrumentation from 5.16.0 to 5.16.1 (#12718)
Bumps [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation) from 5.16.0 to 5.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prisma/prisma/releases"><code>@​prisma/instrumentation</code>'s releases</a>.</em></p> <blockquote> <h2>5.16.1</h2> <p>Today, we are issuing the 5.16.1 patch release to fix an issue in Prisma client.</p> <h2>Fix in Prisma Client</h2> <ul> <li><a href="https://redirect.github.com/prisma/prisma/issues/24634">dotenv loading issue with PrismaClient </a></li> <li><a href="https://redirect.github.com/prisma/prisma/issues/24658">Prisma Seed Script Fails After Upgrading to v5.16.0 (DATABASE_URL Error)</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/prisma/prisma/commits/5.16.1/packages/instrumentation">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@prisma/instrumentation&package-manager=npm_and_yarn&previous-version=5.16.0&new-version=5.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @AbhiPrasad. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 840dd8f commit eec98a3

File tree

2 files changed

+70
-31
lines changed

2 files changed

+70
-31
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@opentelemetry/resources": "^1.25.1",
8888
"@opentelemetry/sdk-trace-base": "^1.25.1",
8989
"@opentelemetry/semantic-conventions": "^1.25.1",
90-
"@prisma/instrumentation": "5.16.0",
90+
"@prisma/instrumentation": "5.16.1",
9191
"@sentry/core": "8.13.0",
9292
"@sentry/opentelemetry": "8.13.0",
9393
"@sentry/types": "8.13.0",

yarn.lock

Lines changed: 69 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7062,14 +7062,6 @@
70627062
"@opentelemetry/core" "1.23.0"
70637063
"@opentelemetry/semantic-conventions" "1.23.0"
70647064

7065-
"@opentelemetry/resources@1.24.1", "@opentelemetry/resources@^1.8.0":
7066-
version "1.24.1"
7067-
resolved "https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-1.24.1.tgz#5e2cb84814824f3b1e1017e6caeeee8402e0ad6e"
7068-
integrity sha512-cyv0MwAaPF7O86x5hk3NNgenMObeejZFLJJDVuSeSMIsknlsj3oOZzRv3qSzlwYomXsICfBeFFlxwHQte5mGXQ==
7069-
dependencies:
7070-
"@opentelemetry/core" "1.24.1"
7071-
"@opentelemetry/semantic-conventions" "1.24.1"
7072-
70737065
"@opentelemetry/resources@1.25.0":
70747066
version "1.25.0"
70757067
resolved "https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-1.25.0.tgz#84a1e70097e342aa2047aac97be114ad14966793"
@@ -7094,6 +7086,14 @@
70947086
"@opentelemetry/api" "^0.12.0"
70957087
"@opentelemetry/core" "^0.12.0"
70967088

7089+
"@opentelemetry/resources@^1.8.0":
7090+
version "1.24.1"
7091+
resolved "https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-1.24.1.tgz#5e2cb84814824f3b1e1017e6caeeee8402e0ad6e"
7092+
integrity sha512-cyv0MwAaPF7O86x5hk3NNgenMObeejZFLJJDVuSeSMIsknlsj3oOZzRv3qSzlwYomXsICfBeFFlxwHQte5mGXQ==
7093+
dependencies:
7094+
"@opentelemetry/core" "1.24.1"
7095+
"@opentelemetry/semantic-conventions" "1.24.1"
7096+
70977097
"@opentelemetry/sdk-logs@0.50.0":
70987098
version "0.50.0"
70997099
resolved "https://registry.yarnpkg.com/@opentelemetry/sdk-logs/-/sdk-logs-0.50.0.tgz#6636492cf626a9666f61d91025e25243d1a43bfc"
@@ -7129,16 +7129,7 @@
71297129
"@opentelemetry/resources" "1.23.0"
71307130
"@opentelemetry/semantic-conventions" "1.23.0"
71317131

7132-
"@opentelemetry/sdk-trace-base@^1.22":
7133-
version "1.24.1"
7134-
resolved "https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.24.1.tgz#dc2ab89126e75e442913fb5af98803fde67b2536"
7135-
integrity sha512-zz+N423IcySgjihl2NfjBf0qw1RWe11XIAWVrTNOSSI6dtSPJiVom2zipFB2AEEtJWpv0Iz6DY6+TjnyTV5pWg==
7136-
dependencies:
7137-
"@opentelemetry/core" "1.24.1"
7138-
"@opentelemetry/resources" "1.24.1"
7139-
"@opentelemetry/semantic-conventions" "1.24.1"
7140-
7141-
"@opentelemetry/sdk-trace-base@^1.23.0", "@opentelemetry/sdk-trace-base@^1.25.1":
7132+
"@opentelemetry/sdk-trace-base@^1.22", "@opentelemetry/sdk-trace-base@^1.23.0", "@opentelemetry/sdk-trace-base@^1.25.1":
71427133
version "1.25.1"
71437134
resolved "https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.25.1.tgz#cbc1e60af255655d2020aa14cde17b37bd13df37"
71447135
integrity sha512-C8k4hnEbc5FamuZQ92nTOp8X/diCY56XUTnMiv9UTuJitCzaNNHAVsdm5+HLCdI8SLQsLWIrG38tddMxLVoftw==
@@ -7317,10 +7308,10 @@
73177308
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.9.1.tgz#d92bd2f7f006e0316cb4fda9d73f235965cf2c64"
73187309
integrity sha512-caSOnG4kxcSkhqC/2ShV7rEoWwd3XrftokxJqOCMVvia4NYV/TPtJlS9C2os3Igxw/Qyxumj9GBQzcStzECvtQ==
73197310

7320-
"@prisma/instrumentation@5.16.0":
7321-
version "5.16.0"
7322-
resolved "https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-5.16.0.tgz#ee50f851945364c43e4067b84fe4071235ca3dd2"
7323-
integrity sha512-MVzNRW2ikWvVNnMIEgQMcwWxpFD+XF2U2h0Qz7MjutRqJxrhWexWV2aSi2OXRaU8UL5wzWw7pnjdKUzYhWauLg==
7311+
"@prisma/instrumentation@5.16.1":
7312+
version "5.16.1"
7313+
resolved "https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-5.16.1.tgz#93f996f9c95874156badbb5edbb97994667f7c3f"
7314+
integrity sha512-4m5gRFWnQb8s/yTyGbMZkL7A5uJgqOWcWJxapwcAD0T0kh5sGPEVSQl/zTQvE9aduXhFAxOtC3gO+R8Hb5xO1Q==
73247315
dependencies:
73257316
"@opentelemetry/api" "^1.8"
73267317
"@opentelemetry/instrumentation" "^0.49 || ^0.50 || ^0.51 || ^0.52.0"
@@ -9440,8 +9431,17 @@
94409431
dependencies:
94419432
"@types/unist" "*"
94429433

9443-
"@types/history-4@npm:@types/history@4.7.8", "@types/history-5@npm:@types/history@4.7.8", "@types/history@*":
9444-
name "@types/history-4"
9434+
"@types/history-4@npm:@types/history@4.7.8":
9435+
version "4.7.8"
9436+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9437+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9438+
9439+
"@types/history-5@npm:@types/history@4.7.8":
9440+
version "4.7.8"
9441+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9442+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9443+
9444+
"@types/history@*":
94459445
version "4.7.8"
94469446
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
94479447
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -9800,7 +9800,15 @@
98009800
"@types/history" "^3"
98019801
"@types/react" "*"
98029802

9803-
"@types/react-router-4@npm:@types/react-router@5.1.14", "@types/react-router-5@npm:@types/react-router@5.1.14":
9803+
"@types/react-router-4@npm:@types/react-router@5.1.14":
9804+
version "5.1.14"
9805+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
9806+
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
9807+
dependencies:
9808+
"@types/history" "*"
9809+
"@types/react" "*"
9810+
9811+
"@types/react-router-5@npm:@types/react-router@5.1.14":
98049812
version "5.1.14"
98059813
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
98069814
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -28845,8 +28853,7 @@ react-is@^18.0.0:
2884528853
dependencies:
2884628854
"@remix-run/router" "1.0.2"
2884728855

28848-
"react-router-6@npm:react-router@6.3.0", react-router@6.3.0:
28849-
name react-router-6
28856+
"react-router-6@npm:react-router@6.3.0":
2885028857
version "6.3.0"
2885128858
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
2885228859
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
@@ -28861,6 +28868,13 @@ react-router-dom@^6.2.2:
2886128868
history "^5.2.0"
2886228869
react-router "6.3.0"
2886328870

28871+
react-router@6.3.0:
28872+
version "6.3.0"
28873+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
28874+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
28875+
dependencies:
28876+
history "^5.2.0"
28877+
2886428878
react@^18.0.0:
2886528879
version "18.0.0"
2886628880
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
@@ -31346,7 +31360,16 @@ string-template@~0.2.1:
3134631360
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
3134731361
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
3134831362

31349-
"string-width-cjs@npm:string-width@^4.2.0", string-width@4.2.3, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31363+
"string-width-cjs@npm:string-width@^4.2.0":
31364+
version "4.2.3"
31365+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31366+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
31367+
dependencies:
31368+
emoji-regex "^8.0.0"
31369+
is-fullwidth-code-point "^3.0.0"
31370+
strip-ansi "^6.0.1"
31371+
31372+
string-width@4.2.3, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
3135031373
version "4.2.3"
3135131374
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3135231375
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -31458,7 +31481,14 @@ stringify-object@^3.2.1:
3145831481
is-obj "^1.0.1"
3145931482
is-regexp "^1.0.0"
3146031483

31461-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31484+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31485+
version "6.0.1"
31486+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31487+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31488+
dependencies:
31489+
ansi-regex "^5.0.1"
31490+
31491+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3146231492
version "6.0.1"
3146331493
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3146431494
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -34520,7 +34550,16 @@ workerpool@^6.4.0:
3452034550
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
3452134551
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==
3452234552

34523-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
34553+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
34554+
version "7.0.0"
34555+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34556+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
34557+
dependencies:
34558+
ansi-styles "^4.0.0"
34559+
string-width "^4.1.0"
34560+
strip-ansi "^6.0.0"
34561+
34562+
wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
3452434563
version "7.0.0"
3452534564
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3452634565
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)