Skip to content

Commit c5398ca

Browse files
authored
fix: bump plugin-kit to latest to resolve security vulnerabilities (#485)
* fix: bump `plugin-kit` to latest to resolve security vulnerabilities * wip
1 parent a46a29a commit c5398ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"test:types": "tsc -p tests/types/tsconfig.json"
7474
},
7575
"devDependencies": {
76-
"@eslint/js": "^9.4.0",
76+
"@eslint/js": "^9.31.0",
7777
"c8": "^10.1.2",
7878
"dedent": "^1.5.3",
79-
"eslint": "^9.28.0",
79+
"eslint": "^9.31.0",
8080
"eslint-config-eslint": "^11.0.0",
8181
"eslint-plugin-eslint-plugin": "^6.3.2",
8282
"globals": "^15.1.0",
@@ -88,12 +88,12 @@
8888
"yorkie": "^2.0.0"
8989
},
9090
"dependencies": {
91-
"@eslint/core": "^0.15.0",
92-
"@eslint/plugin-kit": "^0.3.1",
91+
"@eslint/core": "^0.15.1",
92+
"@eslint/plugin-kit": "^0.3.4",
9393
"github-slugger": "^2.0.0",
9494
"mdast-util-from-markdown": "^2.0.2",
9595
"mdast-util-frontmatter": "^2.0.1",
96-
"mdast-util-gfm": "^3.0.0",
96+
"mdast-util-gfm": "^3.1.0",
9797
"micromark-extension-frontmatter": "^2.0.0",
9898
"micromark-extension-gfm": "^3.0.0"
9999
},

0 commit comments

Comments
 (0)