7.diff (1862B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 9ec9e9b..1ecb7f5 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -9,7 +9,7 @@ 6 "dependencies": { 7 "@astrojs/check": "^0.3.1", 8 "@astrojs/lit": "^3.0.3", 9 - "@astrojs/node": "^7.0.0", 10 + "@astrojs/node": "^7.0.1", 11 "@astrojs/tailwind": "^5.0.3", 12 "@meilisearch/instant-meilisearch": "^0.13.6", 13 "@webcomponents/template-shadowroot": "^0.2.1", 14 @@ -154,15 +154,15 @@ 15 } 16 }, 17 "node_modules/@astrojs/node": { 18 - "version": "7.0.0", 19 - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.0.tgz", 20 - "integrity": "sha512-G2NXEbinFqysOCa3mL8PqsyU4yot3I1lmF1WNPJaLGyW0LvG6pbz4iTa4Pk07O2oU+lE9J6JMC5GeNjaWQ0UFA==", 21 + "version": "7.0.1", 22 + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.1.tgz", 23 + "integrity": "sha512-jzO5q1t/cwDZQHcPG0CakjPY0SC44kbGgDDoh4UurvzZcCDYQKLz6zzJVqzUiOtDhfSwVrgHoiKo2tNbXASlRQ==", 24 "dependencies": { 25 "send": "^0.18.0", 26 "server-destroy": "^1.0.1" 27 }, 28 "peerDependencies": { 29 - "astro": "^4.0.0-beta.0" 30 + "astro": "^4.0.0" 31 } 32 }, 33 "node_modules/@astrojs/prism": { 34 diff --git a/package.json b/package.json 35 index 3e0933f..c85021a 100644 36 --- a/package.json 37 +++ b/package.json 38 @@ -12,7 +12,7 @@ 39 "dependencies": { 40 "@astrojs/check": "^0.3.1", 41 "@astrojs/lit": "^3.0.3", 42 - "@astrojs/node": "^7.0.0", 43 + "@astrojs/node": "^7.0.1", 44 "@astrojs/tailwind": "^5.0.3", 45 "@meilisearch/instant-meilisearch": "^0.13.6", 46 "@webcomponents/template-shadowroot": "^0.2.1",