Skip to content

Commit 7cd0910

Browse files
authored
Merge pull request #193 from Woosmap/chore/safe-dependency-updates
Update safe dependencies to latest minor/patch versions
2 parents 33cbe5c + 2e98d9e commit 7cd0910

File tree

2 files changed

+101
-196
lines changed

2 files changed

+101
-196
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"devDependencies": {
3030
"@apidevtools/json-schema-ref-parser": "^11.9.3",
31-
"@bazel/bazelisk": "^1.25.0",
32-
"@bazel/buildifier": "^8.0.3",
33-
"@bazel/buildozer": "^8.0.3",
31+
"@bazel/bazelisk": "^1.26.0",
32+
"@bazel/buildifier": "^8.2.1",
33+
"@bazel/buildozer": "^8.2.1",
3434
"@bazel/ibazel": "^0.25.0",
3535
"@google/semantic-release-replace-plugin": "^1.2.0",
3636
"@redocly/cli": "^1.34.0",
@@ -40,41 +40,41 @@
4040
"@types/glob": "^7.2.0",
4141
"@types/json-schema": "^7.0.11",
4242
"@types/node": "^17.0.38",
43-
"@types/postman-collection": "^3.5.7",
43+
"@types/postman-collection": "^3.5.11",
4444
"@types/unist": "^2.0.6",
45-
"@types/yargs": "^17.0.33",
45+
"@types/yargs": "^17.0.35",
4646
"axios": "^0.27.2",
4747
"call-me-maybe": "^1.0.2",
4848
"clsx": "^2.1.1",
4949
"dir-compare": "^4.0.0",
50+
"fast-safe-stringify": "^2.1.1",
5051
"glob": "^8.0.3",
51-
"js-yaml": "^4.1.0",
52+
"js-yaml": "^4.1.1",
5253
"jsonpath-plus": "^6.0.1",
5354
"mdast-builder": "^1.1.1",
5455
"mdast-util-from-markdown": "^0.8.5",
5556
"mdast-util-gfm": "^0.1.2",
5657
"micromark-extension-gfm": "^0.3.3",
57-
"openapi-examples-validator": "^6.0.1",
58-
"openapi-to-postmanv2": "^5.0.0",
58+
"openapi-examples-validator": "^6.0.3",
59+
"openapi-to-postmanv2": "^5.7.0",
5960
"openapi-types": "^12.1.3",
6061
"postman-code-generators": "^1.2.2",
6162
"postman-collection": "^4.1.6",
62-
"prettier": "^2.8.3",
63+
"prettier": "^2.8.8",
6364
"query-string": "^7.1.1",
6465
"remark-gfm": "^1.0.0",
6566
"remark-html": "^13.0.2",
6667
"remark-parse": "^9.0.0",
6768
"remark-stringify": "^9.0.0",
68-
"rimraf": "^6.0.1",
69+
"rimraf": "^6.1.2",
6970
"slugify": "^1.6.5",
70-
"tar": "^6.1.11",
71+
"tar": "^6.2.1",
7172
"tar-stream": "^3.1.7",
72-
"tmp": "^0.2.1",
73+
"tmp": "^0.2.5",
7374
"typescript": "5.6.2",
7475
"unified": "^9.2.1",
75-
"yargs": "^17.7.2",
76-
"fast-safe-stringify": "^2.1.1",
77-
"yaml": "^2.7.0"
76+
"yaml": "^2.8.2",
77+
"yargs": "^17.7.2"
7878
},
7979
"pnpm": {
8080
"onlyBuiltDependencies": []

0 commit comments

Comments
 (0)