diff --git a/package-lock.json b/package-lock.json index ba4ce0a9e..83de4f992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6114,9 +6114,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": { diff --git a/package.json b/package.json index 150732a6e..f24dea0c7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@nextcloud/webpack-vue-config": "^4.0.3", "@relative-ci/agent": "^1.5.0", "@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",