diff --git a/package-lock.json b/package-lock.json index 3de049e..6b30048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "acorn": "^8.13.0", + "acorn": "^8.14.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.13.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", - "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index d785bd0..2d99340 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "https://github.com/npm/cli/blob/latest/package.json" ], "dependencies": { - "acorn": "^8.13.0", + "acorn": "^8.14.0", "eslint": "^9.5.0", "stylelint": "^16.10.0", "stylelint-config-sass-guidelines": "^12.0.0"