From 4444e716e6ef01251e0e4cf0a5fb231bbff233ff Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:57:08 +0000 Subject: [PATCH] fix: deps/npm/node_modules/is-core-module/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/npm:braces:20180219 --- deps/npm/node_modules/is-core-module/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/is-core-module/package.json b/deps/npm/node_modules/is-core-module/package.json index 1bac5851fd637f..6ebd037140b3ee 100644 --- a/deps/npm/node_modules/is-core-module/package.json +++ b/deps/npm/node_modules/is-core-module/package.json @@ -46,13 +46,13 @@ }, "devDependencies": { "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.3", + "aud": "^3.0.1", "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", + "eslint": "9.0.0", "in-publish": "^2.0.1", "mock-property": "^1.0.2", "npmignore": "^0.3.0", - "nyc": "^10.3.2", + "nyc": "^15.0.0", "safe-publish-latest": "^2.0.0", "semver": "^6.3.1", "tape": "^5.7.1"