diff --git a/package-lock.json b/package-lock.json index 1bb2f41..fcc3176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.12", "axios": "^1.7.2", "express": "^4.19.2", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "js-yaml": "^4.1.0", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", @@ -2254,9 +2254,9 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index b55bc39..b944500 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@tailwindcss/typography": "^0.5.12", "axios": "^1.7.2", "express": "^4.19.2", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "js-yaml": "^4.1.0", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0",