diff --git a/package-lock.json b/package-lock.json index b0a33da308..0ffeb6faed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "fs-extra": "^11.1.1", - "globals": "^15.14.0", + "globals": "^16.0.0", "globby": "^14.0.0", "markdownlint": "^0.37.0", "markdownlint-cli": "^0.44.0", @@ -73,7 +73,7 @@ }, "apify-docs-theme": { "name": "@apify/docs-theme", - "version": "1.0.166", + "version": "1.0.167", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.2.0", @@ -720,6 +720,18 @@ } } }, + "node_modules/@apify/eslint-config/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@apify/tsconfig": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@apify/tsconfig/-/tsconfig-0.1.0.tgz", @@ -5262,6 +5274,17 @@ "mlly": "^1.7.3" } }, + "node_modules/@iconify/utils/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -14375,10 +14398,10 @@ } }, "node_modules/globals": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", - "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", - "license": "MIT", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", + "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "dev": true, "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index d6a3cfe4b7..375baf083e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "fs-extra": "^11.1.1", - "globals": "^15.14.0", + "globals": "^16.0.0", "globby": "^14.0.0", "markdownlint": "^0.37.0", "markdownlint-cli": "^0.44.0",