Skip to content

Commit 4272462

Browse files
chore(deps): update all non-major dev dependencies (#1966)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0a3856 commit 4272462

File tree

6 files changed

+612
-341
lines changed

6 files changed

+612
-341
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
"devDependencies": {
4040
"@types/chai": "4.3.5",
4141
"@types/mocha": "10.0.1",
42-
"@types/node": "16.18.38",
42+
"@types/node": "16.18.44",
4343
"chai": "4.3.7",
4444
"typescript": "5.1.6",
4545
"fs-extra": "11.1.1",
4646
"husky": "8.0.3",
47-
"lerna": "7.1.3",
48-
"lint-staged": "13.2.3",
47+
"lerna": "7.1.5",
48+
"lint-staged": "13.3.0",
4949
"mocha": "10.2.0",
5050
"npm-run-all": "4.1.5",
51-
"prettier": "3.0.0",
51+
"prettier": "3.0.2",
5252
"shx": "0.3.4",
5353
"cz-conventional-changelog": "3.3.0",
54-
"@commitlint/cli": "17.6.6",
55-
"@commitlint/config-conventional": "17.6.6",
54+
"@commitlint/cli": "17.7.1",
55+
"@commitlint/config-conventional": "17.7.0",
5656
"source-map-support": "0.5.21",
57-
"c8": "8.0.0"
57+
"c8": "8.0.1"
5858
}
5959
}

packages/chevrotain/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
"lodash-es": "4.17.21"
7676
},
7777
"devDependencies": {
78-
"@types/jsdom": "21.1.1",
79-
"@types/lodash-es": "4.17.7",
80-
"@types/sinon": "10.0.15",
78+
"@types/jsdom": "21.1.2",
79+
"@types/lodash-es": "4.17.8",
80+
"@types/sinon": "10.0.16",
8181
"@types/sinon-chai": "3.2.9",
8282
"error-stack-parser": "2.1.4",
83-
"esbuild": "0.18.11",
83+
"esbuild": "0.19.2",
8484
"gen-esm-wrapper": "1.1.3",
8585
"gitty": "3.7.2",
8686
"jsdom": "22.1.0",

packages/cst-dts-gen-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lodash-es": "4.17.21"
3131
},
3232
"devDependencies": {
33-
"@types/lodash-es": "4.17.7",
33+
"@types/lodash-es": "4.17.8",
3434
"glob": "10.3.3"
3535
}
3636
}

packages/cst-dts-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash-es": "4.17.21"
4242
},
4343
"devDependencies": {
44-
"@types/lodash-es": "4.17.7"
44+
"@types/lodash-es": "4.17.8"
4545
},
4646
"publishConfig": {
4747
"access": "public"

packages/gast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lodash-es": "4.17.21"
4444
},
4545
"devDependencies": {
46-
"@types/lodash-es": "4.17.7"
46+
"@types/lodash-es": "4.17.8"
4747
},
4848
"publishConfig": {
4949
"access": "public"

0 commit comments

Comments
 (0)