diff --git a/package-lock.json b/package-lock.json index c9fa0c49..22a10370 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/webpack": "^5.28.5", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "babel-loader": "^9.1.3", "babel-runtime": "^6.26.0", "commitizen": "^4.3.0", @@ -5622,9 +5622,9 @@ "dev": true }, "node_modules/acorn": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz", - "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "dev": true, "bin": { "acorn": "bin/acorn" diff --git a/package.json b/package.json index 1ca28490..02b18044 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@types/webpack": "^5.28.5", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "babel-loader": "^9.1.3", "babel-runtime": "^6.26.0", "commitizen": "^4.3.0",