Skip to content

Commit 13d4f32

Browse files
Bump acorn-walk from 8.3.2 to 8.3.3 (#1888)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2aababe commit 13d4f32

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@11ty/eleventy": "2.0.1",
2929
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
3030
"acorn": "8.12.0",
31-
"acorn-walk": "8.3.2",
31+
"acorn-walk": "8.3.3",
3232
"chalk": "4.1.2",
3333
"chokidar-cli": "3.0.0",
3434
"eleventy-xml-plugin": "0.1.0",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,12 +1090,14 @@ acorn-jsx@^5.3.2:
10901090
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
10911091
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
10921092

1093-
acorn-walk@8.3.2, acorn-walk@^8.0.2:
1094-
version "8.3.2"
1095-
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
1096-
integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
1093+
acorn-walk@8.3.3, acorn-walk@^8.0.2:
1094+
version "8.3.3"
1095+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.3.tgz#9caeac29eefaa0c41e3d4c65137de4d6f34df43e"
1096+
integrity sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==
1097+
dependencies:
1098+
acorn "^8.11.0"
10971099

1098-
acorn@8.12.0, acorn@^8.1.0, acorn@^8.8.1, acorn@^8.8.2, acorn@^8.9.0:
1100+
acorn@8.12.0, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.8.1, acorn@^8.8.2, acorn@^8.9.0:
10991101
version "8.12.0"
11001102
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
11011103
integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==

0 commit comments

Comments
 (0)