fix(website): update @playform/compress 0.1.4 → 0.1.5 (#28192)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.4` ->
`0.1.5`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.4/0.1.5)
|

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>PlayForm/Compress (@&#8203;playform/compress)</summary>

###
[`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e)

##### Changed

-   Updated dependencies
-   Typings update

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-23 08:24:38 +02:00
committed by GitHub
parent a7283fab4b
commit bdd8ba3c22
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -13,7 +13,7 @@
"@astrojs/starlight": "0.28.3",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@playform/compress": "0.1.4",
"@playform/compress": "0.1.5",
"astro": "4.16.6",
"astro-better-image-service": "2.0.37",
"astro-integration-lottie": "0.3.1",
@@ -1759,9 +1759,9 @@
}
},
"node_modules/@playform/compress": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@playform/compress/-/compress-0.1.4.tgz",
"integrity": "sha512-THFexa9FgZprjPYo22daFNYPQIo+P84xOHIWU2Po8GWyg8VTGSFzXpeczlQDUKZSius56ZNpYBzxGhntqFGg4g==",
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@playform/compress/-/compress-0.1.5.tgz",
"integrity": "sha512-LzyF/SHU4ZKNM4d6JmlEOoakkWdF9wJklh7vNgJLfHCbh6DMADMcrMDpWnv+X9yHjCduEb7dvd0DsSVblTEtow==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@playform/pipe": "0.1.1",
@@ -1777,7 +1777,7 @@
"lightningcss": "1.27.0",
"sharp": "0.33.5",
"svgo": "3.3.2",
"terser": "5.34.1"
"terser": "5.36.0"
}
},
"node_modules/@playform/pipe": {
@@ -8535,9 +8535,9 @@
}
},
"node_modules/terser": {
"version": "5.34.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.34.1.tgz",
"integrity": "sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==",
"version": "5.36.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz",
"integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==",
"license": "BSD-2-Clause",
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
+1 -1
View File
@@ -22,7 +22,7 @@
"@astrojs/starlight": "0.28.3",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@playform/compress": "0.1.4",
"@playform/compress": "0.1.5",
"astro": "4.16.6",
"astro-better-image-service": "2.0.37",
"astro-integration-lottie": "0.3.1",