Skip to content

Commit 745be7b

Browse files
updated jsonpath-plus
1 parent 2146dbc commit 745be7b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-k8s-agent",
3-
"version": "1.3.20",
3+
"version": "1.3.21",
44
"private": true,
55
"scripts": {
66
"start": "node ./src/index.js",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,12 +1137,12 @@
11371137
resolved "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c"
11381138
integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==
11391139

1140-
"@jsep-plugin/assignment@^1.2.1":
1140+
"@jsep-plugin/assignment@^1.3.0":
11411141
version "1.3.0"
11421142
resolved "https://registry.yarnpkg.com/@jsep-plugin/assignment/-/assignment-1.3.0.tgz#fcfc5417a04933f7ceee786e8ab498aa3ce2b242"
11431143
integrity sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==
11441144

1145-
"@jsep-plugin/regex@^1.0.3":
1145+
"@jsep-plugin/regex@^1.0.4":
11461146
version "1.0.4"
11471147
resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.4.tgz#cb2fc423220fa71c609323b9ba7f7d344a755fcc"
11481148
integrity sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==
@@ -4767,7 +4767,7 @@ jsdom@^16.6.0:
47674767
ws "^7.4.6"
47684768
xml-name-validator "^3.0.0"
47694769

4770-
jsep@^1.3.9:
4770+
jsep@^1.4.0:
47714771
version "1.4.0"
47724772
resolved "https://registry.yarnpkg.com/jsep/-/jsep-1.4.0.tgz#19feccbfa51d8a79f72480b4b8e40ce2e17152f0"
47734773
integrity sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==
@@ -4834,13 +4834,13 @@ jsonfile@^4.0.0:
48344834
graceful-fs "^4.1.6"
48354835

48364836
jsonpath-plus@^10.0.0:
4837-
version "10.1.0"
4838-
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz#e8724c721ac60ff2db667066131b1a2c992ffcf0"
4839-
integrity sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==
4837+
version "10.2.0"
4838+
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz#84d680544d9868579cc7c8f59bbe153a5aad54c4"
4839+
integrity sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==
48404840
dependencies:
4841-
"@jsep-plugin/assignment" "^1.2.1"
4842-
"@jsep-plugin/regex" "^1.0.3"
4843-
jsep "^1.3.9"
4841+
"@jsep-plugin/assignment" "^1.3.0"
4842+
"@jsep-plugin/regex" "^1.0.4"
4843+
jsep "^1.4.0"
48444844

48454845
jsonschema@^1.4.1:
48464846
version "1.4.1"

0 commit comments

Comments
 (0)