|
16 | 16 | "uploadcoverage": "cat ./coverage/lcov.info | coveralls" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@babel/core": "^7.20.2", |
| 19 | + "@babel/core": "^7.25.2", |
20 | 20 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
21 | 21 | "@babel/plugin-proposal-decorators": "^7.20.7", |
22 | 22 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
|
85 | 85 | "keytar": "7.9.0" |
86 | 86 | }, |
87 | 87 | "overrides": { |
88 | | - "minimist@<1.2.6": ">=1.2.6", |
89 | | - "follow-redirects@<1.14.8": ">=1.14.8", |
| 88 | + "minimist": ">=1.2.8", |
| 89 | + "follow-redirects": ">=1.15.9", |
90 | 90 | "serialize-javascript@<6.0.2": ">=6.0.2", |
91 | | - "postcss@<7.0.36": ">=7.0.36", |
| 91 | + "postcss@<7.0.36": ">=8.4.45", |
92 | 92 | "trim-newlines@<3.0.1": ">=3.0.1", |
93 | | - "parse-path@<5.0.0": ">=5.0.0", |
94 | | - "glob-parent@<5.1.2": ">=5.1.2", |
95 | | - "browserslist@>=4.0.0 <4.16.5": ">=4.16.5", |
96 | | - "ejs@<3.1.7": ">=3.1.7", |
97 | | - "jsdom@<=16.4.0": ">=16.5.0", |
98 | | - "axios@<0.21.2": ">=0.21.2", |
99 | | - "parse-url@<8.1.0": ">=8.1.0", |
100 | | - "minimatch@<3.0.5": ">=3.0.5", |
101 | | - "shell-quote@<=1.7.2": ">=1.7.3", |
102 | | - "got@<11.8.5": ">=11.8.5", |
103 | | - "ajv@<6.12.3": ">=6.12.3" |
| 93 | + "parse-path@<5.0.0": ">=7.0.0", |
| 94 | + "glob-parent@<5.1.2": ">=6.0.2", |
| 95 | + "browserslist@>=4.0.0 <4.16.5": ">=4.23.3", |
| 96 | + "ejs@<3.1.7": ">=3.1.10", |
| 97 | + "jsdom@<=16.4.0": ">=25.0.0", |
| 98 | + "axios@<0.21.2": ">=1.7.7", |
| 99 | + "parse-url@<8.1.0": ">=9.2.2", |
| 100 | + "minimatch@<3.0.5": ">=10.0.1", |
| 101 | + "shell-quote@<=1.7.2": ">=1.8.1", |
| 102 | + "got@<11.8.5": ">=14.4.2", |
| 103 | + "ajv@<6.12.3": ">=6.12.3", |
| 104 | + "braces@<3.0.2" : ">=3.0.3", |
| 105 | + "ip@<2.0.0" : ">=2.0.1", |
| 106 | + "path-to-regexp@<1.0.0" : ">=1.9.0", |
| 107 | + "body-parser@<1.20.1" : ">=1.20.3" |
104 | 108 | } |
105 | 109 | } |
0 commit comments