Update dependency astro to v4.3.3
This commit is contained in:
parent
f53ef05221
commit
ea4b606457
1 changed files with 7 additions and 7 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -108,9 +108,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@astrojs/compiler": {
|
"node_modules/@astrojs/compiler": {
|
||||||
"version": "2.5.2",
|
"version": "2.5.3",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.3.tgz",
|
||||||
"integrity": "sha512-fm9HNYu1tVnJjZYHE+SdDM5k6fZKNPXS9PwT43Mf6l4HVGx8d1jQwhGQqCvLkYJJBwQ9OysiexFMt7wtNuXhmQ=="
|
"integrity": "sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA=="
|
||||||
},
|
},
|
||||||
"node_modules/@astrojs/internal-helpers": {
|
"node_modules/@astrojs/internal-helpers": {
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
|
@ -1427,11 +1427,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro": {
|
"node_modules/astro": {
|
||||||
"version": "4.3.2",
|
"version": "4.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/astro/-/astro-4.3.3.tgz",
|
||||||
"integrity": "sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==",
|
"integrity": "sha512-8Vfcv8LuCfzkLj+NMk7i7pu5o0MPyDkYqUYWELSwKxWf85zJSNU4oLg4DlEZWbVpm5LeTfVrpSGrZGy5n4grBg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^2.5.0",
|
"@astrojs/compiler": "^2.5.3",
|
||||||
"@astrojs/internal-helpers": "0.2.1",
|
"@astrojs/internal-helpers": "0.2.1",
|
||||||
"@astrojs/markdown-remark": "4.2.1",
|
"@astrojs/markdown-remark": "4.2.1",
|
||||||
"@astrojs/telemetry": "3.0.4",
|
"@astrojs/telemetry": "3.0.4",
|
||||||
|
|
Loading…
Reference in a new issue