Skip to content

Commit

Permalink
node/version - 7.0.0
Browse files Browse the repository at this point in the history
- fix: Node.js 18 compatibility (#551)
- deps: lavamoat-core@^12.3.0->^14.1.1
- deps: bump @babel packages to latest (#587)
- deps: bump json-stable-stringify, node-gyp-build, resolve, yargs (#556)
- deps: remove object.fromentries (#555)
- change: BREAKING: Minimum Node.js version 14 (#398)
- fix: Properly add scuttling functionality (#382, #391)
- change: update examples
  • Loading branch information
legobeat committed Jun 2, 2023
1 parent 05b3171 commit 5915a0d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/node/examples/eval-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"bad-idea-eval-server": "^1.0.0",
"lavamoat": "^1.0.5"
"lavamoat": "^7.0.0"
},
"scripts": {
"setup": "yarn install",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"express": "^4.17.3"
},
"devDependencies": {
"lavamoat": "^1.0.10",
"lavamoat": "^7.0.0",
"patch-package": "^6.2.1",
"postinstall-postinstall": "^2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/todo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"chalk": "^4.0.0",
"lavamoat": "^2.0.1",
"lavamoat": "^7.0.0",
"minimist": "^1.2.6",
"readline": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lavamoat": "src/cli.js",
"lavamoat-run-command": "src/run-command.js"
},
"version": "6.4.0",
"version": "7.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"browserify": "^17.0.0",
"lavamoat-browserify": "^15.5.0",
"lavamoat": "^6.4.0",
"lavamoat": "^7.0.0",
"readable-stream": "^3.6.0",
"@endo/compartment-mapper": "^0.8.4",
"ses": "^0.18.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"cheerio": "^0.22.0",
"lavamoat": "^6.4.0",
"lavamoat": "^7.0.0",
"lavamoat-tofu": "^6.0.2",
"node-fetch": "^2.6.9",
"p-limit": "^3.1.0"
Expand Down

0 comments on commit 5915a0d

Please sign in to comment.