Skip to content

Commit

Permalink
fix(deps): update dependency json-stable-stringify to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and legobeat committed Jan 18, 2024
1 parent 6f7dfab commit 7d28e79
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
25 changes: 15 additions & 10 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 packages/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"concat-stream": "1.6.2",
"convert-source-map": "2.0.0",
"duplexify": "4.1.2",
"json-stable-stringify": "1.0.2",
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.1.1",
"pify": "4.0.1",
"readable-stream": "3.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:ses": "diff -q ../../node_modules/ses/dist/lockdown.umd.js ./lib/lockdown.umd.js"
},
"dependencies": {
"json-stable-stringify": "1.0.2",
"json-stable-stringify": "1.1.1",
"lavamoat-tofu": "^7.1.0",
"merge-deep": "3.0.3",
"type-fest": "4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lavapack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"combine-source-map": "0.8.0",
"convert-source-map": "2.0.0",
"espree": "9.6.1",
"json-stable-stringify": "1.0.2",
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.1.1",
"readable-stream": "3.6.2",
"through2": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lavamoat/aa": "^4.0.1",
"bindings": "1.5.0",
"htmlescape": "1.1.1",
"json-stable-stringify": "1.0.2",
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.1.1",
"lavamoat-tofu": "^7.1.0",
"node-gyp-build": "4.6.1",
Expand Down

0 comments on commit 7d28e79

Please sign in to comment.