Skip to content

Commit

Permalink
chore: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 19, 2024
1 parent 03d9880 commit c108418
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"ajv-keywords": "^5.1.0",
"chalk": "^5.3.0",
"dedent": "^1.5.1",
"each": "^2.6.0",
"each": "^2.7.0",
"minimatch": "^9.0.3",
"mixme": "^1.1.0",
"pad": "^3.2.0",
"plug-and-play": "^2.5.6",
"plug-and-play": "^2.5.8",
"regexp-quote": "^0.0.0",
"self-templated": "^0.2.3",
"semver": "^7.5.4",
"semver": "^7.6.0",
"ssh2-connect": "^3.4.2",
"ssh2-exec": "^0.7.6",
"ssh2-fs": "^1.1.2",
Expand All @@ -84,12 +84,12 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@nikitajs/incus-runner": "^1.0.0-alpha.1",
"coffeescript": "^2.7.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -50,7 +50,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -51,7 +51,7 @@
"devDependencies": {
"@nikitajs/network": "^1.0.0-alpha.4",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@
}
],
"dependencies": {
"cson": "^8.2.0",
"cson": "^8.4.0",
"dedent": "^1.5.1",
"diff": "^5.1.0",
"diff": "^5.2.0",
"handlebars": "^4.7.8",
"ini": "^4.1.1",
"ini": "^4.1.2",
"mixme": "^1.1.0",
"xmlbuilder": "^15.1.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@nikitajs/log": "^2.0.0-alpha.1",
"coffeescript": "^2.7.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-coffee": "^0.1.15",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -59,7 +59,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nikitajs/incus-runner": "^1.0.0-alpha.1",
"coffeescript": "^2.7.0",
"mixme": "^1.1.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -47,7 +47,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -49,7 +49,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-coffee": "^0.1.15",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -44,7 +44,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"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 @@ -52,7 +52,7 @@
"@nikitajs/tools": "^1.0.0-alpha.4"
},
"devDependencies": {
"mocha": "^10.2.0",
"mocha": "^10.3.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 @@ -48,7 +48,7 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.1",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"dependencies": {
"@nikitajs/file": "^1.0.0-alpha.4",
"dedent": "^1.5.1",
"diff": "^5.1.0"
"diff": "^5.2.0"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.1",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.1",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down

0 comments on commit c108418

Please sign in to comment.