mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: bump ssh2 and @types/ssh2 in /site (#13710)
Bumps [ssh2](https://github.com/mscdex/ssh2) and [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2). These dependencies needed to be updated together. Updates `ssh2` from 1.14.0 to 1.15.0 - [Commits](https://github.com/mscdex/ssh2/compare/v1.14.0...v1.15.0) Updates `@types/ssh2` from 1.11.13 to 1.15.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2) --- updated-dependencies: - dependency-name: ssh2 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/ssh2" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -131,7 +131,7 @@
|
||||
"@types/react-virtualized-auto-sizer": "1.0.4",
|
||||
"@types/react-window": "1.8.8",
|
||||
"@types/semver": "7.5.0",
|
||||
"@types/ssh2": "1.11.13",
|
||||
"@types/ssh2": "1.15.0",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/uuid": "9.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "6.9.1",
|
||||
@@ -164,7 +164,7 @@
|
||||
"prettier": "3.1.0",
|
||||
"protobufjs": "7.2.5",
|
||||
"rxjs": "7.8.1",
|
||||
"ssh2": "1.14.0",
|
||||
"ssh2": "1.15.0",
|
||||
"storybook": "8.1.11",
|
||||
"storybook-addon-remix-react-router": "3.0.0",
|
||||
"storybook-react-context": "0.6.0",
|
||||
|
||||
Generated
+8
-8
@@ -309,8 +309,8 @@ devDependencies:
|
||||
specifier: 7.5.0
|
||||
version: 7.5.0
|
||||
'@types/ssh2':
|
||||
specifier: 1.11.13
|
||||
version: 1.11.13
|
||||
specifier: 1.15.0
|
||||
version: 1.15.0
|
||||
'@types/ua-parser-js':
|
||||
specifier: 0.7.36
|
||||
version: 0.7.36
|
||||
@@ -408,8 +408,8 @@ devDependencies:
|
||||
specifier: 7.8.1
|
||||
version: 7.8.1
|
||||
ssh2:
|
||||
specifier: 1.14.0
|
||||
version: 1.14.0
|
||||
specifier: 1.15.0
|
||||
version: 1.15.0
|
||||
storybook:
|
||||
specifier: 8.1.11
|
||||
version: 8.1.11(react-dom@18.3.1)(react@18.3.1)
|
||||
@@ -5837,8 +5837,8 @@ packages:
|
||||
'@types/node': 18.19.0
|
||||
dev: true
|
||||
|
||||
/@types/ssh2@1.11.13:
|
||||
resolution: {integrity: sha512-08WbG68HvQ2YVi74n2iSUnYHYpUdFc/s2IsI0BHBdJwaqYJpWlVv9elL0tYShTv60yr0ObdxJR5NrCRiGJ/0CQ==}
|
||||
/@types/ssh2@1.15.0:
|
||||
resolution: {integrity: sha512-YcT8jP5F8NzWeevWvcyrrLB3zcneVjzYY9ZDSMAMboI+2zR1qYWFhwsyOFVzT7Jorn67vqxC0FRiw8YyG9P1ww==}
|
||||
dependencies:
|
||||
'@types/node': 18.19.0
|
||||
dev: true
|
||||
@@ -12788,8 +12788,8 @@ packages:
|
||||
/sprintf-js@1.0.3:
|
||||
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
||||
|
||||
/ssh2@1.14.0:
|
||||
resolution: {integrity: sha512-AqzD1UCqit8tbOKoj6ztDDi1ffJZ2rV2SwlgrVVrHPkV5vWqGJOVp5pmtj18PunkPJAuKQsnInyKV+/Nb2bUnA==}
|
||||
/ssh2@1.15.0:
|
||||
resolution: {integrity: sha512-C0PHgX4h6lBxYx7hcXwu3QWdh4tg6tZZsTfXcdvc5caW/EMxaB4H9dWsl7qk+F7LAW762hp8VbXOX7x4xUYvEw==}
|
||||
engines: {node: '>=10.16.0'}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user