Compare commits

..

1 commit

Author SHA1 Message Date
c84fa51d16 Update dependency astro to v4.15.6 2024-09-13 20:01:49 +00:00

7
package-lock.json generated
View file

@ -2079,9 +2079,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.15.5", "version": "4.15.6",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.15.5.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.6.tgz",
"integrity": "sha512-zcHXpRav0dtYpddxoGMDN7A7SKrGL9wsu5IxLjqCcZhylfZ/5mfLfoGYnSg7aFwuAleUXP66lyfY+GDbFTbF2w==", "integrity": "sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.10.3", "@astrojs/compiler": "^2.10.3",
@ -2130,6 +2130,7 @@
"ora": "^8.1.0", "ora": "^8.1.0",
"p-limit": "^6.1.0", "p-limit": "^6.1.0",
"p-queue": "^8.0.1", "p-queue": "^8.0.1",
"path-to-regexp": "6.2.2",
"preferred-pm": "^4.0.0", "preferred-pm": "^4.0.0",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"rehype": "^13.0.1", "rehype": "^13.0.1",