Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-27 10:18:33 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-27 10:18:33 +0300
commit50ae24e64027e849fe269954d22c29b7859d1ee2 (patch)
tree64a60d4a279e35663bf544b5523fb0a16b444a08 /package.json
parent30f2dd1f7a98f6efefda38adf139ace6a9152b76 (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c0f9cbf1..428426f6 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
- "@evilmartians/lefthook": "^1.5.2",
+ "@evilmartians/lefthook": "^1.5.3",
"@gitlab/eslint-plugin": "^19.2.0",
"@gitlab/stylelint-config": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
@@ -41,17 +41,17 @@
"flush-promises": "^1.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
- "jest-fail-on-console": "^3.1.1",
+ "jest-fail-on-console": "^3.1.2",
"markdownlint-cli": "^0.37.0",
- "markdownlint-cli2": "^0.10.0",
+ "markdownlint-cli2": "^0.11.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
- "rollup": "^4.5.0",
+ "rollup": "^4.6.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-import-css": "^3.3.5",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
- "vite": "^5.0.0",
+ "vite": "^5.0.2",
"vue-template-compiler": "^2.7.0",
"vue-test-utils-compat": "^0.0.11"
},