Skip to content

Commit 2f7053c

Browse files
⬆️(dependencies) update js dependencies
1 parent 377d4e8 commit 2f7053c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lodash": "4.17.21",
4747
"luxon": "3.6.1",
4848
"next": "15.3.5",
49-
"posthog-js": "1.256.2",
49+
"posthog-js": "1.257.0",
5050
"react": "*",
5151
"react-aria-components": "1.10.1",
5252
"react-dom": "*",

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"server:test": "yarn COLLABORATION_SERVER run test"
2929
},
3030
"resolutions": {
31-
"@types/node": "22.16.0",
31+
"@types/node": "22.16.1",
3232
"@types/react": "19.1.8",
3333
"@types/react-dom": "19.1.6",
3434
"@typescript-eslint/eslint-plugin": "8.36.0",

src/frontend/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6690,10 +6690,10 @@
66906690
dependencies:
66916691
"@types/node" "*"
66926692

6693-
"@types/node@*", "@types/[email protected]", "@types/[email protected].0", "@types/node@^22.7.5":
6694-
version "22.16.0"
6695-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.0.tgz#352bc4951fd089df32f2b6412a61d339b67ded8b"
6696-
integrity sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==
6693+
"@types/node@*", "@types/[email protected]", "@types/[email protected].1", "@types/node@^22.7.5":
6694+
version "22.16.1"
6695+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.1.tgz#cdb8128d3ea7800a6c3f68cf3135b1d1bbdaf8ae"
6696+
integrity sha512-oaNE4MzsA6uO7HcsjUvqzz19lYIRsV6I1Dc6iOvgwYYDiOeF7/9b2E/PE0UW2ccwpgWPVUedjltYXQXVKFd4EA==
66976697
dependencies:
66986698
undici-types "~6.21.0"
66996699

@@ -13354,10 +13354,10 @@ postgres-range@^1.1.1:
1335413354
resolved "https://registry.yarnpkg.com/postgres-range/-/postgres-range-1.1.4.tgz#a59c5f9520909bcec5e63e8cf913a92e4c952863"
1335513355
integrity sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==
1335613356

13357-
posthog-js@1.256.2:
13358-
version "1.256.2"
13359-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.256.2.tgz#8df9142b3becbb6d287d8660a77a8090c5dece45"
13360-
integrity sha512-ypepnUHr33i5a1Uk39mozZXXTENRPC17HCG3WHKK6aRcpNwNs8uEqXaIKICGNM+qre+totKeTgl0WoaUFYmyoQ==
13357+
posthog-js@1.257.0:
13358+
version "1.257.0"
13359+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.257.0.tgz#7adfffa024756b910ee87a978e0fc6c12a9fa730"
13360+
integrity sha512-Ujg9RGtWVCu+4tmlRpALSy2ZOZI6JtieSYXIDDdgMWm167KYKvTtbMPHdoBaPWcNu0Km+1hAIBnQFygyn30KhA==
1336113361
dependencies:
1336213362
core-js "^3.38.1"
1336313363
fflate "^0.4.8"

0 commit comments

Comments
 (0)