|
429 | 429 | dependencies:
|
430 | 430 | lodash "^4.17.21"
|
431 | 431 |
|
| 432 | +"@jsep-plugin/assignment@^1.2.1": |
| 433 | + version "1.2.1" |
| 434 | + resolved "https://registry.yarnpkg.com/@jsep-plugin/assignment/-/assignment-1.2.1.tgz#07277bdd7862451a865d391e2142efba33f46c9b" |
| 435 | + integrity sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA== |
| 436 | + |
| 437 | +"@jsep-plugin/regex@^1.0.3": |
| 438 | + version "1.0.3" |
| 439 | + resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.3.tgz#3aeaa2e5fa45d89de116aeafbfa41c95935b7f6d" |
| 440 | + integrity sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug== |
| 441 | + |
432 | 442 | "@nicolo-ribaudo/[email protected]":
|
433 | 443 | version "5.1.1-v1"
|
434 | 444 | resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
|
@@ -1967,6 +1977,11 @@ jsdoc@^4.0.2:
|
1967 | 1977 | strip-json-comments "^3.1.0"
|
1968 | 1978 | underscore "~1.13.2"
|
1969 | 1979 |
|
| 1980 | +jsep@^1.3.9: |
| 1981 | + version "1.3.9" |
| 1982 | + resolved "https://registry.yarnpkg.com/jsep/-/jsep-1.3.9.tgz#8ce42df80ee9c1b39e52d0dd062a465342f35440" |
| 1983 | + integrity sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw== |
| 1984 | + |
1970 | 1985 | jsesc@^2.5.1:
|
1971 | 1986 | version "2.5.2"
|
1972 | 1987 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
@@ -2002,10 +2017,14 @@ jsonc-parser@^3.2.0:
|
2002 | 2017 | resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
2003 | 2018 | integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
2004 | 2019 |
|
2005 |
| -jsonpath-plus@^7.2.0: |
2006 |
| - version "7.2.0" |
2007 |
| - resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz#7ad94e147b3ed42f7939c315d2b9ce490c5a3899" |
2008 |
| - integrity sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA== |
| 2020 | +jsonpath-plus@^10.0.0: |
| 2021 | + version "10.0.0" |
| 2022 | + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.0.tgz#7a747d47e20a27867dbbc80b57fd554788b91474" |
| 2023 | + integrity sha512-v7j76HGp/ibKlXYeZ7UrfCLSNDaBWuJMA0GaMjA4sZJtCtY89qgPyToDDcl2zdeHh4B5q/B3g2pQdW76fOg/dA== |
| 2024 | + dependencies: |
| 2025 | + "@jsep-plugin/assignment" "^1.2.1" |
| 2026 | + "@jsep-plugin/regex" "^1.0.3" |
| 2027 | + jsep "^1.3.9" |
2009 | 2028 |
|
2010 | 2029 | just-extend@^4.0.2:
|
2011 | 2030 | version "4.2.1"
|
|
0 commit comments