Update dependency astro to v3.5.4 #18

Merged
jahanson merged 1 commit from renovate/astro-3.x-lockfile into main 2023-11-16 05:16:41 -06:00

14
package-lock.json generated
View file

@ -119,9 +119,9 @@
"integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A=="
},
"node_modules/@astrojs/markdown-remark": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.4.0.tgz",
"integrity": "sha512-uzLSKBQ4e70aH8gEbBHZ2pnv/KOJKB3WrXFBOF0U5Uwjcr2LNWeIBLjPRQjA4tbtteELh84YPBHny21mhvBGVA==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz",
"integrity": "sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==",
"dependencies": {
"@astrojs/prism": "^3.0.0",
"github-slugger": "^2.0.0",
@ -1289,13 +1289,13 @@
}
},
"node_modules/astro": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz",
"integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==",
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.4.tgz",
"integrity": "sha512-tyOd2o9KDz9hDaHmYvnY7BbRxeQ1yDxoOW4AVlxAnmHOK6068k6Bivr/C4Wlc6ON40lZ/qIDG9gfNkiEhMEVow==",
"dependencies": {
"@astrojs/compiler": "^2.3.0",
"@astrojs/internal-helpers": "0.2.1",
"@astrojs/markdown-remark": "3.4.0",
"@astrojs/markdown-remark": "3.5.0",
"@astrojs/telemetry": "3.0.4",
"@babel/core": "^7.22.10",
"@babel/generator": "^7.22.10",