Skip to content

Commit

Permalink
build(deps): bump pontx-spec-diff from 0.3.83 to 0.4.11
Browse files Browse the repository at this point in the history
Bumps pontx-spec-diff from 0.3.83 to 0.4.11.

---
updated-dependencies:
- dependency-name: pontx-spec-diff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent c01aa94 commit ab87f17
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"pontx-manager": "0.3.83-beta.0",
"pontx-meta-fetch-plugin": "0.3.83",
"pontx-spec": "0.3.83",
"pontx-spec-diff": "0.3.83",
"pontx-spec-diff": "0.4.11",
"qs": "^6.9.4",
"querystring": "0.2.1",
"styled-components": "^6.1.1",
Expand Down
55 changes: 45 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2874,6 +2874,11 @@ oas-spec-ts@^0.3.83:
resolved "https://registry.npmmirror.com/oas-spec-ts/-/oas-spec-ts-0.3.83.tgz#62411728ed72881021beefd5dd53a2a00de81ac6"
integrity sha512-P2Eftz3DcngFqDgAZhNTNqcJaCcIHjSsmnghXvyamJfDCgUUyzb6zdNP1kfDDzEWn2596Df4Mcwv3hYtIkPnNQ==

oas-spec-ts@^0.4.9:
version "0.4.9"
resolved "https://registry.yarnpkg.com/oas-spec-ts/-/oas-spec-ts-0.4.9.tgz#b9f67a11916aedc1b8866d6a88c5e60d5b6626a5"
integrity sha512-i4PS+wFItZgcCAkLOZSXzWLA6CyFarkUI9mKCsX+GDGmpMaGzb8Bjzn4ygt8gxDEvYfvIO0puWfMFkEzeo+brg==

object-assign@^4.0.1:
version "4.1.1"
resolved "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
Expand Down Expand Up @@ -3192,12 +3197,12 @@ pontx-sdk-plugin-core@^0.3.83:
pontx-generate "^0.3.83"
pontx-spec "^0.3.83"

pontx-spec-diff@0.3.83:
version "0.3.83"
resolved "https://registry.npmmirror.com/pontx-spec-diff/-/pontx-spec-diff-0.3.83.tgz#86b5daa6e0acfe7315f33a64aeb73fac03cc1c7b"
integrity sha512-WQNwgro95srN3SwaJ51ljlnY9dpjhCpMWyDc5Ct1meVzGBNqvFeywJghm+rqlqyAvYa5zCDnfrpeU16EW0kbgQ==
pontx-spec-diff@0.4.11:
version "0.4.11"
resolved "https://registry.yarnpkg.com/pontx-spec-diff/-/pontx-spec-diff-0.4.11.tgz#242e692de7be1b92e3605db7c364ba910c007235"
integrity sha512-gr8mIoYe7Wp3YfdeNzxhROGh+d4XJ7YGej+CkYK/2nzTgYPfO9HCzWOfefSiQYe1w8gDlZJaQrS0UV7eY/96DQ==
dependencies:
pontx-spec "^0.3.83"
pontx-spec "^0.4.11"

pontx-spec@0.3.83, pontx-spec@^0.3.83:
version "0.3.83"
Expand All @@ -3206,6 +3211,13 @@ pontx-spec@0.3.83, pontx-spec@^0.3.83:
dependencies:
oas-spec-ts "^0.3.83"

pontx-spec@^0.4.11:
version "0.4.11"
resolved "https://registry.yarnpkg.com/pontx-spec/-/pontx-spec-0.4.11.tgz#205865eaf73ce8002c1a712c08b2dcdca8832b22"
integrity sha512-HTaEOlf/4UAIZ+xXBvHJ16zT/VxZAjqrggjc1HrfjgfGOnwCxFqG+ZSooE0TLEnGuVX7pKzwL12UTUtg0SU/HA==
dependencies:
oas-spec-ts "^0.4.9"

postcss-value-parser@^4.0.2:
version "4.2.0"
resolved "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
Expand Down Expand Up @@ -3604,8 +3616,16 @@ statuses@^1.3.1:
resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
name string-width-cjs
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0, string-width@^4.2.0:
version "4.2.3"
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -3637,7 +3657,14 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -4078,8 +4105,7 @@ workerpool@6.2.1:
resolved "https://registry.npmmirror.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
name wrap-ansi-cjs
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -4097,6 +4123,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit ab87f17

Please sign in to comment.