mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Roll posthog - security fix (details below)
https://helixguard.ai/blog/malicious-sha1hulud-2025-11-24
This commit is contained in:
Generated
+26
-27
@@ -42,8 +42,8 @@
|
||||
"next": "~15.1.8",
|
||||
"nprogress": "^0.2.0",
|
||||
"pdfjs-dist": "5.4.54",
|
||||
"posthog-js": "^1.297.2",
|
||||
"posthog-node": "^5.13.2",
|
||||
"posthog-js": "^1.298.0",
|
||||
"posthog-node": "^5.14.0",
|
||||
"prismjs": "^1.30.0",
|
||||
"puppeteer-core": "^24.31.0",
|
||||
"react": "^18.3.1",
|
||||
@@ -66,7 +66,7 @@
|
||||
"zustand": "5.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@posthog/nextjs-config": "1.5.1",
|
||||
"@posthog/nextjs-config": "^1.6.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/prismjs": "^1.26.5",
|
||||
@@ -2044,9 +2044,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@posthog/cli": {
|
||||
"version": "0.5.15",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/cli/-/cli-0.5.15.tgz",
|
||||
"integrity": "sha512-mqjIQKo5WgKxEqOTbFPk5lHjPYqum6eDynIXbfCY1MmOh5BkNufKL1uFuXj1YtRN5NlHyiNdqrQ+1CmeyauFmA==",
|
||||
"version": "0.5.14",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/cli/-/cli-0.5.14.tgz",
|
||||
"integrity": "sha512-5Xrg5Xc8kt6ZlasgthWp/iCiRoSWMxDk/nFgDG27DeplLOMF25TgHE9+uF3zKHqgTcg4Lt6zgspHACdXWEW0gg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"hasShrinkwrap": true,
|
||||
@@ -3008,25 +3008,24 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@posthog/core": {
|
||||
"version": "1.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.5.5.tgz",
|
||||
"integrity": "sha512-m7G1EQTgo9xrr3lZxCp9C2egP99MSRpIDD95wYzwUPxMesKxI0xEQ+TC5LS/XOXIdmsNvsx4UcxwmzhSwD2GWA==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.6.0.tgz",
|
||||
"integrity": "sha512-Tbh8UACwbb7jFdDC7wwXHtfNzO+4wKh3VbyMHmp2UBe6w1jliJixexTJNfkqdGZm+ht3M10mcKvGGPnoZ2zLBg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cross-spawn": "^7.0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@posthog/nextjs-config": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/nextjs-config/-/nextjs-config-1.5.1.tgz",
|
||||
"integrity": "sha512-iD7Y4vdkV+8nQSCrHluhCTpCEB3TDVNbg+Ls2fSdfXjUWeBuWIKlN64+jJig0hOP1wo7/50gDGYuHyCL0CFYSw==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/nextjs-config/-/nextjs-config-1.6.0.tgz",
|
||||
"integrity": "sha512-+IVUfPL0qF66+X2vWmx+OzUavKdxl9joYL8hbs93K7btEE49vVkJ6PC6Exeyr1VV/hJf9Y2lhrKseIMePT1BBw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@posthog/cli": "~0.5.13",
|
||||
"@posthog/core": "1.5.5",
|
||||
"@posthog/webpack-plugin": "1.0.0",
|
||||
"@posthog/core": "1.6.0",
|
||||
"@posthog/webpack-plugin": "1.1.0",
|
||||
"semver": "^7.7.2"
|
||||
},
|
||||
"engines": {
|
||||
@@ -3037,13 +3036,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@posthog/webpack-plugin": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/webpack-plugin/-/webpack-plugin-1.0.0.tgz",
|
||||
"integrity": "sha512-V2oMedohuR9C89KflAnXy3euqzMV5WxP80MT4ojBAoXVgSxQLlWuqaMztRfFgd/iPsybEisW6G397R1HSrb0Zw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@posthog/webpack-plugin/-/webpack-plugin-1.1.0.tgz",
|
||||
"integrity": "sha512-k6Ys20MtgZiESL+XE5C6DerBOcUTcYn0kAyxit7GK44akBMd8bAMDxMdX585/tfP99WMproRAmsElusNaI8cOg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@posthog/cli": "~0.5.13",
|
||||
"@posthog/core": "1.5.5"
|
||||
"@posthog/core": "1.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@prisma/client": {
|
||||
@@ -10214,12 +10213,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/posthog-js": {
|
||||
"version": "1.297.2",
|
||||
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.297.2.tgz",
|
||||
"integrity": "sha512-pDtCKHpKegV1D5Yk9PBmkFwI9FMnLJm0TsBO5c5/PhPq5Om4y/t+1qqbNcLCdLajkuYl2px9UlRTzycQ6W7Vmw==",
|
||||
"version": "1.298.0",
|
||||
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.298.0.tgz",
|
||||
"integrity": "sha512-Zwzsf7TO8qJ6DFLuUlQSsT/5OIOcxSBZlKOSk3satkEnwKdmnBXUuxgVXRHrvq1kj7OB2PVAPgZiQ8iHHj9DRA==",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"dependencies": {
|
||||
"@posthog/core": "1.5.5",
|
||||
"@posthog/core": "1.6.0",
|
||||
"core-js": "^3.38.1",
|
||||
"fflate": "^0.4.8",
|
||||
"preact": "^10.19.3",
|
||||
@@ -10227,12 +10226,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/posthog-node": {
|
||||
"version": "5.13.2",
|
||||
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.13.2.tgz",
|
||||
"integrity": "sha512-KfFsiL4v+d723fKYV9vT6lt4GYtryL8FOK7LjlDQ/lJai/EEULkmGvQaNUzBW+4lK9fUaz+AhCyipNDUaXkZqA==",
|
||||
"version": "5.14.0",
|
||||
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.14.0.tgz",
|
||||
"integrity": "sha512-cKY2Wdtjx5wlIWL9/Im5/FT+zeKaYjtG94rfrIFKTVoCdwV7S9PaU8frLD/8TpGx1SwOFgw7QTjhpa/vnxTlww==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@posthog/core": "1.5.5"
|
||||
"@posthog/core": "1.6.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
|
||||
+2
-2
@@ -54,8 +54,8 @@
|
||||
"next": "~15.1.8",
|
||||
"nprogress": "^0.2.0",
|
||||
"pdfjs-dist": "5.4.54",
|
||||
"posthog-js": "^1.297.2",
|
||||
"posthog-node": "^5.13.2",
|
||||
"posthog-js": "^1.298.0",
|
||||
"posthog-node": "^5.14.0",
|
||||
"prismjs": "^1.30.0",
|
||||
"puppeteer-core": "^24.31.0",
|
||||
"react": "^18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user