Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 151e204

Browse files
authored
fix(deps): update @stoplight/json (#222)
1 parent 9e227ca commit 151e204

File tree

3 files changed

+19
-41
lines changed

3 files changed

+19
-41
lines changed

.circleci/config.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,6 @@ jobs:
4545
command: |
4646
./cc-test-reporter after-build --coverage-input-type lcov --exit-code $?
4747
48-
test_node_dubnium:
49-
docker:
50-
- image: circleci/node:dubnium
51-
steps:
52-
- checkout
53-
- install_and_test
54-
55-
test_node_carbon:
56-
docker:
57-
- image: circleci/node:carbon
58-
steps:
59-
- checkout
60-
- install_and_test
61-
6248
test_node_latest:
6349
docker:
6450
- image: circleci/node:latest
@@ -68,7 +54,7 @@ jobs:
6854

6955
release:
7056
docker:
71-
- image: circleci/node:dubnium
57+
- image: circleci/node:lts
7258
steps:
7359
- checkout
7460
- run: yarn
@@ -80,15 +66,11 @@ workflows:
8066
test_and_release:
8167
jobs:
8268
- test_node_lts
83-
- test_node_carbon
84-
- test_node_dubnium
8569
- test_node_latest
8670
- release:
8771
filters:
8872
branches:
8973
only: master
9074
requires:
9175
- test_node_lts
92-
- test_node_carbon
93-
- test_node_dubnium
9476
- test_node_latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test.watch": "yarn test --watch"
4545
},
4646
"dependencies": {
47-
"@stoplight/json": "^3.17.0",
47+
"@stoplight/json": "^3.21.0",
4848
"@stoplight/path": "^1.3.2",
4949
"@stoplight/types": "^12.3.0 || ^13.0.0",
5050
"@types/urijs": "^1.19.19",

yarn.lock

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -778,21 +778,22 @@
778778
lodash "^4.17.4"
779779
read-pkg-up "^6.0.0"
780780

781-
"@stoplight/json@^3.17.0":
782-
version "3.17.0"
783-
resolved "https://registry.yarnpkg.com/@stoplight/json/-/json-3.17.0.tgz#9d864b63b9c6398c7cecae1340225b15953cac74"
784-
integrity sha512-WW0z2bb0D4t8FTl+zNTCu46J8lEOsrUhBPgwEYQ3Ri2Y0MiRE4U1/9ZV8Ki+pIJznZgY9i42bbFwOBxyZn5/6w==
785-
dependencies:
786-
"@stoplight/ordered-object-literal" "^1.0.2"
787-
"@stoplight/types" "^12.3.0"
781+
"@stoplight/json@^3.21.0":
782+
version "3.21.0"
783+
resolved "https://registry.yarnpkg.com/@stoplight/json/-/json-3.21.0.tgz#c0dff9c478f3365d7946cb6e34c17cc2fa84250b"
784+
integrity sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==
785+
dependencies:
786+
"@stoplight/ordered-object-literal" "^1.0.3"
787+
"@stoplight/path" "^1.3.2"
788+
"@stoplight/types" "^13.6.0"
788789
jsonc-parser "~2.2.1"
789790
lodash "^4.17.21"
790791
safe-stable-stringify "^1.1"
791792

792-
"@stoplight/ordered-object-literal@^1.0.2":
793-
version "1.0.2"
794-
resolved "https://registry.yarnpkg.com/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.2.tgz#2a88a5ebc8b68b54837ac9a9ae7b779cdd862062"
795-
integrity sha512-0ZMS/9sNU3kVo/6RF3eAv7MK9DY8WLjiVJB/tVyfF2lhr2R4kqh534jZ0PlrFB9CRXrdndzn1DbX6ihKZXft2w==
793+
"@stoplight/ordered-object-literal@^1.0.3":
794+
version "1.0.4"
795+
resolved "https://registry.yarnpkg.com/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.4.tgz#c8bb2698ab229f31e31a16dd1852c867c1f2f2ed"
796+
integrity sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==
796797

797798
"@stoplight/path@^1.3.2":
798799
version "1.3.2"
@@ -826,10 +827,10 @@
826827
tslib "1.9.3"
827828
typedoc "0.14.2"
828829

829-
"@stoplight/types@^12.3.0", "@stoplight/types@^12.3.0 || ^13.0.0":
830-
version "12.5.0"
831-
resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-12.5.0.tgz#ebbeeb8c874de30e4cd9a1a2a6c8d6062c155da0"
832-
integrity sha512-dwqYcDrGmEyUv5TWrDam5TGOxU72ufyQ7hnOIIDdmW5ezOwZaBFoR5XQ9AsH49w7wgvOqB2Bmo799pJPWnpCbg==
830+
"@stoplight/types@^12.3.0 || ^13.0.0", "@stoplight/types@^13.6.0":
831+
version "13.15.0"
832+
resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-13.15.0.tgz#d2db6820d92e5085193d03c3057d15c40a70e34f"
833+
integrity sha512-pBLjVRrWGVd+KzTbL3qrmufSKIEp0UfziDBdt/nrTHPKrlrtVwaHdrrQMcpM23yJDU1Wcg4cHvhIuGtKCT5OmA==
833834
dependencies:
834835
"@types/json-schema" "^7.0.4"
835836
utility-types "^3.10.0"
@@ -932,12 +933,7 @@
932933
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
933934
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
934935

935-
"@types/lodash@^4.14.110":
936-
version "4.14.168"
937-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
938-
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
939-
940-
"@types/lodash@^4.14.178":
936+
"@types/lodash@^4.14.110", "@types/lodash@^4.14.178":
941937
version "4.14.178"
942938
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.178.tgz#341f6d2247db528d4a13ddbb374bcdc80406f4f8"
943939
integrity sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==

0 commit comments

Comments
 (0)