Closed dependabot[bot] closed 1 year ago
New dependency changes detected. Learn more about Socket for GitHub āļø
šØ Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@*
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore esbuild@0.17.14
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Package | Script field | Source |
---|---|---|
esbuild@0.17.14 (upgraded) | postinstall |
package.json |
Issue | Status |
---|---|
Install scripts | ā ļø 1 issue |
Native code | ā 0 issues |
Bin script shell injection | ā 0 issues |
Unresolved require | ā 0 issues |
Invalid package.json | ā 0 issues |
HTTP dependency | ā 0 issues |
Git dependency | ā 0 issues |
Potential typo squat | ā 0 issues |
Known Malware | ā 0 issues |
Telemetry | ā 0 issues |
Protestware/Troll package | ā 0 issues |
š Modified Dependency Overview:
ā¬ļø Updated Package | Version Diff | Capability Access | +/- Transitive Count |
Publisher |
---|---|---|---|---|
esbuild@0.17.14 | 0.17.8...0.17.14 | network, filesystem, shell, environment | +22/-22 |
evanw |
Patch and project coverage have no change.
Comparison is base (
3435168
) 94.09% compared to head (66bc678
) 94.09%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Superseded by #798.
Bumps esbuild from 0.17.8 to 0.17.14.
Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
b2b8978
publish 0.17.14 to npm079eca4
fix #3021: add support forconst
in object types72c8379
fix #1945: initial lowering code for css nesting96e09b4
cannot inline no-op nesting with pseudo-elementscd62fa1
minify: remove unnecessary&
selectors0546cf7
css combinator can be a single byte39c3962
minify: removes duplicates from CSS selector lists8362c37
Chrome 112+ can now use CSS nesting366b632
#2940: switch tonode-compat-table
for node datadaf372d
runmake compat-table
againDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)