Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 29b6fa0

Browse files
Merge pull request #38 from Ruby-Network/main
Merge
2 parents aa69576 + 70a89c5 commit 29b6fa0

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"node": ">=18"
2020
},
2121
"dependencies": {
22-
"@astrojs/node": "^5.0.3",
23-
"@astrojs/partytown": "^1.1.0",
24-
"@astrojs/prefetch": "^0.2.0",
22+
"@astrojs/node": "^5.1.0",
23+
"@astrojs/partytown": "^1.1.1",
24+
"@astrojs/prefetch": "^0.2.1",
2525
"@astrojs/react": "^2.0.2",
2626
"@astrojs/tailwind": "^3.0.1",
2727
"@fortawesome/fontawesome-svg-core": "^6.2.1",
@@ -30,7 +30,7 @@
3030
"@fortawesome/react-fontawesome": "^0.2.0",
3131
"@titaniumnetwork-dev/ultraviolet": "^1.0.8",
3232
"@tomphttp/bare-server-node": "^1.2.5",
33-
"astro": "^2.1.2",
33+
"astro": "^2.1.3",
3434
"astro-robots-txt": "^0.4.0",
3535
"dotenv": "^16.0.3",
3636
"express": "^4.18.2",
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/express": "^4.17.13",
5151
"@types/http-auth": "^4.1.1",
52-
"@types/node": "^18.15.0",
52+
"@types/node": "^18.15.3",
5353
"@types/react": "^18.0.21",
5454
"@types/react-dom": "^18.0.6"
5555
}

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,27 +58,27 @@
5858
unist-util-visit "^4.1.0"
5959
vfile "^5.3.2"
6060

61-
"@astrojs/node@^5.0.3":
62-
version "5.0.4"
63-
resolved "https://registry.yarnpkg.com/@astrojs/node/-/node-5.0.4.tgz#1ffb5a7bae270633b232fcf56805f99d9afc7b7d"
64-
integrity sha512-pBD0cpQM4fDzwBBxyX7r7jTsYo/oXbUwAvHRB0OQGXsWjYvqqa8KQvNwQwYXXpNxCwgtpVtkdg4tV4mv1hSpWQ==
61+
"@astrojs/node@^5.1.0":
62+
version "5.1.0"
63+
resolved "https://registry.yarnpkg.com/@astrojs/node/-/node-5.1.0.tgz#a3a844b8aeb4c9e1b5f6d5706b7231f1945bd626"
64+
integrity sha512-O0u++oE8S9vVR0xPW5qqJzPla76UEYF+cZV2EuyVKgQRaXRXVgFsqHRxBICf79tP18fk8STxd6pqel6R1CWEUw==
6565
dependencies:
66-
"@astrojs/webapi" "^2.0.1"
66+
"@astrojs/webapi" "^2.1.0"
6767
send "^0.18.0"
6868
server-destroy "^1.0.1"
6969

70-
"@astrojs/partytown@^1.1.0":
71-
version "1.1.0"
72-
resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-1.1.0.tgz#9c480c92fc23636e4496f1a86f03b300c0fc58f9"
73-
integrity sha512-2cO2MuK8KEWRIsYyAkxopSL7Q5aB3ra+HTkk0umNUwAKVEZWZdDtYifdztU7WFYIlV/6t+2191MvBTqTcnenJQ==
70+
"@astrojs/partytown@^1.1.1":
71+
version "1.1.1"
72+
resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-1.1.1.tgz#2e9a1a918c5785f94bcb809a7f689df399e34d8b"
73+
integrity sha512-IaKzYieiuxnSRGSuAivV92kDTa0ENbei4Y0yEAowhyzV6MxJJImYEUKycSo/HUJwPQQmsPmBbp/IA4pyoL1Wxg==
7474
dependencies:
7575
"@builder.io/partytown" "^0.7.4"
7676
mrmime "^1.0.0"
7777

78-
"@astrojs/prefetch@^0.2.0":
79-
version "0.2.0"
80-
resolved "https://registry.yarnpkg.com/@astrojs/prefetch/-/prefetch-0.2.0.tgz#d9750301a20d8429d7b4752cf50b859eca4e5523"
81-
integrity sha512-q68916tIId0tnRFphNL2OcORgoATnfVItaQAugz7wfIq4ghivNISG1scN86uAyF/md1N1YcKu6XPukT5f2lShQ==
78+
"@astrojs/prefetch@^0.2.1":
79+
version "0.2.1"
80+
resolved "https://registry.yarnpkg.com/@astrojs/prefetch/-/prefetch-0.2.1.tgz#365bb38ce9da06febf78fad1dfc40291281f8885"
81+
integrity sha512-kVDhUl0BzN/3D1NJL5ndgKK5Dk/mdSf5LinKrPIVVVND+hrdErkihV53sA3pyffdw488pFvAiFu2+LW/DWhiHA==
8282
dependencies:
8383
throttles "^1.0.1"
8484

@@ -121,7 +121,7 @@
121121
undici "^5.20.0"
122122
which-pm-runs "^1.1.0"
123123

124-
"@astrojs/webapi@^2.0.1", "@astrojs/webapi@^2.1.0":
124+
"@astrojs/webapi@^2.1.0":
125125
version "2.1.0"
126126
resolved "https://registry.yarnpkg.com/@astrojs/webapi/-/webapi-2.1.0.tgz#0cbe21efd278456a4450afe0288c99d680cc2a32"
127127
integrity sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==
@@ -821,10 +821,10 @@
821821
dependencies:
822822
"@types/unist" "*"
823823

824-
"@types/node@*", "@types/node@^18.15.0":
825-
version "18.15.0"
826-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.0.tgz#286a65e3fdffd691e170541e6ecb0410b16a38be"
827-
integrity sha512-z6nr0TTEOBGkzLGmbypWOGnpSpSIBorEhC4L+4HeQ2iezKCi4f77kyslRwvHeNitymGQ+oFyIWGP96l/DPSV9w==
824+
"@types/node@*", "@types/node@^18.15.3":
825+
version "18.15.3"
826+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
827+
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
828828

829829
"@types/parse5@^6.0.0":
830830
version "6.0.3"
@@ -1037,10 +1037,10 @@ astro-robots-txt@^0.4.0:
10371037
valid-filename "^4.0.0"
10381038
zod "^3.20.6"
10391039

1040-
astro@^2.1.2:
1041-
version "2.1.2"
1042-
resolved "https://registry.yarnpkg.com/astro/-/astro-2.1.2.tgz#fcea6f88c803a94ff8624c0cbe44e5800078f185"
1043-
integrity sha512-qxBIPHfFJhwNOxI2E96XrGrUM6lGkDRkDY8iqEJNFWPGP+t5yY5SWb8H+OdYUGopexy1GGjoY7SYQCzFBkt7iw==
1040+
astro@^2.1.3:
1041+
version "2.1.3"
1042+
resolved "https://registry.yarnpkg.com/astro/-/astro-2.1.3.tgz#bbdab51f3c12b1594a8f12f76a5e87551bff85ec"
1043+
integrity sha512-5LFo/ixDXs84tgrSbzz0X5c7nzLfkag7w4tgOpBRL/DkveP83v+nSe3KjqwYLPL5vNY9UvryKHsfC0uu4TQz0g==
10441044
dependencies:
10451045
"@astrojs/compiler" "^1.2.0"
10461046
"@astrojs/language-server" "^0.28.3"

0 commit comments

Comments
 (0)