Skip to content

Commit 65a5eb8

Browse files
build(deps): bump pontx-spec from 0.3.83 to 0.4.12
Bumps [pontx-spec](https://github.com/pontjs/pontx-pro) from 0.3.83 to 0.4.12. - [Commits](https://github.com/pontjs/pontx-pro/commits) --- updated-dependencies: - dependency-name: pontx-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 162d69a commit 65a5eb8

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"needle": "^2.5.0",
264264
"pontx-manager": "0.3.83-beta.0",
265265
"pontx-meta-fetch-plugin": "0.3.83",
266-
"pontx-spec": "0.3.83",
266+
"pontx-spec": "0.4.12",
267267
"pontx-spec-diff": "0.3.83",
268268
"qs": "^6.9.4",
269269
"querystring": "0.2.1",

yarn.lock

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2874,6 +2874,11 @@ oas-spec-ts@^0.3.83:
28742874
resolved "https://registry.npmmirror.com/oas-spec-ts/-/oas-spec-ts-0.3.83.tgz#62411728ed72881021beefd5dd53a2a00de81ac6"
28752875
integrity sha512-P2Eftz3DcngFqDgAZhNTNqcJaCcIHjSsmnghXvyamJfDCgUUyzb6zdNP1kfDDzEWn2596Df4Mcwv3hYtIkPnNQ==
28762876

2877+
oas-spec-ts@^0.4.12:
2878+
version "0.4.12"
2879+
resolved "https://registry.yarnpkg.com/oas-spec-ts/-/oas-spec-ts-0.4.12.tgz#206056153e80990a7002f7a1a32977b63d1f2250"
2880+
integrity sha512-SMveFcfw11skSzh6ZRgkjPoGmiBVeR1hWdd9nDjKzI71knK83g9jmUCV0pC5A1xQzlo+m75wRAnI7KDqdcPzRA==
2881+
28772882
object-assign@^4.0.1:
28782883
version "4.1.1"
28792884
resolved "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@@ -3206,6 +3211,13 @@ pontx-spec@0.3.83, pontx-spec@^0.3.83:
32063211
dependencies:
32073212
oas-spec-ts "^0.3.83"
32083213

3214+
pontx-spec@0.4.12:
3215+
version "0.4.12"
3216+
resolved "https://registry.yarnpkg.com/pontx-spec/-/pontx-spec-0.4.12.tgz#b369414e6c692eca4293491e4646c2c7f2671440"
3217+
integrity sha512-8DMD6PVf8IAalksopZqI6iy41wwkm+vy9qqUiIaWlSZSCLhPApz1YvCda4BJheQJJTcPtvGp6mLJ4aBjYAjvFQ==
3218+
dependencies:
3219+
oas-spec-ts "^0.4.12"
3220+
32093221
postcss-value-parser@^4.0.2:
32103222
version "4.2.0"
32113223
resolved "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
@@ -3604,8 +3616,16 @@ statuses@^1.3.1:
36043616
resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
36053617
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
36063618

3607-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
3608-
name string-width-cjs
3619+
"string-width-cjs@npm:string-width@^4.2.0":
3620+
version "4.2.3"
3621+
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3622+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3623+
dependencies:
3624+
emoji-regex "^8.0.0"
3625+
is-fullwidth-code-point "^3.0.0"
3626+
strip-ansi "^6.0.1"
3627+
3628+
string-width@^4.1.0, string-width@^4.2.0:
36093629
version "4.2.3"
36103630
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
36113631
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3637,7 +3657,14 @@ string_decoder@~1.1.1:
36373657
dependencies:
36383658
safe-buffer "~5.1.0"
36393659

3640-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3660+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3661+
version "6.0.1"
3662+
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3663+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3664+
dependencies:
3665+
ansi-regex "^5.0.1"
3666+
3667+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
36413668
version "6.0.1"
36423669
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
36433670
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4078,8 +4105,7 @@ workerpool@6.2.1:
40784105
resolved "https://registry.npmmirror.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
40794106
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
40804107

4081-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4082-
name wrap-ansi-cjs
4108+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
40834109
version "7.0.0"
40844110
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
40854111
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4097,6 +4123,15 @@ wrap-ansi@^6.2.0:
40974123
string-width "^4.1.0"
40984124
strip-ansi "^6.0.0"
40994125

4126+
wrap-ansi@^7.0.0:
4127+
version "7.0.0"
4128+
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4129+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4130+
dependencies:
4131+
ansi-styles "^4.0.0"
4132+
string-width "^4.1.0"
4133+
strip-ansi "^6.0.0"
4134+
41004135
wrap-ansi@^8.1.0:
41014136
version "8.1.0"
41024137
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)