Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 26, 2023
1 parent 59e030a commit a0dd7b2
Show file tree
Hide file tree
Showing 8 changed files with 582 additions and 630 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ignorePatterns:
- tests/deno
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: 2019
ecmaVersion: latest
project:
- tsconfig.json
sourceType: module
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ thoroughly review the code.
All rights reserved.
https://cdn.jsdelivr.net/npm/@hapi/[email protected]/LICENSE.md
@aws-sdk/util-base64
@smithy/util-base64
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
https://cdn.jsdelivr.net/npm/@aws-sdk/util-base64@3.310.0/LICENSE
https://cdn.jsdelivr.net/npm/@smithy/util-base64@2.0.0/LICENSE
```

## Sponsors
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,35 +43,35 @@
"test:node": "NODE_OPTIONS='--loader tsx' node--test tests/node/index.test.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.7.0",
"@aws-sdk/util-base64": "^3.310.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@arethetypeswrong/cli": "^0.8.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@release-it/conventional-changelog": "^7.0.0",
"@types/node": "^20.4.2",
"@smithy/util-base64": "^2.0.0",
"@types/node": "^20.5.6",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"bun-types": "^0.6.14",
"eslint": "^8.45.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"bun-types": "^0.8.1",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-security": "^1.7.1",
"lefthook": "^1.4.5",
"prettier": "^3.0.0",
"lefthook": "^1.4.9",
"prettier": "^3.0.2",
"prettier-plugin-packagejson": "^2.4.5",
"publint": "^0.1.16",
"release-it": "^16.1.2",
"publint": "^0.2.2",
"release-it": "^16.1.5",
"replace": "^1.2.2",
"test": "^3.3.0",
"tsup": "^7.1.0",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"packageManager": "[email protected].8"
"packageManager": "[email protected].12"
}

0 comments on commit a0dd7b2

Please sign in to comment.