Skip to content

Commit 63e28fb

Browse files
committed
Fix vuln
1 parent 9a9e98f commit 63e28fb

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"resolutions": {
9494
"cookie": "1.0.2",
9595
"esbuild": "0.25.2",
96+
"estree-util-value-to-estree": "3.3.3",
9697
"graphql": "16.10.0"
9798
},
9899
"lint-staged": {

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6058,14 +6058,7 @@ estree-util-to-js@^2.0.0:
60586058
astring "^1.8.0"
60596059
source-map "^0.7.0"
60606060

6061-
estree-util-value-to-estree@^1.3.0:
6062-
version "1.3.0"
6063-
resolved "https://registry.yarnpkg.com/estree-util-value-to-estree/-/estree-util-value-to-estree-1.3.0.tgz#1d3125594b4d6680f666644491e7ac1745a3df49"
6064-
integrity sha512-Y+ughcF9jSUJvncXwqRageavjrNPAI+1M/L3BI3PyLp1nmgYTGUXU6t5z1Y7OWuThoDdhPME07bQU+d5LxdJqw==
6065-
dependencies:
6066-
is-plain-obj "^3.0.0"
6067-
6068-
estree-util-value-to-estree@^3.0.1:
6061+
estree-util-value-to-estree@3.3.3, estree-util-value-to-estree@^1.3.0, estree-util-value-to-estree@^3.0.1:
60696062
version "3.3.3"
60706063
resolved "https://registry.yarnpkg.com/estree-util-value-to-estree/-/estree-util-value-to-estree-3.3.3.tgz#800b03a551b466dd77ed2c574b042a9992546cf2"
60716064
integrity sha512-Db+m1WSD4+mUO7UgMeKkAwdbfNWwIxLt48XF2oFU9emPfXkIu+k5/nlOj313v7wqtAPo0f9REhUvznFrPkG8CQ==
@@ -7426,11 +7419,6 @@ is-number@^7.0.0:
74267419
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
74277420
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
74287421

7429-
is-plain-obj@^3.0.0:
7430-
version "3.0.0"
7431-
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
7432-
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
7433-
74347422
is-plain-obj@^4.0.0:
74357423
version "4.1.0"
74367424
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"

0 commit comments

Comments
 (0)