Merge pull request #3107 from nextcloud/dependabot/npm_and_yarn/master/acorn-8.3.0

Bump acorn from 8.2.4 to 8.3.0
This commit is contained in:
Julius Härtl
2021-06-07 08:45:28 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5522,9 +5522,9 @@
}
},
"acorn": {
"version": "8.2.4",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz",
"integrity": "sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==",
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.3.0.tgz",
"integrity": "sha512-tqPKHZ5CaBJw0Xmy0ZZvLs1qTV+BNFSyvn77ASXkpBNfIRk8ev26fKrD9iLGwGA9zedPao52GSHzq8lyZG0NUw==",
"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.4",
"acorn": "^8.3.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",