Skip to content

Commit 1b3d826

Browse files
committed
Resolve dependabot issues
1 parent a6ed11b commit 1b3d826

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ target
2020
.gradle
2121
build
2222

23-
api/openapi.yaml
23+
api/openapi.yaml
24+
node_modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
3-
"@stoplight/prism-cli": "5.6.0"
3+
"@stoplight/prism-cli": "5.6.0",
4+
"jsonpath-plus": "^10.3.0"
45
},
56
"resolutions": {
67
"@stoplight/json": "3.20.0",

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,21 @@
2222
resolved "https://registry.yarnpkg.com/@jsep-plugin/assignment/-/assignment-1.2.1.tgz#07277bdd7862451a865d391e2142efba33f46c9b"
2323
integrity sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA==
2424

25+
"@jsep-plugin/assignment@^1.3.0":
26+
version "1.3.0"
27+
resolved "https://registry.yarnpkg.com/@jsep-plugin/assignment/-/assignment-1.3.0.tgz#fcfc5417a04933f7ceee786e8ab498aa3ce2b242"
28+
integrity sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==
29+
2530
"@jsep-plugin/regex@^1.0.3":
2631
version "1.0.3"
2732
resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.3.tgz#3aeaa2e5fa45d89de116aeafbfa41c95935b7f6d"
2833
integrity sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==
2934

35+
"@jsep-plugin/regex@^1.0.4":
36+
version "1.0.4"
37+
resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.4.tgz#cb2fc423220fa71c609323b9ba7f7d344a755fcc"
38+
integrity sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==
39+
3040
"@stoplight/http-spec@^7.0.2", "@stoplight/http-spec@^7.0.3":
3141
version "7.1.0"
3242
resolved "https://registry.yarnpkg.com/@stoplight/http-spec/-/http-spec-7.1.0.tgz#516fec5f4b08cc93dadfb4969a6f9616165b0553"
@@ -721,6 +731,11 @@ jsep@^1.3.9:
721731
resolved "https://registry.yarnpkg.com/jsep/-/jsep-1.3.9.tgz#8ce42df80ee9c1b39e52d0dd062a465342f35440"
722732
integrity sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==
723733

734+
jsep@^1.4.0:
735+
version "1.4.0"
736+
resolved "https://registry.yarnpkg.com/jsep/-/jsep-1.4.0.tgz#19feccbfa51d8a79f72480b4b8e40ce2e17152f0"
737+
integrity sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==
738+
724739
json-parse-better-errors@^1.0.1:
725740
version "1.0.2"
726741
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
@@ -783,6 +798,15 @@ jsonpath-plus@^10.0.0, jsonpath-plus@^7.2.0:
783798
"@jsep-plugin/regex" "^1.0.3"
784799
jsep "^1.3.9"
785800

801+
jsonpath-plus@^10.3.0:
802+
version "10.3.0"
803+
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz#59e22e4fa2298c68dfcd70659bb47f0cad525238"
804+
integrity sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==
805+
dependencies:
806+
"@jsep-plugin/assignment" "^1.3.0"
807+
"@jsep-plugin/regex" "^1.0.4"
808+
jsep "^1.4.0"
809+
786810
787811
version "0.3.1"
788812
resolved "https://registry.yarnpkg.com/liquid-json/-/liquid-json-0.3.1.tgz#9155a18136d8a6b2615e5f16f9a2448ab6b50eea"

0 commit comments

Comments
 (0)