Skip to content

Commit fc08209

Browse files
chore(deps): pin dependencies (#337)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [posthog-js](https://redirect.github.com/PostHog/posthog-js) | dependencies | pin | [`^1.235.1` -> `1.235.5`](https://renovatebot.com/diffs/npm/posthog-js/1.235.5/1.235.5) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PostHog/posthog-js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PostHog/posthog-js) | | [posthog-node](https://redirect.github.com/PostHog/posthog-js-lite) ([source](https://redirect.github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-node)) | dependencies | pin | [`^4.11.3` -> `4.11.3`](https://renovatebot.com/diffs/npm/posthog-node/4.11.3/4.11.3) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PostHog/posthog-js-lite/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PostHog/posthog-js-lite) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Update PostHog JavaScript and Node.js dependencies from semver ranges to exact versions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfd7206 commit fc08209

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"fumadocs-ui": "15.2.6",
1616
"lucide-react": "0.487.0",
1717
"next": "15.3.0",
18-
"posthog-js": "^1.235.1",
19-
"posthog-node": "^4.11.3",
18+
"posthog-js": "1.235.5",
19+
"posthog-node": "4.11.3",
2020
"prettier": "3.5.3",
2121
"react": "19.1.0",
2222
"react-dom": "19.1.0",
@@ -1341,7 +1341,7 @@
13411341

13421342
"postcss-selector-parser": ["postcss-selector-parser@7.1.0", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA=="],
13431343

1344-
"posthog-js": ["posthog-js@1.235.1", "", { "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", "web-vitals": "^4.2.4" }, "peerDependencies": { "@rrweb/types": "2.0.0-alpha.17", "rrweb-snapshot": "2.0.0-alpha.17" }, "optionalPeers": ["@rrweb/types", "rrweb-snapshot"] }, "sha512-G6bATB6BkWXjogEYjUYq7ekPlHL8h0BNqy8kZdptN6aby9rWQp0zsTblGD9uU81/7i7559Q7rcvredBvzpDmJA=="],
1344+
"posthog-js": ["posthog-js@1.235.5", "", { "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", "web-vitals": "^4.2.4" }, "peerDependencies": { "@rrweb/types": "2.0.0-alpha.17", "rrweb-snapshot": "2.0.0-alpha.17" }, "optionalPeers": ["@rrweb/types", "rrweb-snapshot"] }, "sha512-uTvYm8dJ/xAqq385IKGVcPALf0F4G/cQ3eMQO8JQzwZUUoYggBKzp4NuzXZHDSfvxgDZDchi7yfZupbVVdVn9A=="],
13451345

13461346
"posthog-node": ["posthog-node@4.11.3", "", { "dependencies": { "axios": "^1.8.2" } }, "sha512-Ye7d9ZJX1reWP9084Gm9+O7NnvlW7LnbU09GzlsSdD0HzGTfxeKTQZsl9h1+CDHhfvpdWJRm8uc91/aDmXzaCA=="],
13471347

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"fumadocs-ui": "15.2.6",
2626
"lucide-react": "0.487.0",
2727
"next": "15.3.0",
28-
"posthog-js": "^1.235.1",
29-
"posthog-node": "^4.11.3",
28+
"posthog-js": "1.235.5",
29+
"posthog-node": "4.11.3",
3030
"prettier": "3.5.3",
3131
"react": "19.1.0",
3232
"react-dom": "19.1.0",

0 commit comments

Comments
 (0)