Skip to content

Commit 1b64417

Browse files
Bump acorn from 8.14.1 to 8.15.0 (#145)
Bumps [acorn](https://github.com/acornjs/acorn) from 8.14.1 to 8.15.0. - [Commits](acornjs/acorn@8.14.1...8.15.0) --- updated-dependencies: - dependency-name: acorn dependency-version: 8.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 409ca7c commit 1b64417

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"private": true,
2121
"dependencies": {
2222
"@types/estree": "^1.0.6",
23-
"acorn": "^8.14.1",
23+
"acorn": "^8.15.0",
2424
"acorn-walk": "^8.3.4",
2525
"js-base64": "^3.7.7"
2626
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,10 +1617,10 @@ acorn-walk@^8.3.4:
16171617
dependencies:
16181618
acorn "^8.11.0"
16191619

1620-
acorn@^8.11.0, acorn@^8.14.1, acorn@^8.9.0:
1621-
version "8.14.1"
1622-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
1623-
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
1620+
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.9.0:
1621+
version "8.15.0"
1622+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1623+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
16241624

16251625
ajv@^6.12.4:
16261626
version "6.12.6"

0 commit comments

Comments
 (0)