From ac606ff044ea9e205abfc3c87dc50acfb5ec3bcc Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Sat, 16 Nov 2024 11:57:34 +0100 Subject: [PATCH] update dependencies --- package.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 194ee89..14cad2e 100644 --- a/package.json +++ b/package.json @@ -51,39 +51,39 @@ "postversion": "echo remember to run 'git push --follow-tags'" }, "dependencies": { - "xregexp": "^5.1.0" + "xregexp": "^5.1.1" }, "devDependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/runtime": "^7.15.3", - "@rollup/plugin-babel": "^6.0.2", - "@rollup/plugin-commonjs": "^23.0.2", - "@rollup/plugin-json": "^5.0.1", - "@rollup/plugin-node-resolve": "^15.0.1", + "@babel/core": "^7.26.0", + "@babel/plugin-transform-runtime": "^7.25.9", + "@babel/preset-env": "^7.26.0", + "@babel/runtime": "^7.26.0", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-commonjs": "^23.0.7", + "@rollup/plugin-json": "^5.0.2", + "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^9.0.2", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-plugin-istanbul": "^6.0.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "babel-plugin-istanbul": "^6.1.1", "benchmark": "^2.1.4", - "chai": "^4.3.4", + "chai": "^4.5.0", "coveralls": "^3.1.1", "eslint": "^7.32.0", - "eslint-config-prettier": "^8.5.0", + "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.2.1", - "mocha": "^9.0.3", + "mocha": "^9.2.2", "nyc": "^15.1.0", - "prettier": "^2.3.2", + "prettier": "^2.8.8", "prettier-cli": "^0.1.0", - "rollup": "^3.2.3", - "rollup-plugin-dts": "^5.0.0", + "rollup": "^3.29.5", + "rollup-plugin-dts": "^5.3.1", "rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-polyfill-node": "^0.10.2", "rollup-plugin-terser": "^7.0.2", - "tslib": "^2.3.1", - "typescript": "^4.6.3", - "updates": "^13.1.10" + "tslib": "^2.8.1", + "typescript": "^4.9.5", + "updates": "^13.4.0" } }