Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Revert Chalk to version 4.1.2 #788

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Revert Chalk to version 4.1.2
jorenn92 committed Jan 23, 2024
commit e513340c1705122813c285bc8ac7f6a323aa3583
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
directory: "/"
schedule:
interval: weekly
time: '20:00'
time: "20:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "@heroicons/react"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,8 +46,8 @@
"@types/node": "^20.10.7",
"axios": "^1.6.5",
"bowser": "^2.11.0",
"chalk": "^5.3.0",
"cron": "3.1.3",
"chalk": "^4.1.2",
"cron": "^3.1.3",
"cron-validator": "^1.3.1",
"crypto": "^1.0.1",
"http-server": "^14.1.1",
@@ -113,8 +113,8 @@
"source-map-support": "^0.5.21",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
"tsconfig-paths": "^4.2.0",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
},
"jest": {
"moduleFileExtensions": [
@@ -169,4 +169,4 @@
"@semantic-release/github"
]
}
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -10410,7 +10410,7 @@ __metadata:
autoprefixer: "npm:10.4.17"
axios: "npm:^1.6.5"
bowser: "npm:^2.11.0"
chalk: "npm:^5.3.0"
chalk: "npm:^4.1.2"
clean-jsdoc-theme: "npm:^4.2.14"
cron: "npm:3.1.3"
cron-validator: "npm:^1.3.1"