Compare commits
1 commit
a20525410f
...
c84fa51d16
Author | SHA1 | Date | |
---|---|---|---|
c84fa51d16 |
1 changed files with 4 additions and 3 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
@ -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",
|
||||||
|
|
Reference in a new issue