Skip to content

Commit

Permalink
npm audit fix (#1754)
Browse files Browse the repository at this point in the history
* npm audit fix

* Delete yarn.lock

* Update karma-webpack version

* Update node version to 18 (LTS)

---------

Co-authored-by: Paulo Margarido <64600052+paulomarg@users.noreply.github.com>
  • Loading branch information
nelsonwittwer and paulomarg committed Nov 29, 2023
1 parent 832e357 commit 5f275ad
Show file tree
Hide file tree
Showing 3 changed files with 1,457 additions and 3,056 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '18'
- name: Install Yarn Dependencies
run: yarn
- name: Run Yarn Tests
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-loader": "^8.0.6",
"babel-preset-shopify": "^21.0.0",
Expand All @@ -15,11 +14,11 @@
"karma-cli": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-clean-reporter": "^0.0.1",
"karma-webpack": "^4.0.2",
"mocha": "^8.1.3",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"sinon": "^9.0.3",
"sinon-chai": "^3.2.0",
"webpack": "^4.44.1"
"webpack": "^5.89.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start --browsers ChromeHeadless --single-run"
Expand Down

0 comments on commit 5f275ad

Please sign in to comment.