11.diff (1607B)
1 diff --git a/package-lock.json b/package-lock.json 2 index d698390..6af080b 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -9,7 +9,7 @@ 6 "dependencies": { 7 "@astrojs/check": "^0.3.3", 8 "@astrojs/lit": "^3.0.3", 9 - "@astrojs/node": "^7.0.1", 10 + "@astrojs/node": "^7.0.2", 11 "@astrojs/tailwind": "^5.0.3", 12 "@webcomponents/template-shadowroot": "^0.2.1", 13 "astro": "^4.0.6", 14 @@ -150,9 +150,9 @@ 15 } 16 }, 17 "node_modules/@astrojs/node": { 18 - "version": "7.0.1", 19 - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.1.tgz", 20 - "integrity": "sha512-jzO5q1t/cwDZQHcPG0CakjPY0SC44kbGgDDoh4UurvzZcCDYQKLz6zzJVqzUiOtDhfSwVrgHoiKo2tNbXASlRQ==", 21 + "version": "7.0.2", 22 + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.2.tgz", 23 + "integrity": "sha512-g07KV9JBbUubfzLyu2ql+zu09dW3a7zVX1fDr6UriQdz6BvPh0Y0Qn+DqA5P8JwSKAw93mJDuChDW7JrI7CBJg==", 24 "dependencies": { 25 "send": "^0.18.0", 26 "server-destroy": "^1.0.1" 27 diff --git a/package.json b/package.json 28 index 0357656..2628bc0 100644 29 --- a/package.json 30 +++ b/package.json 31 @@ -12,7 +12,7 @@ 32 "dependencies": { 33 "@astrojs/check": "^0.3.3", 34 "@astrojs/lit": "^3.0.3", 35 - "@astrojs/node": "^7.0.1", 36 + "@astrojs/node": "^7.0.2", 37 "@astrojs/tailwind": "^5.0.3", 38 "@webcomponents/template-shadowroot": "^0.2.1", 39 "astro": "^4.0.6",