Skip to content

Commit e432ce9

Browse files
authored
Merge branch 'main' into jsjoeio/fix-audit-check
2 parents c75eef7 + 7f0c4d7 commit e432ce9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"vfile-message": "^2.0.2",
7676
"tar": "^6.1.9",
7777
"path-parse": "^1.0.7",
78-
"vm2": "^3.9.6",
78+
"vm2": "^3.9.11",
7979
"follow-redirects": "^1.14.8",
8080
"node-fetch": "^2.6.7",
8181
"nanoid": "^3.1.31",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3424,10 +3424,10 @@ vfile@^2.0.0:
34243424
unist-util-stringify-position "^1.0.0"
34253425
vfile-message "^1.0.0"
34263426

3427-
vm2@^3.9.3, vm2@^3.9.6:
3428-
version "3.9.7"
3429-
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.7.tgz#bb87aa677c97c61e23a6cb6547e44e990517a6f6"
3430-
integrity sha512-g/GZ7V0Mlmch3eDVOATvAXr1GsJNg6kQ5PjvYy3HbJMCRn5slNbo/u73Uy7r5yUej1cRa3ZjtoVwcWSQuQ/fow==
3427+
vm2@^3.9.11, vm2@^3.9.3:
3428+
version "3.9.11"
3429+
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.11.tgz#a880f510a606481719ec3f9803b940c5805a06fe"
3430+
integrity sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg==
34313431
dependencies:
34323432
acorn "^8.7.0"
34333433
acorn-walk "^8.2.0"

0 commit comments

Comments
 (0)