diff --git a/package-lock.json b/package-lock.json index 7663b897..3015b7ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/source-map": "^0.5.7", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "babel-eslint": "^10.1.0", "babel-loader": "^9.1.3", "commitizen": "^4.3.0", @@ -3811,9 +3811,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 6c0eea11..f5c72ccd 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@types/source-map": "^0.5.7", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "babel-eslint": "^10.1.0", "babel-loader": "^9.1.3", "commitizen": "^4.3.0",