Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
build(deps): run audit
Browse files Browse the repository at this point in the history
run yarn audit on dependencies:
- set minimist to resolve to minimum version
- set os-locale to resolve to minimum version
- update all dependencies
- regenerate lockfile

gh-53
  • Loading branch information
blake-newman committed Mar 30, 2020
1 parent 7f6dc42 commit 6b49cfa
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 932 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@

# Note: This file was automatically generated from the @attest/generate-codeowners tool, any edits will be overwritten

# Global codeowners (fallback)
* blake.newman@askattest.com


32 changes: 18 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,32 @@
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "2.1.1",
"@octokit/core": "^2.4.2",
"@octokit/core": "^2.4.3",
"@octokit/rest": "^16.43.1"
},
"devDependencies": {
"@attest/babel-preset-env-node": "^1.0.0",
"@attest/babel-preset-jest": "^1.0.0",
"@attest/babel-preset-typescript": "^2.0.0",
"@attest/config-jest": "^0.3.32",
"@attest/babel-preset-env-node": "^1.0.2",
"@attest/babel-preset-jest": "^1.0.2",
"@attest/babel-preset-typescript": "^2.0.1",
"@attest/config-jest": "^0.3.36",
"@attest/config-npm-package-json-lint": "^0.2.7",
"@attest/config-prettier": "^0.3.1",
"@attest/config-rollup-typescript": "^0.1.56",
"@attest/config-prettier": "^0.3.2",
"@attest/config-rollup-typescript": "^1.0.0",
"@attest/config-typescript": "^1.0.6",
"@attest/conventional-changelog": "^1.0.4",
"@attest/eslint-config": "^0.2.5",
"@attest/conventional-changelog": "^1.0.8",
"@attest/eslint-config": "^0.2.8",
"@attest/eslint-config-node": "^0.1.0",
"@attest/eslint-config-typescript": "^0.1.18",
"@attest/generate-codeowners": "^0.1.17",
"@attest/standard-commits": "^0.1.50",
"@attest/eslint-config-typescript": "^0.1.21",
"@attest/generate-codeowners": "^0.1.22",
"@attest/standard-commits": "^0.1.51",
"@babel/core": "^7.9.0",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"lint-staged": "^10.0.10",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.3",
Expand All @@ -85,6 +85,10 @@
"engines": {
"node": ">=12.13 <13"
},
"resolutions": {
"minimist": "^1.2.5",
"**/os-locale": "^3.1.0"
},
"contributors": [
"Blake Newman <blake.newman@askattest.com> (https://askattest.com)"
]
Expand Down
Loading

0 comments on commit 6b49cfa

Please sign in to comment.