Skip to content

Commit 7bf8513

Browse files
chore(deps): update all dependencies (#1051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fef9a76 commit 7bf8513

4 files changed

Lines changed: 191 additions & 171 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ executors:
5454

5555
node_20:
5656
docker:
57-
- image: cimg/node:20.19.0
57+
- image: cimg/node:20.19.1
5858
working_directory: *working_directory
5959

6060
node_22:
6161
docker:
62-
- image: cimg/node:22.14.0
62+
- image: cimg/node:22.15.0
6363
working_directory: *working_directory
6464

6565

.nvmrc

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@manypkg/cli": "0.23.0",
4040
"@preconstruct/cli": "2.8.12",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.14.1",
43-
"axios": "1.8.4",
42+
"@types/node": "22.15.3",
43+
"axios": "1.9.0",
4444
"babel-jest": "29.7.0",
4545
"clean-webpack-plugin": "4.0.0",
4646
"codecov": "3.8.3",
47-
"esbuild": "0.25.2",
47+
"esbuild": "0.25.3",
4848
"husky": "9.1.7",
4949
"ignore-loader": "0.1.2",
5050
"jest": "29.7.0",
@@ -62,7 +62,7 @@
6262
"tsc-files": "1.1.4",
6363
"typedoc": "0.28.3",
6464
"typescript": "5.8.3",
65-
"webpack": "5.99.6",
65+
"webpack": "5.99.7",
6666
"webpack-cli": "6.0.1",
6767
"webpack-node-externals": "3.0.0"
6868
}

0 commit comments

Comments
 (0)