Skip to content

Commit

Permalink
E551
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-icd committed Feb 9, 2023
1 parent 769be1a commit e248297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_vm2/vm-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vm-server",
"main": "index.js",
"dependencies": {
"vm2": "^3.9.11"
"vm2": "^3.9.14"
},
"scripts": {
"test": "eslint ."
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ def test_freeze_object(self):
result = eval("Object.freeze({foo: {}})")
self.assertEqual(result, {"foo": {}})

main()

0 comments on commit e248297

Please sign in to comment.