|
40 | 40 | "devDependencies": { |
41 | 41 | "@ampproject/filesize": "4.3.0", |
42 | 42 | "@ampproject/rollup-plugin-closure-compiler": "0.27.0", |
43 | | - "@babel/cli": "7.24.6", |
44 | | - "@babel/core": "7.24.6", |
45 | | - "@babel/preset-env": "7.24.6", |
| 43 | + "@babel/cli": "7.27.2", |
| 44 | + "@babel/core": "7.27.4", |
| 45 | + "@babel/preset-env": "7.27.2", |
46 | 46 | "@rollup/plugin-babel": "6.0.4", |
47 | | - "@rollup/plugin-replace": "5.0.5", |
48 | | - "@types/node": "18.19.22", |
| 47 | + "@rollup/plugin-replace": "6.0.2", |
| 48 | + "@types/node": "18.19.112", |
49 | 49 | "@types/sinon": "10.0.20", |
50 | | - "acorn": "8.11.3", |
51 | | - "acorn-walk": "8.3.2", |
| 50 | + "acorn": "8.15.0", |
| 51 | + "acorn-walk": "8.3.4", |
52 | 52 | "ava": "6.4.0", |
53 | 53 | "babel-plugin-minify-replace": "0.5.0", |
54 | 54 | "babel-plugin-transform-remove-console": "6.9.4", |
55 | 55 | "benchmark": "2.1.4", |
56 | 56 | "cross-env": "7.0.3", |
57 | 57 | "husky": "8.0.3", |
58 | | - "jsdom": "19.0.0", |
| 58 | + "jsdom": "26.1.0", |
59 | 59 | "lint-staged": "14.0.1", |
60 | | - "magic-string": "0.30.8", |
61 | | - "np": "8.0.4", |
| 60 | + "magic-string": "0.30.17", |
| 61 | + "np": "10.2.0", |
62 | 62 | "npm-run-all2": "5.0.2", |
63 | 63 | "polka": "0.5.2", |
64 | | - "prettier": "3.2.5", |
| 64 | + "prettier": "3.6.0", |
65 | 65 | "rimraf": "5.0.5", |
66 | | - "rollup": "3.29.4", |
| 66 | + "rollup": "4.44.0", |
67 | 67 | "rollup-plugin-analyzer": "4.0.0", |
68 | 68 | "@rollup/plugin-terser": "0.4.4", |
69 | | - "sinon": "14.0.0", |
70 | | - "sirv": "2.0.4", |
| 69 | + "sinon": "21.0.0", |
| 70 | + "sirv": "3.0.1", |
71 | 71 | "tslint": "6.1.3", |
72 | | - "typescript": "5.4.2" |
| 72 | + "typescript": "5.8.3" |
73 | 73 | }, |
74 | 74 | "lint-staged": { |
75 | 75 | "*.{js,ts}": [ |
|
0 commit comments