Merge pull request 'Update dependency astro to v4.0.7' (#37) from renovate/astro-4.x-lockfile into main

Reviewed-on: #37
This commit is contained in:
Joseph Hanson 2023-12-20 18:39:46 +00:00
commit a73ac4421b

34
package-lock.json generated
View file

@ -1419,9 +1419,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.0.6", "version": "4.0.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.0.6.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.7.tgz",
"integrity": "sha512-P7CfFqWKzkJozzF6IoOC6qoI2ONndV8P3ULhGDgMiXPL7xVkWI5haTBSpyrcjBx643tVXspIRsSV/v+Cx+CjGw==", "integrity": "sha512-K+Ms2AAQvi6yERPuglcI69tnHyTT44JCjzqprSjw3uOwFX7N9obpLgbhmLMH1fPFTgzt3ZD7APjmtDPN51makw==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.3.4", "@astrojs/compiler": "^2.3.4",
"@astrojs/internal-helpers": "0.2.1", "@astrojs/internal-helpers": "0.2.1",
@ -1464,7 +1464,7 @@
"mime": "^3.0.0", "mime": "^3.0.0",
"ora": "^7.0.1", "ora": "^7.0.1",
"p-limit": "^5.0.0", "p-limit": "^5.0.0",
"p-queue": "^7.4.1", "p-queue": "^8.0.1",
"path-to-regexp": "^6.2.1", "path-to-regexp": "^6.2.1",
"preferred-pm": "^3.1.2", "preferred-pm": "^3.1.2",
"probe-image-size": "^7.2.3", "probe-image-size": "^7.2.3",
@ -1479,7 +1479,7 @@
"tsconfck": "^3.0.0", "tsconfck": "^3.0.0",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"vfile": "^6.0.1", "vfile": "^6.0.1",
"vite": "^5.0.0", "vite": "^5.0.10",
"vitefu": "^0.2.5", "vitefu": "^0.2.5",
"which-pm": "^2.1.1", "which-pm": "^2.1.1",
"yargs-parser": "^21.1.1", "yargs-parser": "^21.1.1",
@ -4410,26 +4410,26 @@
} }
}, },
"node_modules/p-queue": { "node_modules/p-queue": {
"version": "7.4.1", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz",
"integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==",
"dependencies": { "dependencies": {
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
"p-timeout": "^5.0.2" "p-timeout": "^6.1.2"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=18"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/p-timeout": { "node_modules/p-timeout": {
"version": "5.1.0", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz",
"integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==",
"engines": { "engines": {
"node": ">=12" "node": ">=14.16"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
@ -6447,9 +6447,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.0.6", "version": "5.0.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.6.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.10.tgz",
"integrity": "sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==", "integrity": "sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==",
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",
"postcss": "^8.4.32", "postcss": "^8.4.32",