This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new fd4a9691ec build(deps-dev): bump autoprefixer from 10.4.20 to 10.4.21 
in /web/web (#6702)
fd4a9691ec is described below

commit fd4a9691ec681258870f56d55d5c543e34175f75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 19 16:25:19 2025 +0800

    build(deps-dev): bump autoprefixer from 10.4.20 to 10.4.21 in /web/web 
(#6702)
    
    Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from
    10.4.20 to 10.4.21.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/postcss/autoprefixer/releases";>autoprefixer's
    releases</a>.</em></p>
    <blockquote>
    <h2>10.4.21</h2>
    <ul>
    <li>Fixed old <code>-moz-</code> prefix for
    <code>:placeholder-shown</code> (by <a
    
href="https://github.com/Marukome0743";><code>@​Marukome0743</code></a>).</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md";>autoprefixer's
    changelog</a>.</em></p>
    <blockquote>
    <h2>10.4.21</h2>
    <ul>
    <li>Fixed old <code>-moz-</code> prefix for
    <code>:placeholder-shown</code> (by <a
    
href="https://github.com/Marukome0743";><code>@​Marukome0743</code></a>).</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/postcss/autoprefixer/commit/541295c0e6dd348db2d3f52772b59cd403c59d29";><code>541295c</code></a>
    Release 10.4.21 version</li>
    <li><a
    
href="https://github.com/postcss/autoprefixer/commit/8d555f7e5e665d6a70e1d08db6e0bc9c4262db66";><code>8d555f7</code></a>
    Update dependencies and sort imports</li>
    <li><a
    
href="https://github.com/postcss/autoprefixer/commit/5c2421e82af45ee085d0806110fcef66bbebe59b";><code>5c2421e</code></a>
    Update Node.js and pnpm on CI</li>
    <li><a
    
href="https://github.com/postcss/autoprefixer/commit/af9cb5f365f66bf5169f1f42e08036651453b1a6";><code>af9cb5f</code></a>
    fix: replace <code>:-moz-placeholder-shown</code> with
    <code>:-moz-placeholder</code> (<a
    
href="https://redirect.github.com/postcss/autoprefixer/issues/1532";>#1532</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=10.4.20&new-version=10.4.21)](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 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 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)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 web/web/package.json   |  2 +-
 web/web/pnpm-lock.yaml | 41 +++++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/web/web/package.json b/web/web/package.json
index 964f05c7b4..e9212e8e28 100644
--- a/web/web/package.json
+++ b/web/web/package.json
@@ -52,7 +52,7 @@
     "@types/node": "^20.14.9",
     "@types/qs": "^6.9.18",
     "@types/react": "^18.3.3",
-    "autoprefixer": "^10.4.19",
+    "autoprefixer": "^10.4.21",
     "env-cmd": "^10.1.0",
     "eslint": "^8.57.0",
     "eslint-config-next": "14.0.3",
diff --git a/web/web/pnpm-lock.yaml b/web/web/pnpm-lock.yaml
index 398f02de0b..be85438b5d 100644
--- a/web/web/pnpm-lock.yaml
+++ b/web/web/pnpm-lock.yaml
@@ -109,8 +109,8 @@ importers:
         specifier: ^18.3.3
         version: 18.3.18
       autoprefixer:
-        specifier: ^10.4.19
-        version: 10.4.20([email protected])
+        specifier: ^10.4.21
+        version: 10.4.21([email protected])
       env-cmd:
         specifier: ^10.1.0
         version: 10.1.0
@@ -680,28 +680,24 @@ packages:
     engines: {node: '>= 10'}
     cpu: [arm64]
     os: [linux]
-    libc: [glibc]
 
   '@next/[email protected]':
     resolution: {integrity: 
sha512-Ggfw5qnMXldscVntwnjfaQs5GbBbjioV4B4loP+bjqNEb42fzZlAaK+ldL0jm2CTJga9LynBMhekNfV8W4+HBw==}
     engines: {node: '>= 10'}
     cpu: [arm64]
     os: [linux]
-    libc: [musl]
 
   '@next/[email protected]':
     resolution: {integrity: 
sha512-uokj0lubN1WoSa5KKdThVPRffGyiWlm/vCc/cMkWOQHw69Qt0X1o3b2PyLLx8ANqlefILZh1EdfLRz9gVpG6tg==}
     engines: {node: '>= 10'}
     cpu: [x64]
     os: [linux]
-    libc: [glibc]
 
   '@next/[email protected]':
     resolution: {integrity: 
sha512-iAEBPzWNbciah4+0yI4s7Pce6BIoxTQ0AGCkxn/UBuzJFkYyJt71MadYQkjPqCQCJAFQ26sYh7MOKdU+VQFgPg==}
     engines: {node: '>= 10'}
     cpu: [x64]
     os: [linux]
-    libc: [musl]
 
   '@next/[email protected]':
     resolution: {integrity: 
sha512-plykgB3vL2hB4Z32W3ktsfqyuyGAPxqwiyrAi2Mr8LlEUhNn9VgkiAl5hODSBpzIfWweX3er1f5uNpGDygfQVQ==}
@@ -1012,8 +1008,8 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==}
+  [email protected]:
+    resolution: {integrity: 
sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==}
     engines: {node: ^10 || ^12 || >=14}
     hasBin: true
     peerDependencies:
@@ -1093,6 +1089,9 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA==}
 
+  [email protected]:
+    resolution: {integrity: 
sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg==}
+
   [email protected]:
     resolution: {integrity: 
sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
     engines: {node: '>=10'}
@@ -1301,8 +1300,8 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-oen93kVyqSb3l+ziUgzIOlWt/oOuy4zRmpwestMn4rhFWAoFJeFuCVte9F2fASjeZZo7l/Cif9TiyrdW4CwEMA==}
+  [email protected]:
+    resolution: {integrity: 
sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ==}
 
   [email protected]:
     resolution: {integrity: 
sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -4062,10 +4061,10 @@ snapshots:
 
   [email protected]: {}
 
-  [email protected]([email protected]):
+  [email protected]([email protected]):
     dependencies:
       browserslist: 4.24.4
-      caniuse-lite: 1.0.30001702
+      caniuse-lite: 1.0.30001705
       fraction.js: 4.3.7
       normalize-range: 0.1.2
       picocolors: 1.1.1
@@ -4115,8 +4114,8 @@ snapshots:
 
   [email protected]:
     dependencies:
-      caniuse-lite: 1.0.30001702
-      electron-to-chromium: 1.5.112
+      caniuse-lite: 1.0.30001705
+      electron-to-chromium: 1.5.119
       node-releases: 2.0.19
       update-browserslist-db: 1.1.3([email protected])
 
@@ -4149,6 +4148,8 @@ snapshots:
 
   [email protected]: {}
 
+  [email protected]: {}
+
   [email protected]:
     dependencies:
       ansi-styles: 4.3.0
@@ -4375,7 +4376,7 @@ snapshots:
 
   [email protected]: {}
 
-  [email protected]: {}
+  [email protected]: {}
 
   [email protected]: {}
 
@@ -4547,7 +4548,7 @@ snapshots:
       '@typescript-eslint/parser': 6.21.0([email protected])([email protected])
       eslint: 8.57.1
       eslint-import-resolver-node: 0.3.9
-      eslint-import-resolver-typescript: 
3.8.3([email protected])([email protected])
+      eslint-import-resolver-typescript: 
3.8.3([email protected]([email protected]))([email protected])
       eslint-plugin-import: 
2.31.0(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])
       eslint-plugin-jsx-a11y: 6.10.2([email protected])
       eslint-plugin-react: 7.37.4([email protected])
@@ -4571,7 +4572,7 @@ snapshots:
     transitivePeerDependencies:
       - supports-color
 
-  
[email protected]([email protected])([email protected]):
+  
[email protected]([email protected]([email protected]))([email protected]):
     dependencies:
       '@nolyfill/is-core-module': 1.0.39
       debug: 4.4.0
@@ -4586,14 +4587,14 @@ snapshots:
     transitivePeerDependencies:
       - supports-color
 
-  
[email protected](@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]([email protected])([email protected]))([email protected]):
+  
[email protected](@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]([email protected]([email protected]))([email protected]))([email protected]):
     dependencies:
       debug: 3.2.7
     optionalDependencies:
       '@typescript-eslint/parser': 6.21.0([email protected])([email protected])
       eslint: 8.57.1
       eslint-import-resolver-node: 0.3.9
-      eslint-import-resolver-typescript: 
3.8.3([email protected])([email protected])
+      eslint-import-resolver-typescript: 
3.8.3([email protected]([email protected]))([email protected])
     transitivePeerDependencies:
       - supports-color
 
@@ -4608,7 +4609,7 @@ snapshots:
       doctrine: 2.1.0
       eslint: 8.57.1
       eslint-import-resolver-node: 0.3.9
-      eslint-module-utils: 
2.12.0(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]([email protected])([email protected]))([email protected])
+      eslint-module-utils: 
2.12.0(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]([email protected]([email protected]))([email protected]))([email protected])
       hasown: 2.0.2
       is-core-module: 2.16.1
       is-glob: 4.0.3

Reply via email to