diff --git a/package-lock.json b/package-lock.json index 40d995f..3de049e 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.13.0", "eslint": "^9.5.0", "stylelint": "^16.10.0", "stylelint-config-sass-guidelines": "^12.0.0" @@ -438,9 +438,9 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", + "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index 44a8d3d..d785bd0 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.13.0", "eslint": "^9.5.0", "stylelint": "^16.10.0", "stylelint-config-sass-guidelines": "^12.0.0"