Skip to content

Commit 155aa01

Browse files
authored
Merge pull request #483 from DeterminateSystems/fix-js-vuln-again
Update pnpm dependencies
2 parents f83053a + 1cc753b commit 155aa01

File tree

3 files changed

+797
-838
lines changed

3 files changed

+797
-838
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,45 @@
1111
"sync": "astro sync"
1212
},
1313
"dependencies": {
14-
"@alpinejs/persist": "^3.15.0",
14+
"@alpinejs/persist": "^3.15.1",
1515
"@astrojs/alpinejs": "^0.4.9",
1616
"@astrojs/check": "^0.7.0",
17-
"@astrojs/mdx": "^4.3.5",
18-
"@astrojs/react": "^4.3.1",
19-
"@astrojs/rss": "^4.0.12",
17+
"@astrojs/mdx": "^4.3.10",
18+
"@astrojs/react": "^4.4.2",
19+
"@astrojs/rss": "^4.0.13",
2020
"@astrojs/sitemap": "^3.6.0",
2121
"@astrojs/tailwind": "^5.1.5",
2222
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
2323
"@expressive-code/plugin-line-numbers": "^0.35.6",
2424
"@iconify-json/fa": "^1.2.2",
2525
"@iconify-json/fa-solid": "^1.2.2",
26-
"@iconify-json/heroicons": "^1.2.2",
26+
"@iconify-json/heroicons": "^1.2.3",
2727
"@iconify-json/radix-icons": "^1.2.5",
28-
"@tailwindcss/typography": "^0.5.16",
28+
"@tailwindcss/typography": "^0.5.19",
2929
"@types/alpinejs": "^3.13.11",
30-
"@types/react": "^18.3.24",
30+
"@types/react": "^18.3.26",
3131
"@types/react-dom": "^18.3.7",
32-
"alpinejs": "^3.15.0",
33-
"astro": "^5.14.3",
32+
"alpinejs": "^3.15.1",
33+
"astro": "^5.15.4",
3434
"astro-expressive-code": "^0.38.3",
3535
"astro-icon": "^1.1.5",
3636
"astro-seo": "^0.8.4",
3737
"handlebars": "^4.7.8",
3838
"marked": "^12.0.2",
39-
"posthog-js": "^1.266.0",
39+
"posthog-js": "^1.289.0",
4040
"react": "^18.3.1",
4141
"react-dom": "^18.3.1",
4242
"rehype-external-links": "^3.0.0",
4343
"remark-emoji": "^5.0.2",
4444
"remark-heading-id": "^1.0.1",
45-
"typescript": "^5.9.2"
45+
"typescript": "^5.9.3"
4646
},
4747
"devDependencies": {
4848
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
4949
"@types/alpinejs__persist": "^3.13.4",
5050
"prettier": "^3.6.2",
5151
"prettier-plugin-astro": "^0.14.1",
5252
"prettier-plugin-tailwindcss": "^0.6.14",
53-
"tailwindcss": "^3.4.17"
53+
"tailwindcss": "^3.4.18"
5454
}
5555
}

0 commit comments

Comments
 (0)