fix(website): update astro-better-image-service 2.1.6 → 2.1.7 (#36522)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service) | dependencies | patch | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.1.6/2.1.7) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>risu729/astro-better-image-service (astro-better-image-service)</summary> ### [`v2.1.7`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.1.7) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.1.6...v2.1.7) ##### Bug Fixes - **deps:** update dependency svgo to v4 ([#​1478](https://redirect.github.com/risu729/astro-better-image-service/issues/1478)) ([f7cb0ae](https://redirect.github.com/risu729/astro-better-image-service/commit/f7cb0ae4d3bf55573737f0388be68ddcb4f91dc4)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
Generated
+58
-5
@@ -15,7 +15,7 @@
|
|||||||
"@astrojs/tailwind": "6.0.2",
|
"@astrojs/tailwind": "6.0.2",
|
||||||
"@playform/compress": "0.2.0",
|
"@playform/compress": "0.2.0",
|
||||||
"astro": "5.10.0",
|
"astro": "5.10.0",
|
||||||
"astro-better-image-service": "2.1.6",
|
"astro-better-image-service": "2.1.7",
|
||||||
"astro-integration-lottie": "0.3.2",
|
"astro-integration-lottie": "0.3.2",
|
||||||
"astro-robots-txt": "1.0.0",
|
"astro-robots-txt": "1.0.0",
|
||||||
"lottie-web": "5.13.0",
|
"lottie-web": "5.13.0",
|
||||||
@@ -2549,18 +2549,71 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro-better-image-service": {
|
"node_modules/astro-better-image-service": {
|
||||||
"version": "2.1.6",
|
"version": "2.1.7",
|
||||||
"resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.6.tgz",
|
"resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.7.tgz",
|
||||||
"integrity": "sha512-kM2fUsVMeM2du88OecmRTbgK2mPjanFxTQY+PdiaavEEyu9Zj7tJcThh8qrmCV3PsLFoK7M18uBdftGsghQq+A==",
|
"integrity": "sha512-DZO5s5pXosAvY97OIm+31vQa/1+KAJ/pirJTr5XZXddyYKQH5m1b4G6WL1577ZeA/koATX6qm9pBmbJ0QdIO3Q==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sharp": "^0.34.2",
|
"sharp": "^0.34.2",
|
||||||
"svgo": "^3.3.2"
|
"svgo": "^4.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^4.7.0 || ^5.0.0"
|
"astro": "^4.7.0 || ^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/astro-better-image-service/node_modules/commander": {
|
||||||
|
"version": "11.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
|
||||||
|
"integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/astro-better-image-service/node_modules/css-tree": {
|
||||||
|
"version": "3.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
|
||||||
|
"integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"mdn-data": "2.12.2",
|
||||||
|
"source-map-js": "^1.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/astro-better-image-service/node_modules/mdn-data": {
|
||||||
|
"version": "2.12.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
|
||||||
|
"integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
|
||||||
|
"license": "CC0-1.0"
|
||||||
|
},
|
||||||
|
"node_modules/astro-better-image-service/node_modules/svgo": {
|
||||||
|
"version": "4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
|
||||||
|
"integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"commander": "^11.1.0",
|
||||||
|
"css-select": "^5.1.0",
|
||||||
|
"css-tree": "^3.0.1",
|
||||||
|
"css-what": "^6.1.0",
|
||||||
|
"csso": "^5.0.5",
|
||||||
|
"picocolors": "^1.1.1",
|
||||||
|
"sax": "^1.4.1"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"svgo": "bin/svgo.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/svgo"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/astro-expressive-code": {
|
"node_modules/astro-expressive-code": {
|
||||||
"version": "0.40.2",
|
"version": "0.40.2",
|
||||||
"resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.40.2.tgz",
|
"resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.40.2.tgz",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"@astrojs/tailwind": "6.0.2",
|
"@astrojs/tailwind": "6.0.2",
|
||||||
"@playform/compress": "0.2.0",
|
"@playform/compress": "0.2.0",
|
||||||
"astro": "5.10.0",
|
"astro": "5.10.0",
|
||||||
"astro-better-image-service": "2.1.6",
|
"astro-better-image-service": "2.1.7",
|
||||||
"astro-integration-lottie": "0.3.2",
|
"astro-integration-lottie": "0.3.2",
|
||||||
"astro-robots-txt": "1.0.0",
|
"astro-robots-txt": "1.0.0",
|
||||||
"lottie-web": "5.13.0",
|
"lottie-web": "5.13.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user