We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f3cd3 commit 5405a52Copy full SHA for 5405a52
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@azure/oad",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"author": {
5
"name": "Microsoft Corporation",
6
"email": "azsdkteam@microsoft.com",
@@ -17,7 +17,6 @@
17
"@ts-common/string-map": "^0.3.0",
18
"acorn": "^5.7.4",
19
"autorest": "^3.6.1",
20
- "glob": "^7.1.3",
21
"js-yaml": "^3.13.1",
22
"json-pointer": "^0.6.2",
23
"json-refs": "^3.0.15",
@@ -54,6 +53,9 @@
54
53
"bugs": {
55
"url": "https://github.com/Azure/openapi-diff/issues"
56
},
+ "overrides": {
57
+ "glob": "^9.3.5"
58
+ },
59
"engines": {
60
"node": ">=20.0.0"
61
0 commit comments