diff --git a/package-lock.json b/package-lock.json index 4a5fc11..34aafd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.02.10", + "version": "2024.02.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.02.10", + "version": "2024.02.14", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", @@ -35,7 +35,7 @@ "astro-eslint-parser": "^1.0.3", "eslint": "^9.19.0", "eslint-plugin-astro": "^1.2.4", - "globals": "^15.9.0", + "globals": "^15.15.0", "prettier": "^3.5.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", @@ -4398,9 +4398,9 @@ } }, "node_modules/globals": { - "version": "15.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", - "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index fb1b274..75a8242 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "astro-eslint-parser": "^1.0.3", "eslint": "^9.19.0", "eslint-plugin-astro": "^1.2.4", - "globals": "^15.9.0", + "globals": "^15.15.0", "prettier": "^3.5.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6",