Update dependency @astrojs/check to v0.9.4
All checks were successful
Test / test (pull_request) Successful in 56s
Test / test (push) Successful in 57s
RenovateBot / renovate (push) Successful in 1m9s

This commit is contained in:
Renovate Bot 2024-10-04 21:04:49 +00:00
parent bfa058d0d4
commit eb150a0b32

54
package-lock.json generated
View File

@ -65,14 +65,13 @@
}
},
"node_modules/@astrojs/check": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.3.tgz",
"integrity": "sha512-I6Dz45bMI5YRbp4yK2LKWsHH3/kkHRGdPGruGkLap6pqxhdcNh7oCgN04Ac+haDfc9ow5BYPGPmEhkwef15GQQ==",
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.4.tgz",
"integrity": "sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==",
"license": "MIT",
"dependencies": {
"@astrojs/language-server": "^2.14.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"@astrojs/language-server": "^2.15.0",
"chokidar": "^4.0.1",
"kleur": "^4.1.5",
"yargs": "^17.7.2"
},
@ -83,6 +82,34 @@
"typescript": "^5.0.0"
}
},
"node_modules/@astrojs/check/node_modules/chokidar": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
"integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
"license": "MIT",
"dependencies": {
"readdirp": "^4.0.1"
},
"engines": {
"node": ">= 14.16.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@astrojs/check/node_modules/readdirp": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz",
"integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
"license": "MIT",
"engines": {
"node": ">= 14.16.0"
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@astrojs/cloudflare": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-11.1.0.tgz",
@ -117,19 +144,18 @@
"license": "MIT"
},
"node_modules/@astrojs/language-server": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.14.2.tgz",
"integrity": "sha512-daUJ/+/2pPF3eGG4tVdXKyw0tabUDrJKwLzU8VTuNhEHIn3VZAIES6VT3+mX0lmKcMiKM8/bjZdfY+fPfmnsMA==",
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.15.0.tgz",
"integrity": "sha512-wJHSjGApm5X8Rg1GvkevoatZBfvaFizY4kCPvuSYgs3jGCobuY3KstJGKC1yNLsRJlDweHruP+J54iKn9vEKoA==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/yaml2ts": "^0.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~2.4.0",
"@volar/language-core": "~2.4.0",
"@volar/language-server": "~2.4.0",
"@volar/language-service": "~2.4.0",
"@volar/typescript": "~2.4.0",
"@volar/kit": "~2.4.5",
"@volar/language-core": "~2.4.5",
"@volar/language-server": "~2.4.5",
"@volar/language-service": "~2.4.5",
"fast-glob": "^3.2.12",
"muggle-string": "^0.4.1",
"volar-service-css": "0.0.61",