diff --git a/package-lock.json b/package-lock.json index 2682dea..9d782fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.28.2", "@fontsource/ibm-plex-sans": "^5.1.0", "astro": "^4.15.10", - "hast-util-select": "^6.0.2", + "hast-util-select": "^6.0.3", "hastscript": "^9.0.0", "sharp": "^0.33.5", "starlight-links-validator": "^0.12.2", @@ -4306,9 +4306,9 @@ } }, "node_modules/hast-util-select": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.2.tgz", - "integrity": "sha512-hT/SD/d/Meu+iobvgkffo1QecV8WeKWxwsNMzcTJsKw1cKTQKSR/7ArJeURLNJF9HDjp9nVoORyNNJxrvBye8Q==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.3.tgz", + "integrity": "sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ==", "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -4320,7 +4320,6 @@ "hast-util-has-property": "^3.0.0", "hast-util-to-string": "^3.0.0", "hast-util-whitespace": "^3.0.0", - "not": "^0.1.0", "nth-check": "^2.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0", @@ -6135,11 +6134,6 @@ "node": ">=0.10.0" } }, - "node_modules/not": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", - "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" - }, "node_modules/nth-check": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", diff --git a/package.json b/package.json index a9436fb..b6757f4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/starlight": "^0.28.2", "@fontsource/ibm-plex-sans": "^5.1.0", "astro": "^4.15.10", - "hast-util-select": "^6.0.2", + "hast-util-select": "^6.0.3", "hastscript": "^9.0.0", "sharp": "^0.33.5", "starlight-links-validator": "^0.12.2",