Skip to content

Commit 463e739

Browse files
chore(deps): bump postcss from 8.5.16 to 8.5.18 (#4399)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 to 8.5.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.18</h2> <ul> <li>Restricted loading previous source maps file to the <code>opts.from</code> folder for security reasons (use <code>unsafeMap: true</code> to disable the check).</li> </ul> <h2>8.5.17</h2> <ul> <li>Fixed <code>Maximum call stack size exceeded</code> error.</li> <li>Fixed Prototype hijacking for <code>postcss.fromJSON()</code>.</li> <li>Fixed <code>Input#origin()</code> for unmapped end position (by <a href="https://github.com/chatman-media"><code>@​chatman-media</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.18</h2> <ul> <li>Restricted loading previous source maps file to the <code>opts.from</code> folder for security reasons (use <code>unsafeMap: true</code> to disable the check).</li> </ul> <h2>8.5.17</h2> <ul> <li>Fixed <code>Maximum call stack size exceeded</code> error.</li> <li>Fixed Prototype hijacking for <code>postcss.fromJSON()</code>.</li> <li>Fixed <code>Input#origin()</code> for unmapped end position (by <a href="https://github.com/chatman-media"><code>@​chatman-media</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/4c0d194c136fd374495d0993c890d794cab65b81"><code>4c0d194</code></a> Release 8.5.18 version</li> <li><a href="https://github.com/postcss/postcss/commit/92b4e7891ec7b811821d01acc8aa0f010caf41e2"><code>92b4e78</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf56c"><code>95663d3</code></a> Limit where source map can be loaded for security reasons</li> <li><a href="https://github.com/postcss/postcss/commit/74e25ae9f4efaa56a41a449064a655d7da78072c"><code>74e25ae</code></a> Release 8.5.17 version</li> <li><a href="https://github.com/postcss/postcss/commit/d1518afd5a88f42728b30b87f8917210f363f9f1"><code>d1518af</code></a> Fix Maximum call stack size exceeded error</li> <li><a href="https://github.com/postcss/postcss/commit/2421312ffea96ba77b35ce24a1b2d9c2e22b5e83"><code>2421312</code></a> Fix linter</li> <li><a href="https://github.com/postcss/postcss/commit/a50352c583df991710f92ccac25b36304695161a"><code>a50352c</code></a> Fix CI</li> <li><a href="https://github.com/postcss/postcss/commit/33948f0969bb858acdd52c9692e3a785a3ed0a73"><code>33948f0</code></a> Prevent prototype hijacking in fromJSON</li> <li><a href="https://github.com/postcss/postcss/commit/2131909351161cd2c5fc2be58b14919a873ea824"><code>2131909</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/93440abcca92793b31c5d1fdf5f2da7b58b27599"><code>93440ab</code></a> Fix non-closed <code>\&lt;div align=&quot;center&quot;&gt;</code> in README (<a href="https://redirect.github.com/postcss/postcss/issues/2110">#2110</a>)</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.16...8.5.18">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.5.16&new-version=8.5.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AmadeusITGroup/otter/network/alerts). </details>
2 parents 665c788 + 8b33151 commit 463e739

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"pixelmatch": "^7.0.0",
295295
"playwright-lighthouse": "~4.0.0",
296296
"pngjs": "^7.0.0",
297-
"postcss": "~8.5.10",
297+
"postcss": "~8.5.18",
298298
"postcss-scss": "~4.0.9",
299299
"prism-themes": "^1.9.0",
300300
"prismjs": "^1.30.0",

packages/@ama-styling/stylelint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"jest-util": "~30.4.0",
8585
"jsonc-eslint-parser": "~2.4.0",
8686
"nx": "~22.7.0",
87-
"postcss": "~8.5.10",
87+
"postcss": "~8.5.18",
8888
"postcss-scss": "~4.0.9",
8989
"rimraf": "^6.0.1",
9090
"rxjs": "^7.8.1",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ __metadata:
20082008
jest-util: "npm:~30.4.0"
20092009
jsonc-eslint-parser: "npm:~2.4.0"
20102010
nx: "npm:~22.7.0"
2011-
postcss: "npm:~8.5.10"
2011+
postcss: "npm:~8.5.18"
20122012
postcss-scss: "npm:~4.0.9"
20132013
rimraf: "npm:^6.0.1"
20142014
rxjs: "npm:^7.8.1"
@@ -10988,7 +10988,7 @@ __metadata:
1098810988
pixelmatch: "npm:^7.0.0"
1098910989
playwright-lighthouse: "npm:~4.0.0"
1099010990
pngjs: "npm:^7.0.0"
10991-
postcss: "npm:~8.5.10"
10991+
postcss: "npm:~8.5.18"
1099210992
postcss-scss: "npm:~4.0.9"
1099310993
prism-themes: "npm:^1.9.0"
1099410994
prismjs: "npm:^1.30.0"
@@ -33552,7 +33552,7 @@ __metadata:
3355233552
languageName: node
3355333553
linkType: hard
3355433554

33555-
"postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.38, postcss@npm:^8.4.40, postcss@npm:^8.4.47, postcss@npm:^8.4.49, postcss@npm:^8.5.15, postcss@npm:^8.5.6, postcss@npm:~8.5.10":
33555+
"postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.38, postcss@npm:^8.4.40, postcss@npm:^8.4.47, postcss@npm:^8.4.49, postcss@npm:^8.5.15, postcss@npm:^8.5.6":
3355633556
version: 8.5.16
3355733557
resolution: "postcss@npm:8.5.16"
3355833558
dependencies:
@@ -33563,6 +33563,17 @@ __metadata:
3356333563
languageName: node
3356433564
linkType: hard
3356533565

33566+
"postcss@npm:~8.5.18":
33567+
version: 8.5.18
33568+
resolution: "postcss@npm:8.5.18"
33569+
dependencies:
33570+
nanoid: "npm:^3.3.12"
33571+
picocolors: "npm:^1.1.1"
33572+
source-map-js: "npm:^1.2.1"
33573+
checksum: 10/b43f2d2493d82dc43fa50d21cf184bf3b66229e7f53fa1dedc7b8a7c4cecd7ac8ee18fad099f47570da7f78bbf46997a4c6e6c87d8d8ece683dc1f32cda6db3b
33574+
languageName: node
33575+
linkType: hard
33576+
3356633577
"postgres-array@npm:~2.0.0":
3356733578
version: 2.0.0
3356833579
resolution: "postgres-array@npm:2.0.0"

0 commit comments

Comments
 (0)