|
84 | 84 | "@fluid-tools/version-tools": "workspace:~", |
85 | 85 | "@fluidframework/build-tools": "workspace:~", |
86 | 86 | "@fluidframework/bundle-size-tools": "workspace:~", |
87 | | - "@inquirer/prompts": "^7.0.1", |
| 87 | + "@inquirer/prompts": "^7.10.1", |
88 | 88 | "@microsoft/api-extractor": "^7.52.11", |
89 | 89 | "@oclif/core": "^4.8.0", |
90 | 90 | "@oclif/plugin-autocomplete": "^3.2.39", |
91 | 91 | "@oclif/plugin-commands": "^4.1.38", |
92 | 92 | "@oclif/plugin-help": "^6.2.36", |
93 | 93 | "@oclif/plugin-not-found": "^3.2.73", |
94 | | - "@octokit/core": "^7.0.4", |
95 | | - "@octokit/rest": "^22.0.0", |
96 | | - "@rushstack/node-core-library": "^5.9.0", |
| 94 | + "@octokit/core": "^7.0.6", |
| 95 | + "@octokit/rest": "^22.0.1", |
| 96 | + "@rushstack/node-core-library": "^5.19.0", |
97 | 97 | "async": "^3.2.6", |
98 | 98 | "azure-devops-node-api": "^11.2.0", |
99 | 99 | "change-case": "^3.1.0", |
100 | 100 | "cosmiconfig": "^8.3.6", |
101 | | - "danger": "^13.0.3", |
| 101 | + "danger": "^13.0.5", |
102 | 102 | "date-fns": "^2.30.0", |
103 | | - "debug": "^4.3.7", |
| 103 | + "debug": "^4.4.3", |
104 | 104 | "execa": "^5.1.1", |
105 | 105 | "fflate": "^0.8.2", |
106 | | - "fs-extra": "^11.2.0", |
| 106 | + "fs-extra": "^11.3.2", |
107 | 107 | "github-slugger": "^2.0.0", |
108 | 108 | "globby": "^11.1.0", |
109 | 109 | "gray-matter": "^4.0.3", |
110 | | - "human-id": "^4.1.1", |
| 110 | + "human-id": "^4.1.2", |
111 | 111 | "issue-parser": "^7.0.1", |
112 | 112 | "json5": "^2.2.3", |
113 | | - "jssm": "^5.104.1", |
| 113 | + "jssm": "^5.104.2", |
114 | 114 | "jszip": "^3.10.1", |
115 | 115 | "latest-version": "^9.0.0", |
116 | 116 | "mdast": "^3.0.0", |
|
124 | 124 | "prompts": "^2.4.2", |
125 | 125 | "read-pkg-up": "^7.0.1", |
126 | 126 | "remark": "^15.0.1", |
127 | | - "remark-gfm": "^4.0.0", |
| 127 | + "remark-gfm": "^4.0.1", |
128 | 128 | "remark-github": "^12.0.0", |
129 | 129 | "remark-github-beta-blockquote-admonitions": "^3.1.1", |
130 | 130 | "remark-toc": "^9.0.0", |
131 | 131 | "replace-in-file": "^7.2.0", |
132 | | - "resolve.exports": "^2.0.2", |
133 | | - "semver": "^7.7.1", |
134 | | - "simple-git": "^3.27.0", |
| 132 | + "resolve.exports": "^2.0.3", |
| 133 | + "semver": "^7.7.3", |
| 134 | + "simple-git": "^3.30.0", |
135 | 135 | "sort-json": "^2.0.1", |
136 | 136 | "sort-package-json": "1.57.0", |
137 | 137 | "strip-ansi": "^6.0.1", |
138 | | - "table": "^6.8.2", |
| 138 | + "table": "^6.9.0", |
139 | 139 | "ts-morph": "^22.0.0", |
140 | 140 | "type-fest": "^2.19.0", |
141 | 141 | "unist-util-visit": "^5.0.0", |
142 | 142 | "xml2js": "^0.5.0" |
143 | 143 | }, |
144 | 144 | "devDependencies": { |
145 | | - "@biomejs/biome": "~1.9.3", |
| 145 | + "@biomejs/biome": "~1.9.4", |
146 | 146 | "@fluidframework/build-common": "^2.0.3", |
147 | 147 | "@fluidframework/eslint-config-fluid": "^6.1.0", |
148 | 148 | "@oclif/test": "^4.1.15", |
149 | | - "@types/async": "^3.2.24", |
150 | | - "@types/chai": "^5.2.1", |
| 149 | + "@types/async": "^3.2.25", |
| 150 | + "@types/chai": "^5.2.3", |
151 | 151 | "@types/chai-arrays": "^2.0.3", |
152 | 152 | "@types/debug": "^4.1.12", |
153 | 153 | "@types/fs-extra": "^11.0.4", |
154 | 154 | "@types/issue-parser": "^3.0.5", |
155 | 155 | "@types/mdast": "^4.0.4", |
156 | | - "@types/mocha": "^10.0.9", |
157 | | - "@types/node": "^22.8.0", |
| 156 | + "@types/mocha": "^10.0.10", |
| 157 | + "@types/node": "^22.19.1", |
158 | 158 | "@types/prettier": "^2.7.3", |
159 | 159 | "@types/prompts": "^2.4.9", |
160 | | - "@types/semver": "^7.7.0", |
| 160 | + "@types/semver": "^7.7.1", |
161 | 161 | "@types/sort-json": "^2.0.3", |
162 | 162 | "@types/unist": "^3.0.3", |
163 | 163 | "@types/xml2js": "^0.4.14", |
164 | 164 | "c8": "^10.1.3", |
165 | | - "chai": "^5.2.1", |
| 165 | + "chai": "^5.3.3", |
166 | 166 | "chai-arrays": "^2.2.0", |
167 | 167 | "concurrently": "^8.2.2", |
168 | 168 | "copyfiles": "^2.4.1", |
169 | 169 | "eslint": "~8.57.0", |
170 | | - "eslint-config-oclif": "^5.2.1", |
| 170 | + "eslint-config-oclif": "^5.2.2", |
171 | 171 | "eslint-config-oclif-typescript": "^3.1.12", |
172 | | - "eslint-config-prettier": "~9.1.0", |
| 172 | + "eslint-config-prettier": "~9.1.2", |
173 | 173 | "jssm-viz-cli": "^5.101.0", |
174 | | - "mocha": "^10.7.3", |
| 174 | + "mocha": "^10.8.2", |
175 | 175 | "mocha-multi-reporters": "^1.5.1", |
176 | 176 | "mocked-env": "^1.3.5", |
177 | 177 | "rimraf": "^4.4.1", |
178 | 178 | "ts-node": "^10.9.2", |
179 | | - "tslib": "^2.8.0", |
| 179 | + "tslib": "^2.8.1", |
180 | 180 | "typescript": "~5.4.5" |
181 | 181 | }, |
182 | 182 | "engines": { |
|
0 commit comments