Skip to content

Commit 810bd85

Browse files
committed
Update Node dependencies
1 parent e017e77 commit 810bd85

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -609,48 +609,48 @@
609609
"coverage": "c8 --clean npm run test"
610610
},
611611
"devDependencies": {
612-
"@fontsource/noto-serif": "4.5.11",
613-
"@fontsource/open-sans": "4.5.14",
614-
"@fontsource/roboto-mono": "4.5.10",
612+
"@fontsource/noto-serif": "5.0.20",
613+
"@fontsource/open-sans": "5.0.28",
614+
"@fontsource/roboto-mono": "5.0.18",
615615
"@highlightjs/cdn-assets": "~11.9.0",
616616
"@playwright/test": "~1.44.0",
617617
"@types/lodash.throttle": "~4.1",
618618
"@types/mocha": "~10.0",
619-
"@types/node": "~20.14",
619+
"@types/node": "~22.0.0",
620620
"@types/vscode": "~1.88.0",
621621
"@typescript-eslint/eslint-plugin": "~7.13",
622622
"@typescript-eslint/parser": "~7.13",
623623
"@vscode/test-electron": "2.4.0",
624624
"@vscode/vsce": "2.27.0",
625625
"c8": "~10.1",
626-
"chai": "~4.4",
627-
"copy-webpack-plugin": "10.2.4",
628-
"eslint": "~8.57",
626+
"chai": "~5.1.0",
627+
"copy-webpack-plugin": "12.0.2",
628+
"eslint": "~9.8.0",
629629
"eslint-config-standard": "~17.1",
630630
"eslint-plugin-import": "~2.29",
631-
"eslint-plugin-n": "~16.6",
631+
"eslint-plugin-n": "~17.10.0",
632632
"eslint-plugin-node": "~11.1",
633-
"eslint-plugin-promise": "~6.2",
633+
"eslint-plugin-promise": "~7.0.0",
634634
"font-awesome": "^4.7.0",
635-
"gulp": "^4.0.2",
635+
"gulp": "^5.0.0",
636636
"lodash.throttle": "4.1.1",
637-
"mathjax": "^2.7.9",
637+
"mathjax": "^3.0.0",
638638
"mermaid": "^10.9.0",
639639
"mocha": "10.4.0",
640640
"mocha-junit-reporter": "2.2.1",
641641
"mocha-multi-reporters": "1.5.1",
642642
"path-browserify": "1.0.1",
643643
"semver": "^7.3.7",
644-
"sinon": "^14.0.1",
644+
"sinon": "^18.0.0",
645645
"ts-loader": "9.5.1",
646-
"typescript": "4.9.5",
646+
"typescript": "5.5.4",
647647
"vscode-nls-dev": "4.0.4",
648648
"webpack": "5.91.0",
649-
"webpack-cli": "4.10.0"
649+
"webpack-cli": "5.1.4"
650650
},
651651
"dependencies": {
652652
"@antora/content-classifier": "3.1.7",
653-
"@asciidoctor/core": "2.2.7",
653+
"@asciidoctor/core": "3.0.4",
654654
"@asciidoctor/docbook-converter": "2.0.0",
655655
"@orcid/bibtex-parse-js": "0.0.25",
656656
"asciidoctor-kroki": "0.18.1",
@@ -660,7 +660,7 @@
660660
"querystring": "^0.2.1",
661661
"tty-browserify": "^0.0.1",
662662
"util": "^0.12.5",
663-
"uuid": "8.3.2",
663+
"uuid": "10.0.0",
664664
"vscode-nls": "5.2.0",
665665
"vscode-uri": "^3.0.3",
666666
"worker-thread": "^1.1.0"

0 commit comments

Comments
 (0)