Bump @astrojs/check from 0.3.1 to 0.3.4

Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.1 to 0.3.4.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.3.4/packages/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-01 03:50:45 +00:00 committed by Ivan
parent aed03b484d
commit 56c6022696
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "comfycamp",
"version": "0.0.1",
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/check": "^0.3.4",
"@astrojs/rss": "^3.0.0",
"astro": "^3.6.4",
"typescript": "^5.3.2"
@ -27,11 +27,11 @@
}
},
"node_modules/@astrojs/check": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.1.tgz",
"integrity": "sha512-3LjEUvh7Z4v9NPokaqKMXQ0DwnSXfmtcyAuWVTjNt9yzjv54SxykobV5CTOB3TIko+Rqg59ejamJBxaJN6fvkw==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.4.tgz",
"integrity": "sha512-Wi4KwW38J3GCd/U6LH2UuU4uc4P/K1WYaqhoKm2o7rVoGhQfO+RWrSO26rUPRXYbmae8JugAgpCmsHC8bt5RlA==",
"dependencies": {
"@astrojs/language-server": "^2.5.2",
"@astrojs/language-server": "^2.5.5",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"kleur": "^4.1.5",
@ -55,9 +55,9 @@
"integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A=="
},
"node_modules/@astrojs/language-server": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.2.tgz",
"integrity": "sha512-O5SMzoQ65wSxA1KygreI9UJYmHpgt15bSYBxceHwqX7OCDM4Ek8mr6mZn45LGDtwM3dp1uup7kp8exfRPwIFbA==",
"version": "2.5.5",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.5.tgz",
"integrity": "sha512-hk7a8S7bpf//BOA6mMjiYqi/eiYtGPfUfw59eVXdutdRFdwDHtu4jcsLu43ZaId56pAcE8qFjIvJxySvzcxiUA==",
"dependencies": {
"@astrojs/compiler": "^2.2.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
@ -5780,9 +5780,9 @@
}
},
"node_modules/typescript-auto-import-cache": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.0.tgz",
"integrity": "sha512-Rq6/q4O9iyqUdjvOoyas7x/Qf9nWUMeqpP3YeTaLA+uECgfy5wOhfOS+SW/+fZ/uI/ZcKaf+2/ZhFzXh8xfofQ==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.2.tgz",
"integrity": "sha512-+laqe5SFL1vN62FPOOJSUDTZxtgsoOXjneYOXIpx5rQ4UMiN89NAtJLpqLqyebv9fgQ/IMeeTX+mQyRnwvJzvg==",
"dependencies": {
"semver": "^7.3.8"
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/check": "^0.3.4",
"@astrojs/rss": "^3.0.0",
"astro": "^3.6.4",
"typescript": "^5.3.2"