Skip to content

Commit 6518f8f

Browse files
deps: update
1 parent e3ff6d3 commit 6518f8f

8 files changed

Lines changed: 3052 additions & 3675 deletions

File tree

extensions/cli-ext-root-auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"license": "MIT",
99
"gitHead": "a667a9fae1ba7945f8ca4a9f5e115254feb94831",
1010
"dependencies": {
11-
"@aws-sdk/credential-provider-node": "3.212.0",
12-
"@azure/identity": "^3.1.0",
11+
"@aws-sdk/credential-provider-node": "3.325.0",
12+
"@azure/identity": "^3.1.4",
1313
"@hyperone/cli-core": "link:../../packages/cli-core",
1414
"@hyperone/cli-framework": "link:../../packages/cli-framework",
15-
"aws4": "^1.11.0",
16-
"google-auth-library": "^8.7.0"
15+
"aws4": "^1.12.0",
16+
"google-auth-library": "^8.8.0"
1717
},
1818
"publishConfig": {
1919
"access": "public",

extensions/cli-ext-root-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@hyperone/cli-core": "link:../../packages/cli-core",
1111
"@hyperone/cli-framework": "link:../../packages/cli-framework",
12-
"semver": "^7.3.8"
12+
"semver": "^7.5.0"
1313
},
1414
"gitHead": "4e1b348977b45dd7741aff12b2b692cc1a16e74d",
1515
"publishConfig": {

extensions/cli-ext-storage-bucket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"author": "Frederico Silva",
88
"license": "MIT",
99
"dependencies": {
10-
"@aws-sdk/client-s3": "^3.272.0",
11-
"@aws-sdk/lib-storage": "^3.272.0",
10+
"@aws-sdk/client-s3": "^3.325.0",
11+
"@aws-sdk/lib-storage": "^3.325.0",
1212
"@hyperone/cli-core": "link:../../packages/cli-core",
1313
"@hyperone/cli-framework": "link:../../packages/cli-framework",
1414
"progress": "^2.0.3"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"packages/*"
1818
],
1919
"devDependencies": {
20-
"@babel/core": "^7.20.12",
21-
"@babel/eslint-parser": "^7.19.1",
20+
"@babel/core": "^7.21.8",
21+
"@babel/eslint-parser": "^7.21.8",
2222
"@babel/plugin-syntax-import-assertions": "^7.20.0",
2323
"@hyperone/eslint-config": "^3.0.0",
24-
"eslint": "^8.34.0",
24+
"eslint": "^8.39.0",
2525
"eslint-plugin-jasmine": "^4.1.3",
26-
"lerna": "^5.1.4"
26+
"lerna": "^6.6.1"
2727
},
2828
"publishConfig": {
2929
"registry": "https://registry.npmjs.org"

packages/cli-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"main": "index.js",
66
"type": "module",
77
"dependencies": {
8-
"@apidevtools/json-schema-ref-parser": "^9.0.9",
8+
"@apidevtools/json-schema-ref-parser": "^10.1.0",
99
"@hyperone/cli-framework": "link:../cli-framework",
1010
"camel-case": "^4.1.2",
1111
"command-line-args": "^5.2.1",
12-
"command-line-usage": "^6.1.3",
12+
"command-line-usage": "^7.0.1",
1313
"jmespath": "^0.16.0",
1414
"js-yaml": "^4.1.0",
1515
"json-schema-merge-allof": "^0.8.1",
16-
"jsonwebtoken": "^8.5.1",
16+
"jsonwebtoken": "^9.0.0",
1717
"tabula": "^1.10.0",
1818
"untildify": "^4.0.0"
1919
},

packages/cli-device-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@hyperone/cli-ext-storage-vault": "link:../../extensions/cli-ext-storage-vault",
3030
"@hyperone/cli-ext-website-instance": "link:../../extensions/cli-ext-website-instance",
3131
"@hyperone/cli-framework": "link:../cli-framework",
32-
"inquirer": "^9.1.4",
32+
"inquirer": "^9.2.0",
3333
"sha512crypt-node": "^1.0.2",
3434
"shlex": "^2.1.2",
3535
"untildify": "^4.0.0"
@@ -59,9 +59,9 @@
5959
"gitHead": "4e1b348977b45dd7741aff12b2b692cc1a16e74d",
6060
"devDependencies": {
6161
"ava": "^5.2.0",
62-
"esbuild": "^0.17.8",
62+
"esbuild": "^0.17.18",
6363
"markdown-table": "^3.0.3",
6464
"node-pty": "^0.10.1",
65-
"pkg": "^5.8.0"
65+
"pkg": "^5.8.1"
6666
}
6767
}

packages/cli-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"dependencies": {
1414
"command-line-args": "^5.2.1",
15-
"command-line-usage": "^6.1.3",
15+
"command-line-usage": "^7.0.1",
1616
"meant": "^2.0.1"
1717
},
1818
"publishConfig": {

0 commit comments

Comments
 (0)