From bdd8ba3c22f482a1d7a24c48381e14719d54e276 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 23 Oct 2024 08:24:38 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20@playform/compress=200?= =?UTF-8?q?.1.4=20=E2=86=92=200.1.5=20(#28192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
PlayForm/Compress (@​playform/compress) ### [`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
--- ### 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. --- - [ ] 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). --- website/package-lock.json | 16 ++++++++-------- website/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index d0ba598fc33..71c6b9ce5bb 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -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", diff --git a/website/package.json b/website/package.json index 6e66a0c2fb2..cff443bd21f 100644 --- a/website/package.json +++ b/website/package.json @@ -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",