Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Dec 14, 2023
1 parent a5f4305 commit 182d833
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"test": "mocha"
},
"dependencies": {
"@node-red/util": "^2.0.6",
"compare-versions": "^3.6.0",
"@node-red/util": "^3.1.3",
"compare-versions": "^6.1.0",
"dot-prop": "^6.0.1",
"got": "^11.8.2",
"multiple-select": "^1.5.2",
"got": "^11.8.6",
"multiple-select": "^1.7.0",
"set-interval-async": "^2.0.3",
"ws": "^8.11.0"
"ws": "^8.15.1"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt": "^1.6.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"taze": "^0.13.0"
Expand All @@ -83,4 +83,4 @@
"engines": {
"node": ">=14"
}
}
}
67 changes: 34 additions & 33 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion taze.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "taze";

export default defineConfig({
mode: "major",
mode: "minor",
recursive: true,

// fetch latest package info from registry without cache
Expand Down

0 comments on commit 182d833

Please sign in to comment.