chore: update deps
This commit is contained in:
parent
7a05fb56d4
commit
aeeb2b8b9a
2 changed files with 14 additions and 14 deletions
|
@ -29,7 +29,7 @@
|
|||
"author": "Ayo Ayco",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"astro": "^4.13.1",
|
||||
"@astrojs/node": "^8.3.2"
|
||||
"@astrojs/node": "^8.3.2",
|
||||
"astro": "^4.13.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,10 +10,10 @@ importers:
|
|||
devDependencies:
|
||||
'@astrojs/node':
|
||||
specifier: ^8.3.2
|
||||
version: 8.3.2(astro@4.13.2)
|
||||
version: 8.3.2(astro@4.13.3)
|
||||
astro:
|
||||
specifier: ^4.13.1
|
||||
version: 4.13.2
|
||||
specifier: ^4.13.3
|
||||
version: 4.13.3
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -576,8 +576,8 @@ packages:
|
|||
array-iterate@2.0.1:
|
||||
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
|
||||
|
||||
astro@4.13.2:
|
||||
resolution: {integrity: sha512-bdfUV6zfOWOV/IbROqVx+1cuAFXY0PZpVxr4JO9YxCKa5AfQRR8RKXJ2k8QUjalA6dmxQ9FgAQw3FRrzHVOGEQ==}
|
||||
astro@4.13.3:
|
||||
resolution: {integrity: sha512-MyhmM0v5sphiVwxAm5jjKxWeuPZijWPJ8Ajdign9QzEmLWSH8vUYIJWx/dWRQ6vF1I0jXrksoj3wtw5nzXt9nw==}
|
||||
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -756,8 +756,8 @@ packages:
|
|||
ee-first@1.1.1:
|
||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||
|
||||
electron-to-chromium@1.5.5:
|
||||
resolution: {integrity: sha512-QR7/A7ZkMS8tZuoftC/jfqNkZLQO779SSW3YuZHP4eXpj3EffGLFcB/Xu9AAZQzLccTiCV+EmUo3ha4mQ9wnlA==}
|
||||
electron-to-chromium@1.5.6:
|
||||
resolution: {integrity: sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==}
|
||||
|
||||
emoji-regex@10.3.0:
|
||||
resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==}
|
||||
|
@ -1704,9 +1704,9 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@astrojs/node@8.3.2(astro@4.13.2)':
|
||||
'@astrojs/node@8.3.2(astro@4.13.3)':
|
||||
dependencies:
|
||||
astro: 4.13.2
|
||||
astro: 4.13.3
|
||||
send: 0.18.0
|
||||
server-destroy: 1.0.1
|
||||
transitivePeerDependencies:
|
||||
|
@ -2167,7 +2167,7 @@ snapshots:
|
|||
|
||||
array-iterate@2.0.1: {}
|
||||
|
||||
astro@4.13.2:
|
||||
astro@4.13.3:
|
||||
dependencies:
|
||||
'@astrojs/compiler': 2.10.2
|
||||
'@astrojs/internal-helpers': 0.4.1
|
||||
|
@ -2268,7 +2268,7 @@ snapshots:
|
|||
browserslist@4.23.3:
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001651
|
||||
electron-to-chromium: 1.5.5
|
||||
electron-to-chromium: 1.5.6
|
||||
node-releases: 2.0.18
|
||||
update-browserslist-db: 1.1.0(browserslist@4.23.3)
|
||||
|
||||
|
@ -2387,7 +2387,7 @@ snapshots:
|
|||
|
||||
ee-first@1.1.1: {}
|
||||
|
||||
electron-to-chromium@1.5.5: {}
|
||||
electron-to-chromium@1.5.6: {}
|
||||
|
||||
emoji-regex@10.3.0: {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue