summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-18 12:12:02 +0000
committerGitHub <noreply@github.com>2021-03-18 12:12:02 +0000
commite9c3bd83cc09bb29e082f02da0a6314ee519194c (patch)
tree664a9258c08f5a03363bca2424d9c197e8913e4a
parentd811ad125f803dbcd35792ed25e4ce3a484005f5 (diff)
Bump acorn from 8.0.4 to 8.1.0
Bumps [acorn](https://github.com/acornjs/acorn) from 8.0.4 to 8.1.0. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/8.0.4...8.1.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 08ba6ade..7daa0302 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5286,9 +5286,9 @@
"dev": true
},
"acorn": {
- "version": "8.0.4",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.4.tgz",
- "integrity": "sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==",
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.0.tgz",
+ "integrity": "sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==",
"dev": true
},
"acorn-globals": {
diff --git a/package.json b/package.json
index e7059cb7..ecb7449c 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"@nextcloud/eslint-config": "^2.1.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@vue/test-utils": "^1.1.3",
- "acorn": "^8.0.4",
+ "acorn": "^8.1.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.0.6",