|
51 | 51 | "postversion": "echo remember to run 'git push --follow-tags'" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "xregexp": "^5.1.0" |
| 54 | + "xregexp": "^5.1.1" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@babel/core": "^7.15.0", |
58 | | - "@babel/plugin-transform-runtime": "^7.15.0", |
59 | | - "@babel/preset-env": "^7.15.0", |
60 | | - "@babel/runtime": "^7.15.3", |
61 | | - "@rollup/plugin-babel": "^6.0.2", |
62 | | - "@rollup/plugin-commonjs": "^23.0.2", |
63 | | - "@rollup/plugin-json": "^5.0.1", |
64 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
| 57 | + "@babel/core": "^7.26.0", |
| 58 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 59 | + "@babel/preset-env": "^7.26.0", |
| 60 | + "@babel/runtime": "^7.26.0", |
| 61 | + "@rollup/plugin-babel": "^6.0.4", |
| 62 | + "@rollup/plugin-commonjs": "^23.0.7", |
| 63 | + "@rollup/plugin-json": "^5.0.2", |
| 64 | + "@rollup/plugin-node-resolve": "^15.3.0", |
65 | 65 | "@rollup/plugin-typescript": "^9.0.2", |
66 | | - "@typescript-eslint/eslint-plugin": "^5.40.1", |
67 | | - "@typescript-eslint/parser": "^5.40.1", |
68 | | - "babel-plugin-istanbul": "^6.0.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 67 | + "@typescript-eslint/parser": "^5.62.0", |
| 68 | + "babel-plugin-istanbul": "^6.1.1", |
69 | 69 | "benchmark": "^2.1.4", |
70 | | - "chai": "^4.3.4", |
| 70 | + "chai": "^4.5.0", |
71 | 71 | "coveralls": "^3.1.1", |
72 | 72 | "eslint": "^7.32.0", |
73 | | - "eslint-config-prettier": "^8.5.0", |
| 73 | + "eslint-config-prettier": "^8.10.0", |
74 | 74 | "eslint-plugin-prettier": "^4.2.1", |
75 | | - "mocha": "^9.0.3", |
| 75 | + "mocha": "^9.2.2", |
76 | 76 | "nyc": "^15.1.0", |
77 | | - "prettier": "^2.3.2", |
| 77 | + "prettier": "^2.8.8", |
78 | 78 | "prettier-cli": "^0.1.0", |
79 | | - "rollup": "^3.2.3", |
80 | | - "rollup-plugin-dts": "^5.0.0", |
| 79 | + "rollup": "^3.29.5", |
| 80 | + "rollup-plugin-dts": "^5.3.1", |
81 | 81 | "rollup-plugin-istanbul": "^3.0.0", |
82 | 82 | "rollup-plugin-node-globals": "^1.4.0", |
83 | 83 | "rollup-plugin-polyfill-node": "^0.10.2", |
84 | 84 | "rollup-plugin-terser": "^7.0.2", |
85 | | - "tslib": "^2.3.1", |
86 | | - "typescript": "^4.6.3", |
87 | | - "updates": "^13.1.10" |
| 85 | + "tslib": "^2.8.1", |
| 86 | + "typescript": "^4.9.5", |
| 87 | + "updates": "^13.4.0" |
88 | 88 | } |
89 | 89 | } |
0 commit comments