Merge pull request #3057 from nextcloud/dependabot/npm_and_yarn/master/acorn-8.2.4

Bump acorn from 8.2.2 to 8.2.4
This commit is contained in:
Julius Härtl
2021-05-10 07:32:19 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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