10.diff (3284B)
1 diff --git a/package-lock.json b/package-lock.json 2 index d698390..0ebbd6f 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -7,7 +7,7 @@ 6 "": { 7 "version": "0.0.1", 8 "dependencies": { 9 - "@astrojs/check": "^0.3.3", 10 + "@astrojs/check": "^0.3.4", 11 "@astrojs/lit": "^3.0.3", 12 "@astrojs/node": "^7.0.1", 13 "@astrojs/tailwind": "^5.0.3", 14 @@ -46,11 +46,11 @@ 15 } 16 }, 17 "node_modules/@astrojs/check": { 18 - "version": "0.3.3", 19 - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.3.tgz", 20 - "integrity": "sha512-IpglE0PNWEXmRY0y67EYuLwiyMxRUuZuG1oP+tIgqeQEy45g1pBMIWpGnNXdoVRbChHDWMSFd2kLUtgzBUHnRQ==", 21 + "version": "0.3.4", 22 + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.4.tgz", 23 + "integrity": "sha512-Wi4KwW38J3GCd/U6LH2UuU4uc4P/K1WYaqhoKm2o7rVoGhQfO+RWrSO26rUPRXYbmae8JugAgpCmsHC8bt5RlA==", 24 "dependencies": { 25 - "@astrojs/language-server": "^2.5.4", 26 + "@astrojs/language-server": "^2.5.5", 27 "chokidar": "^3.5.3", 28 "fast-glob": "^3.3.1", 29 "kleur": "^4.1.5", 30 @@ -74,9 +74,9 @@ 31 "integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==" 32 }, 33 "node_modules/@astrojs/language-server": { 34 - "version": "2.5.4", 35 - "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.4.tgz", 36 - "integrity": "sha512-diTs8AW5TvpO6LWEyuAMAC1ydH1tnVJmv2dRrcczklJZcfY9/eYLbGtKiC9rEQH3BwvFdnphroMUEprzCiqSMg==", 37 + "version": "2.5.5", 38 + "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.5.tgz", 39 + "integrity": "sha512-hk7a8S7bpf//BOA6mMjiYqi/eiYtGPfUfw59eVXdutdRFdwDHtu4jcsLu43ZaId56pAcE8qFjIvJxySvzcxiUA==", 40 "dependencies": { 41 "@astrojs/compiler": "^2.2.2", 42 "@jridgewell/sourcemap-codec": "^1.4.15", 43 @@ -6716,9 +6716,9 @@ 44 } 45 }, 46 "node_modules/typescript-auto-import-cache": { 47 - "version": "0.3.0", 48 - "resolved": "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.0.tgz", 49 - "integrity": "sha512-Rq6/q4O9iyqUdjvOoyas7x/Qf9nWUMeqpP3YeTaLA+uECgfy5wOhfOS+SW/+fZ/uI/ZcKaf+2/ZhFzXh8xfofQ==", 50 + "version": "0.3.1", 51 + "resolved": "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.1.tgz", 52 + "integrity": "sha512-ujC5E2gT3Sf3Dzfg5QYgb8NkZNxFQI12W6rk5U/TbkDFXyvIb9YENic+hsNoVDmKEmlRTUjRRD8RCjLMIx1rxg==", 53 "dependencies": { 54 "semver": "^7.3.8" 55 } 56 diff --git a/package.json b/package.json 57 index 0357656..5d1e301 100644 58 --- a/package.json 59 +++ b/package.json 60 @@ -10,7 +10,7 @@ 61 "astro": "astro" 62 }, 63 "dependencies": { 64 - "@astrojs/check": "^0.3.3", 65 + "@astrojs/check": "^0.3.4", 66 "@astrojs/lit": "^3.0.3", 67 "@astrojs/node": "^7.0.1", 68 "@astrojs/tailwind": "^5.0.3",