Skip to content

Commit ad4dfd4

Browse files
fix(deps): update all dependencies
1 parent bda4b7f commit ad4dfd4

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- 20
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
2626
node-version: ${{ matrix.node }}
2727

@@ -32,4 +32,4 @@ jobs:
3232
run: npm start validate
3333

3434
- name: Check test coverage
35-
uses: codecov/codecov-action@v3
35+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js LTS
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121
with:
2222
node-version: lts/*
2323

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
22.14.0

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"dependencies": {
4242
"@messageformat/core": "^3.2.0",
4343
"@prettier/eslint": "npm:prettier-eslint@^16.1.0",
44-
"arrify": "^2.0.1",
44+
"arrify": "^3.0.0",
4545
"boolify": "^1.0.1",
4646
"camelcase-keys": "^9.1.0",
47-
"chalk": "^4.1.2",
47+
"chalk": "^5.0.0",
4848
"common-tags": "^1.8.2",
4949
"core-js": "^3.33.0",
50-
"eslint": "^8.51.0",
51-
"find-up": "^5.0.0",
52-
"get-stdin": "^8.0.0",
53-
"glob": "^10.3.10",
54-
"ignore": "^5.2.4",
55-
"indent-string": "^4.0.0",
50+
"eslint": "^9.0.0",
51+
"find-up": "^7.0.0",
52+
"get-stdin": "^9.0.0",
53+
"glob": "^11.0.0",
54+
"ignore": "^7.0.0",
55+
"indent-string": "^5.0.0",
5656
"lodash.memoize": "^4.1.2",
5757
"loglevel-colored-level-prefix": "^1.0.0",
5858
"rxjs": "^7.8.1",
@@ -63,22 +63,22 @@
6363
"@babel/core": "^7.23.2",
6464
"@babel/node": "^7.22.19",
6565
"@babel/preset-env": "^7.23.2",
66-
"@changesets/changelog-github": "^0.4.8",
66+
"@changesets/changelog-github": "^0.5.0",
6767
"@changesets/cli": "^2.26.2",
6868
"all-contributors-cli": "^6.26.1",
6969
"clean-pkg-json": "^1.2.0",
70-
"eslint-config-kentcdodds": "^20.5.0",
71-
"eslint-plugin-node-dependencies": "^0.11.0",
70+
"eslint-config-kentcdodds": "^21.0.0",
71+
"eslint-plugin-node-dependencies": "^0.12.0",
7272
"jest": "^29.7.0",
73-
"lint-staged": "^14.0.1",
73+
"lint-staged": "^15.0.0",
7474
"nps": "^5.10.0",
7575
"nps-utils": "^1.7.0",
7676
"patch-package": "^8.0.0",
77-
"pify": "^5.0.0",
78-
"rimraf": "^5.0.5",
77+
"pify": "^6.0.0",
78+
"rimraf": "^6.0.0",
7979
"simple-git-hooks": "^2.9.0",
80-
"spawn-command": "0.0.2-1",
81-
"strip-indent": "^3.0.0"
80+
"spawn-command": "1.0.0",
81+
"strip-indent": "^4.0.0"
8282
},
8383
"lint-staged": {
8484
"*.+(js|json|md|yml)": "node ./dist/index --write"

0 commit comments

Comments
 (0)