Skip to content

Commit

Permalink
fix: update deps to clean up yarn audit (#98)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bumped supported node version to >= 14

* fix: update deps to clean up yarn audit

* test: fix import

* build: uuaw semver

* build: update standard deps

* build: uuaw http-cache-semantics

* build: update typedoc

* ci: drop unsupported Node.js versions

---------

Co-authored-by: David Sanders <[email protected]>
  • Loading branch information
MarshallOfSound and dsanders11 authored Aug 24, 2023
1 parent c318107 commit 566fe2e
Show file tree
Hide file tree
Showing 4 changed files with 2,566 additions and 3,480 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ workflows:
- 18.14.0
- 16.19.0
- 14.19.0
- 12.22.12
- 10.24.1
- cfa/release:
requires:
- test
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
},
"license": "MIT",
"engines": {
"node": ">= 10.0.0"
"node": ">= 14.0.0"
},
"dependencies": {
"cross-spawn-windows-exe": "^1.1.0"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@continuous-auth/semantic-release-npm": "^3.0.0",
"got": "^11.8.0",
"mocha": "^8.2.1",
"standard": "^16.0.3",
"mocha": "^10.1.0",
"standard": "^17.1.0",
"temp": "^0.9.4",
"ts-standard": "^10.0.0",
"tsd": "^0.14.0",
"typedoc": "^0.20.0-beta.27",
"ts-standard": "^12.0.2",
"tsd": "^0.25.0",
"typedoc": "^0.24.8",
"typescript": "^4.1.2"
},
"tsd": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expectError } from 'tsd'
import * as rcedit from '..'
import rcedit from '..'

await rcedit('foo.exe', {})
await rcedit('foo.exe', { 'version-string': { CompanyName: 'FooCorp' }, 'requested-execution-level': 'requireAdministrator' })
Expand Down
Loading

0 comments on commit 566fe2e

Please sign in to comment.