Skip to content

Commit b296577

Browse files
authored
fix: bump @stoplight/ordered-object-literal (#46)
1 parent 0be5773 commit b296577

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test.watch": "yarn test --watch"
3939
},
4040
"dependencies": {
41-
"@stoplight/ordered-object-literal": "^1.0.0",
41+
"@stoplight/ordered-object-literal": "^1.0.1",
4242
"@stoplight/types": "^11.4.0",
4343
"jsonc-parser": "~2.2.0",
4444
"lodash": "^4.17.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -783,10 +783,10 @@
783783
lodash "^4.17.4"
784784
read-pkg-up "^7.0.0"
785785

786-
"@stoplight/ordered-object-literal@^1.0.0":
787-
version "1.0.0"
788-
resolved "https://registry.yarnpkg.com/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.0.tgz#c47523924a5ff573d00a46e231e0060060fdbc6d"
789-
integrity sha512-nnyPqCeWUqBY2hmeF9psftty35anYytP5Gz1iI7qL/hiSb+hkFAV6k6FuLYZZShaQdmHAPsanG3f6rvhA8sOzg==
786+
"@stoplight/ordered-object-literal@^1.0.1":
787+
version "1.0.1"
788+
resolved "https://registry.yarnpkg.com/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.1.tgz#01ece81ba5dda199ca3dc5ec7464691efa5d5b76"
789+
integrity sha512-kDcBIKwzAXZTkgzaiPXH2I0JXavBkOb3jFzYNFS5cBuvZS3s/K+knpk2wLVt0n8XrnRQsSffzN6XG9HqUhfq6Q==
790790

791791
"@stoplight/scripts@^7.0.4":
792792
version "7.0.4"

0 commit comments

Comments
 (0)