Skip to content

Commit

Permalink
Merge pull request #556 from wmde/dependabot/npm_and_yarn/typescript-…
Browse files Browse the repository at this point in the history
…5.7.2

Bump typescript from 5.6.3 to 5.7.2
  • Loading branch information
moiikana authored Jan 8, 2025
2 parents 04f24c0 + 74a9517 commit b6851a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vue-eslint-parser": "^9.4.3",
"vue-loader": "^17.4.2",
"webpack": "^5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion src/store/SubtleDataEncryptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class SubtleDataEncryptor implements DataEncryptor {
return bytes;
}

stringToArrayBuffer( data: string ): ArrayBuffer {
stringToArrayBuffer( data: string ): Uint8Array {
return new TextEncoder().encode( data );
}

Expand Down

0 comments on commit b6851a3

Please sign in to comment.