Skip to content

Commit 28792a4

Browse files
authored
chore: update deps (#7156)
* chore: bump jsonpath to 1.3.0 * chore: update yarn.lock for 'flatted' (no version change) This came from running 'yarn install' anew. * chore: bump picomatch to 2.3.2 * chore: bump node-forge to 1.4.0
1 parent e278ae7 commit 28792a4

2 files changed

Lines changed: 13 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"immer": "^9.0.15",
183183
"intersection-observer": "^0.12.2",
184184
"jsonlint-mod": "^1.7.5",
185-
"jsonpath": "^1.2.1",
185+
"jsonpath": "^1.3.0",
186186
"jspdf": "4.2.1",
187187
"lodash": "^4.17.23",
188188
"luxon": "^3.2.1",

yarn.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5418,7 +5418,7 @@ flat@^5.0.2:
54185418
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
54195419
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
54205420

5421-
flatted@3.4.2, flatted@^3.1.0:
5421+
flatted@^3.1.0:
54225422
version "3.4.2"
54235423
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
54245424
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
@@ -7231,10 +7231,10 @@ jsonlint-mod@^1.7.5:
72317231
chalk "^2.4.2"
72327232
underscore "^1.9.1"
72337233

7234-
jsonpath@^1.2.1:
7235-
version "1.2.1"
7236-
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.2.1.tgz#2b74a4bcc78948e43e33ac971138ce0c68bce701"
7237-
integrity sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==
7234+
jsonpath@^1.3.0:
7235+
version "1.3.0"
7236+
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.3.0.tgz#623197970fb433845c68024bf9e2b864f5376ab2"
7237+
integrity sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w==
72387238
dependencies:
72397239
esprima "1.2.5"
72407240
static-eval "2.1.1"
@@ -8002,9 +8002,9 @@ node-fetch@2.6.7:
80028002
whatwg-url "^5.0.0"
80038003

80048004
node-forge@^1:
8005-
version "1.3.1"
8006-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
8007-
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
8005+
version "1.4.0"
8006+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.4.0.tgz#1c7b7d8bdc2d078739f58287d589d903a11b2fc2"
8007+
integrity sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==
80088008

80098009
node-gyp-build@~4.1.0:
80108010
version "4.1.1"
@@ -8408,15 +8408,10 @@ picocolors@^1.0.0:
84088408
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
84098409
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
84108410

8411-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
8412-
version "2.3.0"
8413-
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz"
8414-
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
8415-
8416-
picomatch@^2.3.1:
8417-
version "2.3.1"
8418-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
8419-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
8411+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
8412+
version "2.3.2"
8413+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601"
8414+
integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==
84208415

84218416
pify@^2.0.0, pify@^2.2.0:
84228417
version "2.3.0"

0 commit comments

Comments
 (0)