diff --git a/package-lock.json b/package-lock.json index e1f9872e..3710c4a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@playwright/test": "^1.48.2", "@types/escape-html": "^1.0.2", "@types/node": "^22.8.1", - "@types/prismjs": "^1.26.4", + "@types/prismjs": "^1.26.5", "eslint-plugin-astro": "^1.3.0", "fishery": "^2.2.2", "front-matter": "^4.0.2", @@ -4307,11 +4307,10 @@ "license": "MIT" }, "node_modules/@types/prismjs": { - "version": "1.26.4", - "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.4.tgz", - "integrity": "sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==", - "dev": true, - "license": "MIT" + "version": "1.26.5", + "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.5.tgz", + "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==", + "dev": true }, "node_modules/@types/sax": { "version": "1.2.7", diff --git a/package.json b/package.json index 8e86bb9d..41d59235 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@playwright/test": "^1.48.2", "@types/escape-html": "^1.0.2", "@types/node": "^22.8.1", - "@types/prismjs": "^1.26.4", + "@types/prismjs": "^1.26.5", "eslint-plugin-astro": "^1.3.0", "fishery": "^2.2.2", "front-matter": "^4.0.2",