Skip to content

Commit 1a6877e

Browse files
authored
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 7a470d7 commit 1a6877e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/estree": "0.0.52",
5656
"@types/node": "^4.9.5",
5757
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
58-
"aud": "^2.0.4",
58+
"aud": "^3.0.1",
5959
"babel-eslint": "^8 || ^9 || ^10.1.0",
6060
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
6161
"eslint-config-airbnb-base": "^15.0.0",
@@ -69,7 +69,7 @@
6969
"glob": "=10.3.7",
7070
"istanbul": "^0.4.5",
7171
"jackspeak": "=2.1.1",
72-
"ls-engines": "^0.8.1",
72+
"ls-engines": "^0.9.3",
7373
"markdownlint-cli": "^0.8.0 || ^0.32.2",
7474
"mocha": "^11.0.1",
7575
"npmignore": "^0.3.1",

0 commit comments

Comments
 (0)