Skip to content

Commit 4aa6492

Browse files
committed
Update jsonpath-plus dependency.
1 parent d635236 commit 4aa6492

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-vuex",
3-
"version": "5.13.1",
3+
"version": "5.13.2",
44
"description": "Access restructured JSONAPI data from a Vuex Store.",
55
"author": "Matthew Richardson <[email protected]>",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"src/"
1717
],
1818
"dependencies": {
19-
"jsonpath-plus": "^7.2.0",
19+
"jsonpath-plus": "^10.0.0",
2020
"lodash": "^4.17.21"
2121
},
2222
"devDependencies": {

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,16 @@
429429
dependencies:
430430
lodash "^4.17.21"
431431

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+
432442
"@nicolo-ribaudo/[email protected]":
433443
version "5.1.1-v1"
434444
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:
19671977
strip-json-comments "^3.1.0"
19681978
underscore "~1.13.2"
19691979

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+
19701985
jsesc@^2.5.1:
19711986
version "2.5.2"
19721987
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
@@ -2002,10 +2017,14 @@ jsonc-parser@^3.2.0:
20022017
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
20032018
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
20042019

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"
20092028

20102029
just-extend@^4.0.2:
20112030
version "4.2.1"

0 commit comments

Comments
 (0)