Skip to content

Commit

Permalink
build: update deps to clean up yarn audit (#483)
Browse files Browse the repository at this point in the history
* build: uuaw semver

* build: update ava

* build: uuaw minimatch

* build: uuaw ini

* build: uuaw lodash

* build: uuaw hosted-git-info

* build: uuaw resolve

* ci: update config
  • Loading branch information
dsanders11 authored Sep 26, 2023
1 parent eb7e661 commit 073930d
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 2,245 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
cfa: continuousauth/[email protected]
node: electronjs/node@1.2.0
node: electronjs/node@1.4.1

jobs:
test:
Expand Down Expand Up @@ -80,8 +80,6 @@ workflows:
- 18.14.0
- 16.19.0
- 14.19.0
- 12.22.12
# - 10.24.1
- cfa/release:
requires:
- test
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,16 @@
"@types/temp": "^0.8.34",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"ava": "^2.4.0",
"ava": "^5.1.1",
"eslint": "^8.49.0",
"eslint-plugin-ava": "^7.1.0",
"eslint-plugin-ava": "^14.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"engines": {
"node": ">=8.0.0"
},
"ava": {
"compileEnhancements": false,
"extensions": [
"ts"
],
Expand Down
Loading

0 comments on commit 073930d

Please sign in to comment.