Bump acorn from 8.2.2 to 8.2.4

Bumps [acorn](https://github.com/acornjs/acorn) from 8.2.2 to 8.2.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/8.2.2...8.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-08 01:04:38 +00:00
committed by GitHub
parent 470fb552a4
commit cca7c932ce
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6114,9 +6114,9 @@
} }
}, },
"acorn": { "acorn": {
"version": "8.2.2", "version": "8.2.4",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.2.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz",
"integrity": "sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==", "integrity": "sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==",
"dev": true "dev": true
}, },
"acorn-globals": { "acorn-globals": {

View File

@@ -79,7 +79,7 @@
"@nextcloud/webpack-vue-config": "^4.0.3", "@nextcloud/webpack-vue-config": "^4.0.3",
"@relative-ci/agent": "^1.5.0", "@relative-ci/agent": "^1.5.0",
"@vue/test-utils": "^1.2.0", "@vue/test-utils": "^1.2.0",
"acorn": "^8.2.2", "acorn": "^8.2.4",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3", "babel-jest": "^26.6.3",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",