Bump postcss, postcss-focus, postcss-loader, postcss-reporter and postcss-simple-vars#73
Bump postcss, postcss-focus, postcss-loader, postcss-reporter and postcss-simple-vars#73dependabot[bot] wants to merge 1 commit into
Conversation
…tcss-simple-vars Bumps [postcss](https://github.com/postcss/postcss) to 8.5.15 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [postcss-focus](https://github.com/postcss/postcss-focus), [postcss-loader](https://github.com/webpack/postcss-loader), [postcss-reporter](https://github.com/postcss/postcss-reporter) and [postcss-simple-vars](https://github.com/postcss/postcss-simple-vars). These dependencies need to be updated together. Updates `postcss` from 5.2.18 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/commits/8.5.15) Updates `postcss-focus` from 1.0.0 to 7.0.0 - [Release notes](https://github.com/postcss/postcss-focus/releases) - [Changelog](https://github.com/postcss/postcss-focus/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-focus@1.0.0...7.0.0) Updates `postcss-loader` from 3.0.0 to 8.2.1 - [Release notes](https://github.com/webpack/postcss-loader/releases) - [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md) - [Commits](webpack/postcss-loader@v3.0.0...v8.2.1) Updates `postcss-reporter` from 1.4.1 to 7.1.0 - [Changelog](https://github.com/postcss/postcss-reporter/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-reporter@1.4.1...7.1.0) Updates `postcss-simple-vars` from 3.1.0 to 7.0.1 - [Changelog](https://github.com/postcss/postcss-simple-vars/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-simple-vars@3.1.0...7.0.1) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: indirect - dependency-name: postcss-focus dependency-version: 7.0.0 dependency-type: direct:production - dependency-name: postcss-loader dependency-version: 8.2.1 dependency-type: direct:production - dependency-name: postcss-reporter dependency-version: 7.1.0 dependency-type: direct:production - dependency-name: postcss-simple-vars dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| "integrity": "sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=", | ||
| "dependencies": { | ||
| "hash-base": "^3.0.0", | ||
| "inherits": "^2.0.1" | ||
|
|
There was a problem hiding this comment.
High severity vulnerability introduced by a package you're using:
Line 9922 lists a dependency (terser) with a known High severity vulnerability. Fixing requires upgrading or replacing the dependency.
ℹ️ Why this matters
terser versions before 4.8.1, >= 5.0.0 before 5.14.2 are vulnerable to Inefficient Regular Expression Complexity.
To resolve this comment:
Upgrade this dependency to at least version 4.8.1 at package-lock.json.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| }, | ||
| "is-fullwidth-code-point": { | ||
| "node_modules/get-func-name": { |
There was a problem hiding this comment.
High severity vulnerability introduced by a package you're using:
Line 5201 lists a dependency (get-func-name) with a known High severity vulnerability. Fixing requires upgrading or replacing the dependency.
ℹ️ Why this matters
Affected version of get-func-name is vulnerable to Uncontrolled Resource Consumption / Inefficient Regular Expression Complexity. The current regex implementation for parsing values in the module is susceptible to excessive backtracking, leading to potential DoS attacks.
To resolve this comment:
Upgrade this dependency to at least version 2.0.1 at package-lock.json.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", | ||
| "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" | ||
| }, | ||
| "node_modules/@babel/preset-env": { |
There was a problem hiding this comment.
Critical severity vulnerability may affect your project—review required:
Line 1094 lists a dependency (@babel/preset-env) with a known Critical severity vulnerability.
ℹ️ Why this matters
Affected versions of @babel/traverse and babel-traverse are vulnerable to Incomplete List of Disallowed Inputs / Incorrect Comparison. Compiling untrusted code with Babel using plugins that invoke the internal path.evaluate() or path.evaluateTruthy() methods (for example @babel/plugin-transform-runtime, @babel/preset-env with useBuiltIns, or any polyfill‐provider plugin) allows a maliciously crafted AST to execute arbitrary code on the build machine during compilation.
To resolve this comment:
Check if you use Babel to compile untrusted JavaScript.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| } | ||
| }, | ||
| "@babel/plugin-transform-runtime": { | ||
| "node_modules/@babel/plugin-transform-runtime": { |
There was a problem hiding this comment.
Critical severity vulnerability may affect your project—review required:
Line 968 lists a dependency (@babel/plugin-transform-runtime) with a known Critical severity vulnerability.
ℹ️ Why this matters
Affected versions of @babel/traverse and babel-traverse are vulnerable to Incomplete List of Disallowed Inputs / Incorrect Comparison. Compiling untrusted code with Babel using plugins that invoke the internal path.evaluate() or path.evaluateTruthy() methods (for example @babel/plugin-transform-runtime, @babel/preset-env with useBuiltIns, or any polyfill‐provider plugin) allows a maliciously crafted AST to execute arbitrary code on the build machine during compilation.
To resolve this comment:
Check if you use Babel to compile untrusted JavaScript.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "@babel/code-frame": "^7.0.0", | ||
| "@babel/parser": "^7.4.0", | ||
| "@babel/types": "^7.4.0" | ||
| } | ||
| }, | ||
| "@babel/traverse": { | ||
| "node_modules/@babel/traverse": { |
There was a problem hiding this comment.
Critical severity vulnerability may affect your project—review required:
Line 1231 lists a dependency (@babel/traverse) with a known Critical severity vulnerability.
ℹ️ Why this matters
Affected versions of @babel/traverse and babel-traverse are vulnerable to Incomplete List of Disallowed Inputs / Incorrect Comparison. Compiling untrusted code with Babel using plugins that invoke the internal path.evaluate() or path.evaluateTruthy() methods (for example @babel/plugin-transform-runtime, @babel/preset-env with useBuiltIns, or any polyfill‐provider plugin) allows a maliciously crafted AST to execute arbitrary code on the build machine during compilation.
To resolve this comment:
Check if you use Babel to compile untrusted JavaScript.
- If you're affected, upgrade this dependency to at least version 7.23.2 at package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
Bumps postcss to 8.5.15 and updates ancestor dependencies postcss, postcss-focus, postcss-loader, postcss-reporter and postcss-simple-vars. These dependencies need to be updated together.
Updates
postcssfrom 5.2.18 to 8.5.15Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
Updates
postcss-focusfrom 1.0.0 to 7.0.0Changelog
Sourced from postcss-focus's changelog.
Commits
03285f3Release 7.0 version30dbdd7Clean up codecb807a9Clean up testsb65ebd3Fix package description9a99568Run tests in parallel2655382Update dependencies9740d22Remove old Node.js support70ca20eMove to pnpm 84cc660fMove to Node.js 20cc4da18Lock pnpm on CIUpdates
postcss-loaderfrom 3.0.0 to 8.2.1Release notes
Sourced from postcss-loader's releases.
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
... (truncated)
Commits
583677echore(release): 8.2.1a3ed7e2fix: update peer dependency for@rspack/corev2 (#717)c984ff4test: fix (#715)cc01d2bci: fixd4faa34docs: update contributingb1e4fa5chore: correct link (#713)d990168chore: migration to main org and branch (#712)522a07dchore(release): 8.2.09c74974feat: updatejitifrom v1 to v25a781e5chore: update github actions/checkout from v4 to v5 (#709)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for postcss-loader since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
postcss-reporterfrom 1.4.1 to 7.1.0Changelog
Sourced from postcss-reporter's changelog.
... (truncated)
Commits
4145438Prepare 7.1.00abeb49Update funding in package.json978feeeUpdate dependencies7109853Should also report errors by default (#75)af4f833Fix job name and update action02b3f38Update CI48566aeBump postcss from 8.4.5 to 8.4.31 (#74)c533483Fix Node.js 12 CI support0f9cd79Add funding option100813cPrepare 7.0.5Maintainer changes
This version was pushed to npm by ai, a new releaser for postcss-reporter since your current version.
Updates
postcss-simple-varsfrom 3.1.0 to 7.0.1Changelog
Sourced from postcss-simple-vars's changelog.
... (truncated)
Commits
f9b9661Release 7.0.1 versione71464fUpdate dependenciesea9b351Add Node.js 19 to CI4e51a4bmake parameter &variablesproperty optional. (#120)1126e31Release 7.0 version505b5ffClean up code9c6e25eUpdate dev practices65ca9ec117: Support backslash sequences and unicode transformation (#118)aaa29b9Bump jsdom from 16.4.0 to 16.7.0 (#116)4fce22bBump semver-regex from 3.1.3 to 3.1.4 (#115)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.