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

Reviewed-on: #52
This commit is contained in:
Joseph Hanson 2024-02-07 03:11:54 +00:00
commit 2246c59bb0

14
package-lock.json generated
View file

@ -108,9 +108,9 @@
}
},
"node_modules/@astrojs/compiler": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.2.tgz",
"integrity": "sha512-fm9HNYu1tVnJjZYHE+SdDM5k6fZKNPXS9PwT43Mf6l4HVGx8d1jQwhGQqCvLkYJJBwQ9OysiexFMt7wtNuXhmQ=="
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.3.tgz",
"integrity": "sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA=="
},
"node_modules/@astrojs/internal-helpers": {
"version": "0.2.1",
@ -1427,11 +1427,11 @@
}
},
"node_modules/astro": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.3.2.tgz",
"integrity": "sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.3.3.tgz",
"integrity": "sha512-8Vfcv8LuCfzkLj+NMk7i7pu5o0MPyDkYqUYWELSwKxWf85zJSNU4oLg4DlEZWbVpm5LeTfVrpSGrZGy5n4grBg==",
"dependencies": {
"@astrojs/compiler": "^2.5.0",
"@astrojs/compiler": "^2.5.3",
"@astrojs/internal-helpers": "0.2.1",
"@astrojs/markdown-remark": "4.2.1",
"@astrojs/telemetry": "3.0.4",