Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 23, 2023
1 parent 88bf27c commit 344d0c8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,34 +48,34 @@
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@japa/assert": "^2.0.0-1",
"@japa/expect-type": "^2.0.0-0",
"@japa/runner": "^3.0.0-3",
"@swc/core": "^1.3.71",
"@swc/core": "^1.3.78",
"@types/bcrypt": "^5.0.0",
"@types/node": "^20.4.5",
"argon2": "^0.30.3",
"bcrypt": "^5.1.0",
"@types/node": "^20.5.3",
"argon2": "^0.31.0",
"bcrypt": "^5.1.1",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.45.0",
"eslint": "^8.47.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.0",
"prettier": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@phc/format": "^1.0.0",
"@poppinss/utils": "^6.5.0-3"
"@poppinss/utils": "^6.5.0-5"
},
"peerDependencies": {
"argon2": "^0.30.3",
"bcrypt": "^5.1.0"
"argon2": "^0.31.0",
"bcrypt": "^5.1.1"
},
"peerDependenciesMeta": {
"argon2": {
Expand Down

0 comments on commit 344d0c8

Please sign in to comment.