Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock file maintenance Node dependencies
Browse files Browse the repository at this point in the history
ggrossetie committed Dec 2, 2023
1 parent e190123 commit 2d7ec21
Showing 2 changed files with 9,011 additions and 709 deletions.
9,700 changes: 9,001 additions & 699 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -617,21 +617,21 @@
"@fontsource/noto-serif": "4.5.11",
"@fontsource/open-sans": "4.5.14",
"@fontsource/roboto-mono": "4.5.10",
"@highlightjs/cdn-assets": "~11.8.0",
"@highlightjs/cdn-assets": "~11.9.0",
"@playwright/test": "^1.39.0",
"@types/lodash.throttle": "~4.1",
"@types/mocha": "~9.1",
"@types/node": "12.20.55",
"@types/vscode": "~1.70",
"@types/vscode": "~1.84.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vscode/test-electron": "2.3.4",
"@vscode/vsce": "2.21.0",
"@vscode/test-electron": "2.3.8",
"@vscode/vsce": "2.22.0",
"chai": "^4.3.7",
"copy-webpack-plugin": "10.2.4",
"eslint": "8.48.0",
"eslint": "8.55.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
@@ -645,14 +645,14 @@
"path-browserify": "1.0.1",
"semver": "^7.3.7",
"sinon": "^14.0.1",
"ts-loader": "9.4.4",
"ts-loader": "9.5.1",
"typescript": "4.9.5",
"vscode-nls-dev": "4.0.4",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "4.10.0"
},
"dependencies": {
"@antora/content-classifier": "3.1.4",
"@antora/content-classifier": "3.1.5",
"@asciidoctor/core": "2.2.6",
"@asciidoctor/docbook-converter": "2.0.0",
"@orcid/bibtex-parse-js": "0.0.25",
@@ -675,6 +675,6 @@
"isPreReleaseVersion": false
},
"volta": {
"node": "18.17.1"
"node": "18.19.0"
}
}

0 comments on commit 2d7ec21

Please sign in to comment.