Skip to content

Commit

Permalink
chore: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jan 28, 2025
1 parent 601ffd2 commit 97e62e4
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 36 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.19.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-prettier": "^5.2.1",
"glob": "^11.0.0",
"eslint-plugin-prettier": "^5.2.3",
"glob": "^11.0.1",
"husky": "^9.1.7",
"lerna": "^8.1.9",
"lint-staged": "^15.4.3",
"prettier": "^3.4.0"
"prettier": "^3.4.2"
},
"lint-staged": {
"*.js": "npm run lint:fix",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.1.0",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"dedent": "^1.5.3",
"each": "^2.7.2",
"minimatch": "^10.0.1",
"mixme": "^1.1.0",
"mixme": "^2.0.0",
"pad": "^3.3.0",
"plug-and-play": "^2.5.8",
"regexp-quote": "^0.0.0",
Expand All @@ -61,12 +61,12 @@
"ssh2-fs": "^1.3.3",
"stack-trace": "^0.0.10",
"tilde-expansion": "^0.0.0",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.6",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@nikitajs/network": "^1.0.0-alpha.9",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"diff": "^7.0.0",
"handlebars": "^4.7.8",
"ini": "^5.0.0",
"mixme": "^1.1.0",
"mixme": "^2.0.0",
"xmlbuilder": "^15.1.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@nikitajs/log": "^2.0.0-alpha.6",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/incus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"shell": "^0.12.0"
},
"devDependencies": {
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ipa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.6",
"coffeescript": "^2.7.0",
"mixme": "^1.1.0",
"mocha": "^10.8.2",
"mixme": "^2.0.0",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/krb5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ldap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"test:local": "mocha 'test/**/*.coffee'"
},
"dependencies": {
"mixme": "^1.1.0"
"mixme": "^2.0.0"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
],
"dependencies": {
"colors": "^1.4.0",
"mixme": "^1.1.0",
"mixme": "^2.0.0",
"pad": "^3.3.0"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nikita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@nikitajs/utils": "^1.0.0-alpha.9"
},
"devDependencies": {
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"should": "^13.2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.6",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.6",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@nikitajs/service": "^1.0.0-alpha.9",
"dayjs": "^1.11.13",
"dedent": "^1.5.3",
"jsesc": "^3.0.2",
"mixme": "^1.1.0"
"jsesc": "^3.1.0",
"mixme": "^2.0.0"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.6",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"dependencies": {
"dedent": "^1.5.3",
"each": "^2.7.2",
"mixme": "^1.1.0",
"mixme": "^2.0.0",
"regexp-quote": "^0.0.0",
"semver": "^7.6.3",
"ssh2-connect": "^4.1.1",
"ssh2-connect": "^4.2.0",
"tilde-expansion": "^0.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"mocha-they": "^0.1.11",
"should": "^13.2.3"
},
Expand Down

0 comments on commit 97e62e4

Please sign in to comment.