Skip to content

Commit

Permalink
chore: update yarn/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Sep 18, 2024
1 parent 486db50 commit 7db1987
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 410 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

448 changes: 224 additions & 224 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.5.0.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 @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"@sendgrid/helpers": "^8.0.0",
"@sendgrid/mail": "^8.1.3",
"convict": "^6.2.4",
"debug": "^4.3.6",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"handlebars": "^4.7.8",
"timed-cache": "^2.0.0",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@tsconfig/node22": "^22.0.0",
"@types/assert": "^1.5.10",
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/node": "^22.3.0",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/sdks": "^3.2.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.45.0",
"eslint-config-xo-typescript": "^4.0.0",
Expand All @@ -49,9 +49,9 @@
"eslint-plugin-escompat": "^3.11.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-no-secrets": "^1.0.2",
Expand All @@ -65,13 +65,13 @@
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^54.0.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "22.6.0"
"node": "22.9.0"
}
}
Loading

0 comments on commit 7db1987

Please sign in to comment.