Skip to content

Commit 98adbc3

Browse files
chore(deps): update dependency prisma to v6
1 parent 6b914ec commit 98adbc3

File tree

4 files changed

+112
-10
lines changed

4 files changed

+112
-10
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"dotenv": "6.2.0",
1616
"nodemon": "1.19.4",
17-
"prisma": "1.34.12"
17+
"prisma": "6.12.0"
1818
}
1919
}

advanced/yarn.lock

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22
# yarn lockfile v1
33

44

5+
"@prisma/config@6.12.0":
6+
version "6.12.0"
7+
resolved "https://registry.yarnpkg.com/@prisma/config/-/config-6.12.0.tgz#365af09f162b59516b4e63153dd0238b50461b6d"
8+
integrity sha512-HovZWzhWEMedHxmjefQBRZa40P81N7/+74khKFz9e1AFjakcIQdXgMWKgt20HaACzY+d1LRBC+L4tiz71t9fkg==
9+
dependencies:
10+
jiti "2.4.2"
11+
12+
"@prisma/debug@6.12.0":
13+
version "6.12.0"
14+
resolved "https://registry.yarnpkg.com/@prisma/debug/-/debug-6.12.0.tgz#15a6a0941624cb0adf20e0df978bbcc85e3c6518"
15+
integrity sha512-plbz6z72orcqr0eeio7zgUrZj5EudZUpAeWkFTA/DDdXEj28YHDXuiakvR6S7sD6tZi+jiwQEJAPeV6J6m/tEQ==
16+
17+
"@prisma/engines-version@6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc":
18+
version "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
19+
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc.tgz#db1d677728e1231669e8031ae5f23c393daa3fab"
20+
integrity sha512-70vhecxBJlRr06VfahDzk9ow4k1HIaSfVUT3X0/kZoHCMl9zbabut4gEXAyzJZxaCGi5igAA7SyyfBI//mmkbQ==
21+
22+
"@prisma/engines@6.12.0":
23+
version "6.12.0"
24+
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-6.12.0.tgz#a264ac99ec87e95f8b4b276691d43e2ec3306956"
25+
integrity sha512-4BRZZUaAuB4p0XhTauxelvFs7IllhPmNLvmla0bO1nkECs8n/o1pUvAVbQ/VOrZR5DnF4HED0PrGai+rIOVePA==
26+
dependencies:
27+
"@prisma/debug" "6.12.0"
28+
"@prisma/engines-version" "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
29+
"@prisma/fetch-engine" "6.12.0"
30+
"@prisma/get-platform" "6.12.0"
31+
32+
"@prisma/fetch-engine@6.12.0":
33+
version "6.12.0"
34+
resolved "https://registry.yarnpkg.com/@prisma/fetch-engine/-/fetch-engine-6.12.0.tgz#231515dde53dd8efc36e79837729456d2b3e71f1"
35+
integrity sha512-EamoiwrK46rpWaEbLX9aqKDPOd8IyLnZAkiYXFNuq0YsU0Z8K09/rH8S7feOWAVJ3xzeSgcEJtBlVDrajM9Sag==
36+
dependencies:
37+
"@prisma/debug" "6.12.0"
38+
"@prisma/engines-version" "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
39+
"@prisma/get-platform" "6.12.0"
40+
41+
"@prisma/get-platform@6.12.0":
42+
version "6.12.0"
43+
resolved "https://registry.yarnpkg.com/@prisma/get-platform/-/get-platform-6.12.0.tgz#b41845b87426b64358018d752b14e9a2c8cb7bc4"
44+
integrity sha512-nRerTGhTlgyvcBlyWgt8OLNIV7QgJS2XYXMJD1hysorMCuLAjuDDuoxmVt7C2nLxbuxbWPp7OuFRHC23HqD9dA==
45+
dependencies:
46+
"@prisma/debug" "6.12.0"
47+
548
"@types/aws-lambda@8.10.13":
649
version "8.10.13"
750
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.13.tgz#92cc06b1cc88b5d0b327d2671dcf3daea96923a5"
@@ -1323,6 +1366,11 @@ iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
13231366
version "1.2.2"
13241367
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
13251368

1369+
jiti@2.4.2:
1370+
version "2.4.2"
1371+
resolved "https://registry.yarnpkg.com/jiti/-/jiti-2.4.2.tgz#d19b7732ebb6116b06e2038da74a55366faef560"
1372+
integrity sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==
1373+
13261374
jsonwebtoken@8.5.1:
13271375
version "8.5.1"
13281376
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
@@ -1862,10 +1910,13 @@ prisma-generate-schema@1.34.12:
18621910
popsicle "10"
18631911
prisma-datamodel "1.34.12"
18641912

1865-
prisma@1.34.12:
1866-
version "1.34.12"
1867-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.12.tgz#6212571134f4ead659294b778d85a3f24f9d2669"
1868-
integrity sha512-Es1cBDqP97eBkbt6yGLg9AInXHIlo2IR7bPYSNQxp9joFBHG6Wuzc0nt6Snb73gcO0bTG5PHJaSijDaZv7/Jpw==
1913+
prisma@6.12.0:
1914+
version "6.12.0"
1915+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-6.12.0.tgz#4f5416c27b6f18df89c6fe42c9fb0e52f8fedc9a"
1916+
integrity sha512-pmV7NEqQej9WjizN6RSNIwf7Y+jeh9mY1JEX2WjGxJi4YZWexClhde1yz/FuvAM+cTwzchcMytu2m4I6wPkIzg==
1917+
dependencies:
1918+
"@prisma/config" "6.12.0"
1919+
"@prisma/engines" "6.12.0"
18691920

