Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch-1717710523
Browse files Browse the repository at this point in the history
  • Loading branch information
angeousta authored Jun 6, 2024
2 parents 6de3b30 + a4194e0 commit bdfbe5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"devDependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.2",
"@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^0.6.0",
"@fontsource/inter": "^5.0.17",
"@fontsource/inter": "^5.0.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"astro": "^3.6.5",
Expand All @@ -35,9 +35,9 @@
"prettier": "^3.3.1",
"prettier-plugin-astro": "^0.13.0",
"reading-time": "^1.5.0",
"sharp": "^0.33.3",
"sharp": "^0.33.4",
"subfont": "^6.12.5",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vite-plugin-windicss": "^1.9.3",
"windicss": "^3.5.6",
"yaml-schema-validator": "^1.2.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
dependencies:
prismjs "^1.29.0"

"@astrojs/rss@^4.0.5":
"@astrojs/rss@^4.0.6":
version "4.0.6"
resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-4.0.6.tgz#d6cd1bbbe2b44033a8891fa4a1ebf9d0756021ba"
integrity sha512-hpfHz6OZVD4ME1ZmpNQim0yV0AOetVFUHv0vmL8+Bw4GNcmL0ibGkGtMv+PY72HLJUVfDtizrBjfN5HHg+LScA==
Expand Down Expand Up @@ -623,7 +623,7 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==

"@fontsource/inter@^5.0.17":
"@fontsource/inter@^5.0.18":
version "5.0.18"
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.18.tgz#eaddac790ee74b70932030f37ebaa9fc76decbd8"
integrity sha512-YCsoYPTcs713sI7tLtxaPrIhXAXvEetGg5Ry02ivA8qUOb3fQHojbK/X9HLD5OOKvFUNR2Ynkwb1kR1hVKQHpw==
Expand Down Expand Up @@ -6717,7 +6717,7 @@ sharp@^0.32.5:
tar-fs "^3.0.4"
tunnel-agent "^0.6.0"

sharp@^0.33.3:
sharp@^0.33.4:
version "0.33.4"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.33.4.tgz#b88e6e843e095c6ab5e1a0c59c4885e580cd8405"
integrity sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==
Expand Down Expand Up @@ -7479,7 +7479,7 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

typescript@^5.4.4:
typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
Expand Down

0 comments on commit bdfbe5e

Please sign in to comment.