Skip to content

Commit

Permalink
fix(deps): update dependency @secretlint/core to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2023
1 parent 4bee052 commit 52aec1c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 28 deletions.
49 changes: 32 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@codemirror/lint": "^6.1.0",
"@secretlint/core": "^5.3.0",
"@secretlint/core": "^6.0.2",
"@secretlint/secretlint-rule-preset-recommend": "^5.3.0",
"codemirror": "^6.0.1"
},
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -786,20 +786,20 @@
chrome-trace-event "^1.0.2"
nullthrows "^1.1.1"

"@secretlint/core@^5.3.0":
version "5.3.0"
resolved "https://registry.npmjs.org/@secretlint/core/-/core-5.3.0.tgz"
integrity sha512-j37r5SEUFmNCp+VIYade6PHFQLBwvu7NKg3neyzK6VNZlC3PGiDvWVZaeMmQF4MtlTemztrypJPn460m8FTGXQ==
"@secretlint/core@^6.0.2":
version "6.0.2"
resolved "https://registry.npmjs.org/@secretlint/core/-/core-6.0.2.tgz"
integrity sha512-w1AG1/O+LLPsX67T82Umq3kvHmx1BMZE13jXieeAM7sqQB8bZa54Ri+CfcEkVLbV9C6Wk8UzQf/2CvrEhLP7Eg==
dependencies:
"@secretlint/profiler" "^5.3.0"
"@secretlint/types" "^5.3.0"
"@secretlint/profiler" "^6.0.2"
"@secretlint/types" "^6.0.2"
debug "^4.3.4"
structured-source "^3.0.2"

"@secretlint/profiler@^5.3.0":
version "5.3.0"
resolved "https://registry.npmjs.org/@secretlint/profiler/-/profiler-5.3.0.tgz"
integrity sha512-iCNr7z/VofSclFgGjQVee8GfNT3F+GSipijF2m55w8p0UQ671fyIfDRNo9xRhvRAv5vuZ+OXOM/qS7wEnA87Uw==
"@secretlint/profiler@^6.0.2":
version "6.0.2"
resolved "https://registry.npmjs.org/@secretlint/profiler/-/profiler-6.0.2.tgz"
integrity sha512-xfjYeGb0rac0eEO0KFturnlDl+auqU+VmASKypn3W6Cl/aVJCtfgznKDUCYZVJq3vs8A66IxPopqDX7r2YE3Gg==

"@secretlint/secretlint-rule-aws@^5.3.0":
version "5.3.0"
Expand Down Expand Up @@ -893,6 +893,11 @@
resolved "https://registry.npmjs.org/@secretlint/types/-/types-5.3.0.tgz"
integrity sha512-IYugNzn0xUc95d1u+41AO9GBDVF/crGEC98oCZhqEFC56NzvZCA8m1ciYF+Mv2MmTExYphKBnuqgA9Z7L/WmgQ==

"@secretlint/types@^6.0.2":
version "6.0.2"
resolved "https://registry.npmjs.org/@secretlint/types/-/types-6.0.2.tgz"
integrity sha512-Cl6qAWoKbGlhV0TylhIi+zbRoay9hOvG6cg1hzZfAh9sC4LMtPBcbnGvYutM6LgB2VoRSTtCHZtIBOZHm9OxWw==

"@swc/helpers@^0.4.12":
version "0.4.14"
resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz"
Expand Down

0 comments on commit 52aec1c

Please sign in to comment.