Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 5375481 commit 93ea2ca
Show file tree
Hide file tree
Showing 5 changed files with 1,489 additions and 1,317 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.8.5.cjs
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,32 @@
"dependencies": {
"arraybuffer-to-buffer": "^0.0.7",
"better-module-alias": "^1.2.1",
"body-parser": "^1.20.1",
"canvas": "^2.11.0",
"body-parser": "^1.20.3",
"canvas": "^2.11.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"helmet": "^6.2.0",
"is-image-url": "^1.1.8",
"node-superfetch": "0.3.3",
"node-superfetch": "0.3.4",
"serve-favicon": "^2.5.0",
"xss-clean": "^0.1.1"
"xss-clean": "^0.1.4"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@sapphire/prettier-config": "1.4.5",
"@wildpeaks/eslint-config-commonjs": "15.6.0",
"@wildpeaks/prettier-config": "15.6.0",
"@wildpeaks/eslint-config-commonjs": "15.7.0",
"@wildpeaks/prettier-config": "15.7.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.13.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"nodemon": "2.0.20",
"prettier": "2.8.3",
"pretty-quick": "^3.1.3",
"lint-staged": "^13.3.0",
"nodemon": "2.0.22",
"prettier": "2.8.8",
"pretty-quick": "^3.3.1",
"standard-version": "^9.3.2"
},
"repository": {
Expand All @@ -64,7 +64,7 @@
"url": "https://github.com/NotKaskus/template/issues"
},
"engines": {
"node": ">=v16.19.0",
"node": ">=16.20.2",
"npm": ">=7.0.0"
},
"commitlint": {
Expand All @@ -83,5 +83,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.8.5"
}
Loading

0 comments on commit 93ea2ca

Please sign in to comment.