Skip to content

Commit 4cf9941

Browse files
committed
chore(deps): update all non-major dependencies
1 parent cab22e8 commit 4cf9941

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Cancel Previous Runs
25-
uses: styfle/[email protected].0
25+
uses: styfle/[email protected].1
2626
with:
2727
access_token: ${{ github.token }}
2828
- uses: actions/checkout@v3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"conventional-changelog-cli": "2.2.2",
7676
"eslint": "8.56.0",
7777
"gh-pages": "4.0.0",
78-
"lint-staged": "15.2.0",
78+
"lint-staged": "15.2.1",
7979
"lodash.range": "3.2.0",
8080
"microseconds": "0.2.0",
8181
"mkdirp": "1.0.4",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2582,26 +2582,26 @@ lines-and-columns@^1.1.6:
25822582
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
25832583
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
25842584

2585-
2586-
version "15.2.0"
2587-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.0.tgz#3111534ca58096a3c8f70b044b6e7fe21b36f859"
2588-
integrity sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==
2585+
2586+
version "15.2.1"
2587+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.1.tgz#25beb6e587f54245b20163f5efede073f12c4d1b"
2588+
integrity sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==
25892589
dependencies:
25902590
chalk "5.3.0"
25912591
commander "11.1.0"
25922592
debug "4.3.4"
25932593
execa "8.0.1"
25942594
lilconfig "3.0.0"
2595-
listr2 "8.0.0"
2595+
listr2 "8.0.1"
25962596
micromatch "4.0.5"
25972597
pidtree "0.6.0"
25982598
string-argv "0.3.2"
25992599
yaml "2.3.4"
26002600

2601-
2602-
version "8.0.0"
2603-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.0.0.tgz#aa7c230995f8ce378585f7c96c0c6d1cefa4700d"
2604-
integrity sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==
2601+
2602+
version "8.0.1"
2603+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.0.1.tgz#4d3f50ae6cec3c62bdf0e94f5c2c9edebd4b9c34"
2604+
integrity sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==
26052605
dependencies:
26062606
cli-truncate "^4.0.0"
26072607
colorette "^2.0.20"

0 commit comments

Comments
 (0)