This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5242fdc741a Bump serialize-javascript and terser-webpack-plugin (#770)
5242fdc741a is described below
commit 5242fdc741a9fd91d1b19089d7bf46d3dd90e9e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 10:27:32 2026 +0900
Bump serialize-javascript and terser-webpack-plugin (#770)
Removes
[serialize-javascript](https://github.com/yahoo/serialize-javascript).
It's no longer used after updating ancestor dependency
[terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin).
These dependencies need to be updated together.
Removes `serialize-javascript`
Updates `terser-webpack-plugin` from 5.3.16 to 5.3.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/terser-webpack-plugin/releases">terser-webpack-plugin's
releases</a>.</em></p>
<blockquote>
<h2>v5.3.17</h2>
<h3><a
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17">5.3.17</a>
(2026-03-03)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>update <code>serialize-javascript</code> (<a
href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e">37c490c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md">terser-webpack-plugin's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17">5.3.17</a>
(2026-03-03)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>update <code>serialize-javascript</code> (<a
href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e">37c490c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/terser-webpack-plugin/commit/6f911ffba16ccd2bcfa99cd0bd7e956cab53d147"><code>6f911ff</code></a>
chore(release): 5.3.17</li>
<li><a
href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e"><code>37c490c</code></a>
fix: update <code>serialize-javascript</code></li>
<li><a
href="https://github.com/webpack/terser-webpack-plugin/commit/207764f3ccbab62130b30a97d2df2780faf1bccd"><code>207764f</code></a>
chore: deps update (<a
href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/652">#652</a>)</li>
<li><a
href="https://github.com/webpack/terser-webpack-plugin/commit/a85ab47e575f8ce5e750dad714f2a98382de1774"><code>a85ab47</code></a>
chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 (<a
href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/648">#648</a>)</li>
<li>See full diff in <a
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17">compare
view</a></li>
</ul>
</details>
<br />
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/apache/arrow-site/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 70 +++++--------------------------------------------------
1 file changed, 6 insertions(+), 64 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index bc795b8d652..06138b820db 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -956,14 +956,6 @@
"url": "https://opencollective.com/popperjs"
}
},
- "node_modules/randombytes": {
- "version": "2.1.0",
- "resolved":
"https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
- "integrity":
"sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
- "dependencies": {
- "safe-buffer": "^5.1.0"
- }
- },
"node_modules/rechoir": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.0.tgz",
@@ -1014,25 +1006,6 @@
"node": ">=8"
}
},
- "node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved":
"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity":
"sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
"node_modules/schema-utils": {
"version": "4.3.3",
"resolved":
"https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
@@ -1051,14 +1024,6 @@
"url": "https://opencollective.com/webpack"
}
},
- "node_modules/serialize-javascript": {
- "version": "6.0.2",
- "resolved":
"https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
- "integrity":
"sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
- "dependencies": {
- "randombytes": "^2.1.0"
- }
- },
"node_modules/shallow-clone": {
"version": "3.0.1",
"resolved":
"https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
@@ -1163,14 +1128,13 @@
}
},
"node_modules/terser-webpack-plugin": {
- "version": "5.3.16",
- "resolved":
"https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz",
- "integrity":
"sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==",
+ "version": "5.3.17",
+ "resolved":
"https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.17.tgz",
+ "integrity":
"sha512-YR7PtUp6GMU91BgSJmlaX/rS2lGDbAF7D+Wtq7hRO+MiljNmodYvqslzCFiYVAgW+Qoaaia/QUIP4lGXufjdZw==",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"jest-worker": "^27.4.5",
"schema-utils": "^4.3.0",
- "serialize-javascript": "^6.0.2",
"terser": "^5.31.1"
},
"engines": {
@@ -2089,14 +2053,6 @@
"resolved":
"https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
"integrity":
"sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ=="
},
- "randombytes": {
- "version": "2.1.0",
- "resolved":
"https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
- "integrity":
"sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
- "requires": {
- "safe-buffer": "^5.1.0"
- }
- },
"rechoir": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.0.tgz",
@@ -2132,11 +2088,6 @@
"resolved":
"https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity":
"sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
},
- "safe-buffer": {
- "version": "5.2.1",
- "resolved":
"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity":
"sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
- },
"schema-utils": {
"version": "4.3.3",
"resolved":
"https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
@@ -2148,14 +2099,6 @@
"ajv-keywords": "^5.1.0"
}
},
- "serialize-javascript": {
- "version": "6.0.2",
- "resolved":
"https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
- "integrity":
"sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
- "requires": {
- "randombytes": "^2.1.0"
- }
- },
"shallow-clone": {
"version": "3.0.1",
"resolved":
"https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
@@ -2226,14 +2169,13 @@
}
},
"terser-webpack-plugin": {
- "version": "5.3.16",
- "resolved":
"https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz",
- "integrity":
"sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==",
+ "version": "5.3.17",
+ "resolved":
"https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.17.tgz",
+ "integrity":
"sha512-YR7PtUp6GMU91BgSJmlaX/rS2lGDbAF7D+Wtq7hRO+MiljNmodYvqslzCFiYVAgW+Qoaaia/QUIP4lGXufjdZw==",
"requires": {
"@jridgewell/trace-mapping": "^0.3.25",
"jest-worker": "^27.4.5",
"schema-utils": "^4.3.0",
- "serialize-javascript": "^6.0.2",
"terser": "^5.31.1"
}
},