Skip to content

Commit fb36064

Browse files
committed
chore: update vm2 resolution
1 parent 8e064bb commit fb36064

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"vfile-message": "^2.0.2",
7979
"tar": "^6.1.9",
8080
"path-parse": "^1.0.7",
81-
"vm2": "^3.9.4",
81+
"vm2": "^3.9.6",
8282
"follow-redirects": "^1.14.8",
8383
"node-fetch": "^2.6.7",
8484
"nanoid": "^3.1.31"

yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -603,11 +603,21 @@ acorn-jsx@^5.3.1:
603603
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
604604
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
605605

606+
acorn-walk@^8.2.0:
607+
version "8.2.0"
608+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
609+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
610+
606611
acorn@^7.4.0:
607612
version "7.4.1"
608613
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
609614
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
610615

616+
acorn@^8.7.0:
617+
version "8.7.0"
618+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
619+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
620+
611621
agent-base@6, agent-base@^6.0.0, agent-base@^6.0.2:
612622
version "6.0.2"
613623
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -4529,10 +4539,13 @@ vfile@^4.0.0:
45294539
unist-util-stringify-position "^2.0.0"
45304540
vfile-message "^2.0.0"
45314541

4532-
vm2@^3.9.3, vm2@^3.9.4:
4533-
version "3.9.5"
4534-
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.5.tgz#5288044860b4bbace443101fcd3bddb2a0aa2496"
4535-
integrity sha512-LuCAHZN75H9tdrAiLFf030oW7nJV5xwNMuk1ymOZwopmuK3d2H4L1Kv4+GFHgarKiLfXXLFU+7LDABHnwOkWng==
4542+
vm2@^3.9.3, vm2@^3.9.6:
4543+
version "3.9.7"
4544+
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.7.tgz#bb87aa677c97c61e23a6cb6547e44e990517a6f6"
4545+
integrity sha512-g/GZ7V0Mlmch3eDVOATvAXr1GsJNg6kQ5PjvYy3HbJMCRn5slNbo/u73Uy7r5yUej1cRa3ZjtoVwcWSQuQ/fow==
4546+
dependencies:
4547+
acorn "^8.7.0"
4548+
acorn-walk "^8.2.0"
45364549

45374550
webidl-conversions@^3.0.0:
45384551
version "3.0.1"

0 commit comments

Comments
 (0)