Skip to content

Commit

Permalink
tech story: Update packages to address dependabot security concerns (#63
Browse files Browse the repository at this point in the history
)

* remove package json

* update packages - will need to upgrade node to fully upgrade @typescript-eslint stuff??

* upgrade node to 18.18 + upgrade typescript/eslint dependencies

* update rest of packages that seem safe to update

* update node versions for yml files to match updated package.json? hmm
  • Loading branch information
coliu-akamai authored and jaalah committed Sep 18, 2024
1 parent fed2c24 commit 7cef356
Show file tree
Hide file tree
Showing 6 changed files with 1,078 additions and 18,375 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.14"
node-version: "18.18.0"
registry-url: https://registry.npmjs.org/

- run: yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js v18.14.0
- name: Use Node.js v18.18.0
uses: actions/setup-node@v3
with:
node-version: "18.14"
node-version: "18.18.0"

- uses: actions/cache@v3
with:
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
Loading

0 comments on commit 7cef356

Please sign in to comment.