Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"comment-json": "^4.5.1",
"fuse.js": "^7.1.0",
"source-map-support": "^0.5.21",
"vm2": "^3.11.3",
"vm2": "^3.11.5",
"vue": "^3.5.27"
}
}
8 changes: 4 additions & 4 deletions patches/vm2+3.11.2.patch → patches/vm2+3.11.5.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/vm2/lib/builtin.js b/node_modules/vm2/lib/builtin.js
index 5023503..e6f5108 100644
index cb29d5e..513aa49 100644
--- a/node_modules/vm2/lib/builtin.js
+++ b/node_modules/vm2/lib/builtin.js
@@ -109,7 +109,7 @@ const SPECIAL_MODULES = {
@@ -189,7 +189,7 @@ const SPECIAL_MODULES = {
events: {
init(vm) {
if (!cacheEventsScript) {
Expand All @@ -12,10 +12,10 @@ index 5023503..e6f5108 100644
} return module.exports;})`, {filename: 'events.js'});
}
diff --git a/node_modules/vm2/lib/nodevm.js b/node_modules/vm2/lib/nodevm.js
index 9666993..0730e45 100644
index ae4eaae..d48232a 100644
--- a/node_modules/vm2/lib/nodevm.js
+++ b/node_modules/vm2/lib/nodevm.js
@@ -317,8 +317,8 @@ class NodeVM extends VM {
@@ -347,8 +347,8 @@ class NodeVM extends VM {
objectDefineProperty(this, 'resolver', {__proto__: null, value: resolver, enumerable: true});

if (!cacheSandboxScript) {
Expand Down
Loading