Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2024
1 parent 17c74d4 commit 0c7168a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
18.20.2
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name = "pypi"
[packages]
cairosvg = "==2.7.1"
importlib_metadata = "==6.6.0"
mkdocs = "~=1.5.3"
mkdocs-material = "~=9.5.17"
mkdocs = "==1.5.3"
mkdocs-material = "==9.5.23"
mkdocs-awesome-pages-plugin = "==2.9.2"
mkdocs-macros-plugin = "==1.0.4"
mkdocs-redirects = "==1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions runtime/native/node18/x86_64/isolated-vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"test": "node test.js"
},
"dependencies": {
"prebuild-install": "^7.1.1"
"prebuild-install": "7.1.2"
},
"devDependencies": {
"isolated-vm": ".",
"prebuild": "^12.1.0"
"prebuild": "12.1.0"
},
"binary": {
"module_path": "out"
Expand Down

0 comments on commit 0c7168a

Please sign in to comment.