Skip to content

Commit

Permalink
Bump snowflake-sdk and @types/snowflake-sdk in /e2e (#1395)
Browse files Browse the repository at this point in the history
Bumps [snowflake-sdk](https://github.com/snowflakedb/snowflake-connector-nodejs) and [@types/snowflake-sdk](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/snowflake-sdk). These dependencies needed to be updated together.

Updates `snowflake-sdk` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/snowflakedb/snowflake-connector-nodejs/releases)
- [Commits](snowflakedb/snowflake-connector-nodejs@v1.9.1...v1.9.2)

Updates `@types/snowflake-sdk` from 1.6.18 to 1.6.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/snowflake-sdk)

---
updated-dependencies:
- dependency-name: snowflake-sdk
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/snowflake-sdk"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent d6b6f92 commit 4cb4238
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 12 deletions.
147 changes: 137 additions & 10 deletions e2e/package-lock.json

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

4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"@google-cloud/bigquery": "^7.3.0",
"@types/glob": "^8.1.0",
"@types/pg": "^8.10.9",
"@types/snowflake-sdk": "^1.6.18",
"@types/snowflake-sdk": "^1.6.20",
"@types/vscode": "^1.85.0",
"@vscode/test-electron": "^2.3.8",
"dbt-language-server-common": "file:../common",
"hamjest": "^4.1.0",
"mocha": "^10.2.0",
"path-equal": "^1.2.5",
"pg": "^8.11.3",
"snowflake-sdk": "^1.9.1"
"snowflake-sdk": "^1.9.2"
}
}

0 comments on commit 4cb4238

Please sign in to comment.