Brijesh619 commented on code in PR #703:
URL: https://github.com/apache/atlas/pull/703#discussion_r3720539252


##########
dashboard/package.json:
##########
@@ -113,11 +113,9 @@
   },
   "overrides": {
     "semver": "7.5.4",

Review Comment:
   Resolved! Added the js-yaml: 4.3.0 and minimatch: 9.0.7 overrides back to 
package.json to prevent unintended downgrades or unexpected version bumps.



##########
dashboard/package.json:
##########
@@ -113,11 +113,9 @@
   },
   "overrides": {
     "semver": "7.5.4",
-    "minimatch": "9.0.7",
-    "brace-expansion": "5.0.6",
     "d3-color": "3.1.0",
     "lodash": "4.18.1",
     "lodash-es": "4.18.1",
-    "js-yaml": "4.3.0"
+    "brace-expansion": "5.0.7"

Review Comment:
   Resolved! Bumped the brace-expansion override to version 5.0.9 to fully 
remediate the high-severity vulnerabilities flagged by npm audit.



##########
dashboard/package-lock.json:
##########
@@ -9486,68 +10967,26 @@
         "node": ">=8"
       }
     },
-    "node_modules/pkg-dir/node_modules/find-up": {
-      "version": "4.1.0",
-      "dev": true,
-      "license": "MIT",
-      "dependencies": {
-        "locate-path": "^5.0.0",
-        "path-exists": "^4.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/pkg-dir/node_modules/locate-path": {
-      "version": "5.0.0",
-      "dev": true,
-      "license": "MIT",
-      "dependencies": {
-        "p-locate": "^4.1.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/pkg-dir/node_modules/p-limit": {
-      "version": "2.3.0",
-      "dev": true,
-      "license": "MIT",
-      "dependencies": {
-        "p-try": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=6"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus";
-      }
-    },
-    "node_modules/pkg-dir/node_modules/p-locate": {
-      "version": "4.1.0",
-      "dev": true,
-      "license": "MIT",
-      "dependencies": {
-        "p-limit": "^2.2.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
     "node_modules/platform": {
       "version": "1.3.4",
+      "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.4.tgz";,
+      "integrity": 
"sha512-iPnLzoBruVgswLtQ06HuYW4JUYW+SupPyrzZnhVRPZuh9NDWojJYpQqR2Ro43XpUlh46l8ygbnWKVHO270XATg==",
       "license": "MIT"
     },
     "node_modules/possible-typed-array-names": {
       "version": "1.1.0",
+      "resolved": 
"https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz";,
+      "integrity": 
"sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
       "dev": true,
       "license": "MIT",
       "engines": {
         "node": ">= 0.4"
       }
     },
     "node_modules/postcss": {
-      "version": "8.5.3",
+      "version": "8.5.21",

Review Comment:
   Resolved! Bumped postcss to >=8.5.23 (specifically 8.5.25) in the 
package.json overrides to fully remediate the GHSA-fxqj-rqcc-2cmp vulnerability.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to