Skip to content

Commit 82d3823

Browse files
committed
chore(deps): update node dependencies
1 parent d9b169e commit 82d3823

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -633,49 +633,49 @@
633633
"coverage": "c8 --clean npm run test"
634634
},
635635
"devDependencies": {
636-
"@fontsource/noto-serif": "4.5.11",
637-
"@fontsource/open-sans": "4.5.14",
638-
"@fontsource/roboto-mono": "4.5.10",
636+
"@fontsource/noto-serif": "5.2.7",
637+
"@fontsource/open-sans": "5.2.5",
638+
"@fontsource/roboto-mono": "5.2.5",
639639
"@highlightjs/cdn-assets": "~11.9.0",
640640
"@playwright/test": "^1.47.2",
641641
"@types/lodash.throttle": "~4.1",
642642
"@types/mocha": "~10.0",
643-
"@types/node": "~20.14",
643+
"@types/node": "~22.15.0",
644644
"@types/vscode": "~1.88.0",
645-
"@typescript-eslint/eslint-plugin": "~7.13",
646-
"@typescript-eslint/parser": "~7.13",
645+
"@typescript-eslint/eslint-plugin": "~8.31.0",
646+
"@typescript-eslint/parser": "~8.31.0",
647647
"@vscode/test-electron": "2.4.0",
648-
"@vscode/vsce": "2.27.0",
648+
"@vscode/vsce": "3.3.2",
649649
"c8": "~10.1",
650-
"chai": "~4.4",
651-
"copy-webpack-plugin": "10.2.4",
652-
"eslint": "~8.57",
650+
"chai": "~5.2.0",
651+
"copy-webpack-plugin": "13.0.0",
652+
"eslint": "~9.26.0",
653653
"eslint-config-standard": "~17.1",
654654
"eslint-plugin-import": "~2.29",
655-
"eslint-plugin-n": "~16.6",
655+
"eslint-plugin-n": "~17.17.0",
656656
"eslint-plugin-node": "~11.1",
657-
"eslint-plugin-promise": "~6.2",
657+
"eslint-plugin-promise": "~7.2.0",
658658
"font-awesome": "^4.7.0",
659-
"gulp": "^4.0.2",
659+
"gulp": "^5.0.0",
660660
"lodash.throttle": "4.1.1",
661-
"mathjax": "^2.7.9",
662-
"mermaid": "^10.9.0",
663-
"mocha": "10.4.0",
661+
"mathjax": "^3.0.0",
662+
"mermaid": "^11.0.0",
663+
"mocha": "11.2.2",
664664
"mocha-junit-reporter": "2.2.1",
665665
"mocha-multi-reporters": "1.5.1",
666666
"path-browserify": "1.0.1",
667667
"semver": "^7.3.7",
668-
"sinon": "^14.0.1",
668+
"sinon": "^20.0.0",
669669
"ts-loader": "9.5.1",
670-
"typescript": "4.9.5",
670+
"typescript": "5.8.3",
671671
"vscode-nls-dev": "4.0.4",
672672
"webpack": "5.91.0",
673-
"webpack-cli": "4.10.0"
673+
"webpack-cli": "6.0.1"
674674
},
675675
"dependencies": {
676676
"@antora/content-classifier": "3.1.7",
677-
"@asciidoctor/core": "2.2.7",
678-
"@asciidoctor/docbook-converter": "2.0.0",
677+
"@asciidoctor/core": "3.0.4",
678+
"@asciidoctor/docbook-converter": "3.0.0",
679679
"@orcid/bibtex-parse-js": "0.0.25",
680680
"asciidoctor-kroki": "0.18.1",
681681
"html-entities": "^2.4.0",
@@ -684,7 +684,7 @@
684684
"querystring": "^0.2.1",
685685
"tty-browserify": "^0.0.1",
686686
"util": "^0.12.5",
687-
"uuid": "8.3.2",
687+
"uuid": "11.1.0",
688688
"vscode-nls": "5.2.0",
689689
"vscode-uri": "^3.0.3",
690690
"worker-thread": "^1.1.0"
@@ -696,6 +696,6 @@
696696
"isPreReleaseVersion": false
697697
},
698698
"volta": {
699-
"node": "20.14.0"
699+
"node": "22.15.0"
700700
}
701701
}

0 commit comments

Comments
 (0)