Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 25, 2024
1 parent 3100473 commit 5ee758a
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 254 deletions.
96 changes: 68 additions & 28 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Loads environment variables from a .env file",
"main": "lib/main.js",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.14.3",
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.ts'",
Expand All @@ -29,18 +29,18 @@
"license": "AGPL-3.0",
"dependencies": {
"@actions/core": "1.10.1",
"dotenv": "16.3.1"
"dotenv": "16.4.1"
},
"devDependencies": {
"@rotki/eslint-config": "1.1.2",
"@types/node": "20.9.2",
"@types/node": "20.11.6",
"@vercel/ncc": "0.38.1",
"bumpp": "9.2.0",
"eslint": "8.54.0",
"bumpp": "9.3.0",
"eslint": "8.56.0",
"eslint-plugin-github": "4.10.1",
"js-yaml": "4.1.0",
"prettier": "3.1.0",
"typescript": "5.2.2",
"prettier": "3.2.4",
"typescript": "5.3.3",
"vitest": "1.2.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 5ee758a

Please sign in to comment.