diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index fea5458aa..c7c9e963b 100644 --- a/package.json +++ b/package.json @@ -101,13 +101,13 @@ }, "license": "MIT", "devDependencies": { - "@babel/cli": "7.24.7", - "@babel/core": "7.24.7", + "@babel/cli": "7.24.8", + "@babel/core": "7.24.9", "@babel/plugin-transform-for-of": "7.24.7", "@prantlf/jsonlint": "14.0.3", "@rollup/plugin-commonjs": "26.0.1", "@rollup/plugin-node-resolve": "15.2.3", - "@swc/core": "1.6.13", + "@swc/core": "1.7.0", "@types/selenium-webdriver": "4.1.24", "archiver": "7.0.1", "body-parser": "1.20.2", @@ -127,22 +127,22 @@ "express": "4.19.2", "express-body-parser-error-handler": "1.0.7", "globals": "15.8.0", - "husky": "9.0.11", - "jsdom": "24.1.0", + "husky": "9.1.1", + "jsdom": "24.1.1", "marked": "13.0.2", "multiparty": "4.2.3", "native-promise-only": "0.8.1", "promises-aplus-tests": "2.1.2", "q": "1.5.1", - "qunit": "2.21.0", + "qunit": "2.21.1", "raw-body": "2.5.2", - "release-it": "17.5.0", - "requirejs": "2.3.6", - "rimraf": "6.0.0", - "rollup": "4.18.1", - "selenium-webdriver": "4.22.0", + "release-it": "17.6.0", + "requirejs": "2.3.7", + "rimraf": "6.0.1", + "rollup": "4.19.0", + "selenium-webdriver": "4.23.0", "sinon": "9.2.4", - "webpack": "5.92.1", + "webpack": "5.93.0", "yargs": "17.7.2" }, "commitplease": { |