Merge pull request #2372 from nextcloud/dependabot/npm_and_yarn/acorn-8.0.4

Bump acorn from 8.0.3 to 8.0.4
This commit is contained in:
Julius Härtl
2020-10-07 16:06:40 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4182,9 +4182,9 @@
}
},
"acorn": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.3.tgz",
"integrity": "sha512-uRMbCU3bM1L697KISxvkd9TA2zASoGFDODzFFdQR4qNpPffj6ZMdp5J4ffXUXR9G0PVPsN0enEkCrvssCkoPsw==",
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.4.tgz",
"integrity": "sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==",
"dev": true
},
"acorn-globals": {

View File

@@ -76,7 +76,7 @@
"@nextcloud/eslint-plugin": "^1.5.0",
"@nextcloud/webpack-vue-config": "^1.4.1",
"@vue/test-utils": "^1.1.0",
"acorn": "^8.0.3",
"acorn": "^8.0.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",