diff --git a/package-lock.json b/package-lock.json index 5c9ae09..0175f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "acorn": "^8.12.0", + "acorn": "^8.12.1", "eslint": "^9.5.0", "stylelint": "^16.3.0", "stylelint-config-sass-guidelines": "^11.1.0" @@ -342,9 +342,9 @@ } }, "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==", "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index a14acf4..92c633f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "https://github.com/npm/cli/blob/latest/package.json" ], "dependencies": { - "acorn": "^8.12.0", + "acorn": "^8.12.1", "eslint": "^9.5.0", "stylelint": "^16.3.0", "stylelint-config-sass-guidelines": "^11.1.0"