18701921
process-nextick-args@~2.0.0:
18711922
version "2.0.0"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"prisma-client-lib": "1.34.12"
1010
},
1111
"devDependencies": {
12-
"prisma": "1.34.12"
12+
"prisma": "6.12.0"
1313
}
1414
}

basic/yarn.lock

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22
# yarn lockfile v1
33

44

5+
"@prisma/config@6.12.0":
6+
version "6.12.0"
7+
resolved "https://registry.yarnpkg.com/@prisma/config/-/config-6.12.0.tgz#365af09f162b59516b4e63153dd0238b50461b6d"
8+
integrity sha512-HovZWzhWEMedHxmjefQBRZa40P81N7/+74khKFz9e1AFjakcIQdXgMWKgt20HaACzY+d1LRBC+L4tiz71t9fkg==
9+
dependencies:
10+
jiti "2.4.2"
11+
12+
"@prisma/debug@6.12.0":
13+
version "6.12.0"
14+
resolved "https://registry.yarnpkg.com/@prisma/debug/-/debug-6.12.0.tgz#15a6a0941624cb0adf20e0df978bbcc85e3c6518"
15+
integrity sha512-plbz6z72orcqr0eeio7zgUrZj5EudZUpAeWkFTA/DDdXEj28YHDXuiakvR6S7sD6tZi+jiwQEJAPeV6J6m/tEQ==
16+
17+
"@prisma/engines-version@6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc":
18+
version "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
19+
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc.tgz#db1d677728e1231669e8031ae5f23c393daa3fab"
20+
integrity sha512-70vhecxBJlRr06VfahDzk9ow4k1HIaSfVUT3X0/kZoHCMl9zbabut4gEXAyzJZxaCGi5igAA7SyyfBI//mmkbQ==
21+
22+
"@prisma/engines@6.12.0":
23+
version "6.12.0"
24+
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-6.12.0.tgz#a264ac99ec87e95f8b4b276691d43e2ec3306956"
25+
integrity sha512-4BRZZUaAuB4p0XhTauxelvFs7IllhPmNLvmla0bO1nkECs8n/o1pUvAVbQ/VOrZR5DnF4HED0PrGai+rIOVePA==
26+
dependencies:
27+
"@prisma/debug" "6.12.0"
28+
"@prisma/engines-version" "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
29+
"@prisma/fetch-engine" "6.12.0"
30+
"@prisma/get-platform" "6.12.0"
31+
32+
"@prisma/fetch-engine@6.12.0":
33+
version "6.12.0"
34+
resolved "https://registry.yarnpkg.com/@prisma/fetch-engine/-/fetch-engine-6.12.0.tgz#231515dde53dd8efc36e79837729456d2b3e71f1"
35+
integrity sha512-EamoiwrK46rpWaEbLX9aqKDPOd8IyLnZAkiYXFNuq0YsU0Z8K09/rH8S7feOWAVJ3xzeSgcEJtBlVDrajM9Sag==
36+
dependencies:
37+
"@prisma/debug" "6.12.0"
38+
"@prisma/engines-version" "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
39+
"@prisma/get-platform" "6.12.0"
40+
41+
"@prisma/get-platform@6.12.0":
42+
version "6.12.0"
43+
resolved "https://registry.yarnpkg.com/@prisma/get-platform/-/get-platform-6.12.0.tgz#b41845b87426b64358018d752b14e9a2c8cb7bc4"
44+
integrity sha512-nRerTGhTlgyvcBlyWgt8OLNIV7QgJS2XYXMJD1hysorMCuLAjuDDuoxmVt7C2nLxbuxbWPp7OuFRHC23HqD9dA==
45+
dependencies:
46+
"@prisma/debug" "6.12.0"
47+
548
"@types/aws-lambda@8.10.13":
649
version "8.10.13"
750
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.13.tgz#92cc06b1cc88b5d0b327d2671dcf3daea96923a5"
@@ -659,6 +702,11 @@ iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
659702
version "1.2.2"
660703
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
661704

705+
jiti@2.4.2:
706+
version "2.4.2"
707+
resolved "https://registry.yarnpkg.com/jiti/-/jiti-2.4.2.tgz#d19b7732ebb6116b06e2038da74a55366faef560"
708+
integrity sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==
709+
662710
jsonwebtoken@^8.3.0:
663711
version "8.3.0"
664712
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.3.0.tgz#056c90eee9a65ed6e6c72ddb0a1d325109aaf643"
@@ -868,10 +916,13 @@ prisma-generate-schema@1.34.12:
868916
popsicle "10"
869917
prisma-datamodel "1.34.12"
870918

871-
prisma@1.34.12:
872-
version "1.34.12"
873-
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.12.tgz#6212571134f4ead659294b778d85a3f24f9d2669"
874-
integrity sha512-Es1cBDqP97eBkbt6yGLg9AInXHIlo2IR7bPYSNQxp9joFBHG6Wuzc0nt6Snb73gcO0bTG5PHJaSijDaZv7/Jpw==
919+
prisma@6.12.0:
920+
version "6.12.0"
921+
resolved "https://registry.yarnpkg.com/prisma/-/prisma-6.12.0.tgz#4f5416c27b6f18df89c6fe42c9fb0e52f8fedc9a"
922+
integrity sha512-pmV7NEqQej9WjizN6RSNIwf7Y+jeh9mY1JEX2WjGxJi4YZWexClhde1yz/FuvAM+cTwzchcMytu2m4I6wPkIzg==
923+
dependencies:
924+
"@prisma/config" "6.12.0"
925+
"@prisma/engines" "6.12.0"
875926

876927
process-nextick-args@~2.0.0:
877928
version "2.0.0"

0 commit comments

Comments
 (0)