summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-09-29 13:41:18 +0200
committerGitHub <noreply@github.com>2019-09-29 13:41:18 +0200
commit93e5cc4177e384a25902ad0cdf2cac3ee199de8d (patch)
tree41b98c5b9e0aa11e616fb464a733ef29eacdaefb
parentd76a419f056e8fe5579f346f99f7a052b420e8ca (diff)
parentacaf8a0cfa94eb308c82c62e57f4752028742a29 (diff)
Merge pull request #766 from nextcloud/dependabot/npm_and_yarn/acorn-7.1.0
Bump acorn from 7.0.0 to 7.1.0
-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 d2e7000d..cc7210aa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1944,9 +1944,9 @@
"dev": true
},
"acorn": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.0.0.tgz",
- "integrity": "sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
+ "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
"dev": true
},
"acorn-globals": {
diff --git a/package.json b/package.json
index 98e86109..6350ed11 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@vue/test-utils": "^1.0.0-beta.29",
- "acorn": "^7.0.0",
+ "acorn": "^7.1.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",