Skip to content

Commit e478fa9

Browse files
committed
chore: bump acorn to 8.14.1
1 parent 4f1d930 commit e478fa9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mongodb-constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/mocha": "^9.0.0",
5555
"@types/semver": "^7.7.0",
5656
"@types/sinon-chai": "^3.2.5",
57-
"acorn": "^8.8.0",
57+
"acorn": "^8.14.1",
5858
"chai": "^4.5.0",
5959
"depcheck": "^1.4.7",
6060
"eslint": "^7.25.0",

packages/mongodb-log-writer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/mocha": "^9.0.0",
7878
"@types/semver": "^7.7.0",
7979
"@types/sinon-chai": "^3.2.5",
80-
"acorn": "^8.8.0",
80+
"acorn": "^8.14.1",
8181
"chai": "^4.5.0",
8282
"depcheck": "^1.4.7",
8383
"eslint": "^7.25.0",

packages/shell-bson-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"reformat": "npm run prettier -- --write ."
4646
},
4747
"dependencies": {
48-
"acorn": "^8.1.0"
48+
"acorn": "^8.14.1"
4949
},
5050
"peerDependencies": {
5151
"bson": "^4.6.3 || ^5 || ^6"

0 commit comments

Comments
 (0)