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

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


The following commit(s) were added to refs/heads/main by this push:
     new 599be185d Bump postcss from 8.4.45 to 8.4.47 in /doc (#3163)
599be185d is described below

commit 599be185d8940ed9be4b817449bd023c37ca1472
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 15 22:15:14 2024 +0300

    Bump postcss from 8.4.45 to 8.4.47 in /doc (#3163)
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.45 to 8.4.47.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/postcss/postcss/compare/8.4.45...8.4.47)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 doc/package-lock.json | 28 +++++++++++++---------------
 doc/package.json      |  2 +-
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/doc/package-lock.json b/doc/package-lock.json
index 40c8749f3..f56ccdfd9 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -6,7 +6,7 @@
     "": {
       "devDependencies": {
         "autoprefixer": "^10.4.0",
-        "postcss": "^8.4.45",
+        "postcss": "^8.4.47",
         "postcss-cli": "^11.0.0"
       }
     },
@@ -637,11 +637,10 @@
       }
     },
     "node_modules/picocolors": {
-      "version": "1.0.1",
-      "resolved": 
"https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz";,
-      "integrity": 
"sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
-      "dev": true,
-      "license": "ISC"
+      "version": "1.1.0",
+      "resolved": 
"https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz";,
+      "integrity": 
"sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
+      "dev": true
     },
     "node_modules/picomatch": {
       "version": "2.3.1",
@@ -667,9 +666,9 @@
       }
     },
     "node_modules/postcss": {
-      "version": "8.4.45",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz";,
-      "integrity": 
"sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
+      "version": "8.4.47",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz";,
+      "integrity": 
"sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
       "dev": true,
       "funding": [
         {
@@ -687,8 +686,8 @@
       ],
       "dependencies": {
         "nanoid": "^3.3.7",
-        "picocolors": "^1.0.1",
-        "source-map-js": "^1.2.0"
+        "picocolors": "^1.1.0",
+        "source-map-js": "^1.2.1"
       },
       "engines": {
         "node": "^10 || ^12 || >=14"
@@ -911,11 +910,10 @@
       }
     },
     "node_modules/source-map-js": {
-      "version": "1.2.0",
-      "resolved": 
"https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz";,
-      "integrity": 
"sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
+      "version": "1.2.1",
+      "resolved": 
"https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz";,
+      "integrity": 
"sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
       "dev": true,
-      "license": "BSD-3-Clause",
       "engines": {
         "node": ">=0.10.0"
       }
diff --git a/doc/package.json b/doc/package.json
index ebcbad01f..8f8f1781b 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,7 +1,7 @@
 {
   "devDependencies": {
     "autoprefixer": "^10.4.0",
-    "postcss": "^8.4.45",
+    "postcss": "^8.4.47",
     "postcss-cli": "^11.0.0"
   }
 }

Reply via email to