17.diff (1607B)
1 diff --git a/package-lock.json b/package-lock.json 2 index d698390..06ec08c 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.4", 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.4", 22 + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.4.tgz", 23 + "integrity": "sha512-og36WkHZ+v32filXWx2Iu9iwj6v9QUQaBl5GcTHVGmw1lrGdztl0MtbqbY56az4ew/HkWq3GPSSQ70aZd0u86Q==", 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..aa854a9 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.4", 37 "@astrojs/tailwind": "^5.0.3", 38 "@webcomponents/template-shadowroot": "^0.2.1", 39 "astro": "^4.0.6",