Skip to content

Commit 30729b8

Browse files
feat(deps): Bump @prisma/instrumentation from 5.19.1 to 6.0.1
Bumps [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation) from 5.19.1 to 6.0.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/instrumentation) --- updated-dependencies: - dependency-name: "@prisma/instrumentation" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8077613 commit 30729b8

File tree

2 files changed

+53
-10
lines changed

2 files changed

+53
-10
lines changed

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@opentelemetry/resources": "^1.29.0",
9797
"@opentelemetry/sdk-trace-base": "^1.29.0",
9898
"@opentelemetry/semantic-conventions": "^1.28.0",
99-
"@prisma/instrumentation": "5.22.0",
99+
"@prisma/instrumentation": "6.0.1",
100100
"@sentry/core": "8.45.0",
101101
"@sentry/opentelemetry": "8.45.0",
102102
"import-in-the-middle": "^1.11.2"

yarn.lock

+52-9
Original file line numberDiff line numberDiff line change
@@ -8065,10 +8065,10 @@
80658065
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.9.1.tgz#d92bd2f7f006e0316cb4fda9d73f235965cf2c64"
80668066
integrity sha512-caSOnG4kxcSkhqC/2ShV7rEoWwd3XrftokxJqOCMVvia4NYV/TPtJlS9C2os3Igxw/Qyxumj9GBQzcStzECvtQ==
80678067

8068-
"@prisma/instrumentation@5.22.0":
8069-
version "5.22.0"
8070-
resolved "https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-5.22.0.tgz#c39941046e9886e17bdb47dbac45946c24d579aa"
8071-
integrity sha512-LxccF392NN37ISGxIurUljZSh1YWnphO34V5a0+T7FVQG2u9bhAXRTJpgmQ3483woVhkraQZFF7cbRrpbw/F4Q==
8068+
"@prisma/instrumentation@6.0.1":
8069+
version "6.0.1"
8070+
resolved "https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.0.1.tgz#cf7cc1fa5f9eb0788a6e445c94c0fd0b4cde1da2"
8071+
integrity sha512-EmIdDIdd5Vu1qsUFKE7oOECY6N0dqdsuAXuL+AdV1cpC6JxhZoeXeMFqNbiurLAAFVlibu8lKv8DmutIqun9jA==
80728072
dependencies:
80738073
"@opentelemetry/api" "^1.8"
80748074
"@opentelemetry/instrumentation" "^0.49 || ^0.50 || ^0.51 || ^0.52.0 || ^0.53.0"
@@ -10085,7 +10085,17 @@
1008510085
dependencies:
1008610086
"@types/unist" "*"
1008710087

10088-
"@types/history-4@npm:@types/[email protected]", "@types/history-5@npm:@types/[email protected]", "@types/history@*":
10088+
"@types/history-4@npm:@types/[email protected]":
10089+
version "4.7.8"
10090+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
10091+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
10092+
10093+
"@types/history-5@npm:@types/[email protected]":
10094+
version "4.7.8"
10095+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
10096+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
10097+
10098+
"@types/history@*":
1008910099
version "4.7.8"
1009010100
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
1009110101
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -10412,7 +10422,15 @@
1041210422
"@types/history" "^3"
1041310423
"@types/react" "*"
1041410424

10415-
"@types/react-router-4@npm:@types/[email protected]", "@types/react-router-5@npm:@types/[email protected]":
10425+
"@types/react-router-4@npm:@types/[email protected]":
10426+
version "5.1.14"
10427+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
10428+
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
10429+
dependencies:
10430+
"@types/history" "*"
10431+
"@types/react" "*"
10432+
10433+
"@types/react-router-5@npm:@types/[email protected]":
1041610434
version "5.1.14"
1041710435
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
1041810436
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -31246,7 +31264,16 @@ string-template@~0.2.1:
3124631264
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
3124731265
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
3124831266

31249-
"string-width-cjs@npm:string-width@^4.2.0", [email protected], string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31267+
"string-width-cjs@npm:string-width@^4.2.0":
31268+
version "4.2.3"
31269+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31270+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
31271+
dependencies:
31272+
emoji-regex "^8.0.0"
31273+
is-fullwidth-code-point "^3.0.0"
31274+
strip-ansi "^6.0.1"
31275+
31276+
[email protected], string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
3125031277
version "4.2.3"
3125131278
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3125231279
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -31358,7 +31385,14 @@ stringify-object@^3.2.1:
3135831385
is-obj "^1.0.1"
3135931386
is-regexp "^1.0.0"
3136031387

31361-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31388+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31389+
version "6.0.1"
31390+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31391+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31392+
dependencies:
31393+
ansi-regex "^5.0.1"
31394+
31395+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3136231396
version "6.0.1"
3136331397
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3136431398
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -34387,7 +34421,16 @@ wrangler@^3.67.1:
3438734421
optionalDependencies:
3438834422
fsevents "~2.3.2"
3438934423

34390-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", [email protected], wrap-ansi@^7.0.0:
34424+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
34425+
version "7.0.0"
34426+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34427+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
34428+
dependencies:
34429+
ansi-styles "^4.0.0"
34430+
string-width "^4.1.0"
34431+
strip-ansi "^6.0.0"
34432+
34433+
[email protected], wrap-ansi@^7.0.0:
3439134434
version "7.0.0"
3439234435
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3439334436
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)