diff --git a/config/package.json b/config/package.json index a135ceba928..6e8c02832fc 100644 --- a/config/package.json +++ b/config/package.json @@ -13,7 +13,7 @@ "typescript-eslint": "^8.10.0", "@embroider/addon-dev": "^7.1.1", "@eslint/js": "^9.13.0", - "globals": "^15.15.0", + "globals": "^16.0.0", "glob": "^11.0.1", "ember-eslint-parser": "^0.5.2", "eslint": "^9.12.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 917ffc48a14..ff30b8ce771 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -192,8 +192,8 @@ importers: specifier: ^11.0.1 version: 11.0.1 globals: - specifier: ^15.15.0 - version: 15.15.0 + specifier: ^16.0.0 + version: 16.0.0 rollup: specifier: ^4.34.9 version: 4.34.9 @@ -3604,8 +3604,8 @@ importers: specifier: ^8.1.2 version: 8.1.2(eslint@9.21.0) globals: - specifier: ^15.15.0 - version: 15.15.0 + specifier: ^16.0.0 + version: 16.0.0 loader.js: specifier: ^4.7.0 version: 4.7.0 @@ -9185,6 +9185,10 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} + globals@16.0.0: + resolution: {integrity: sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==} + engines: {node: '>=18'} + globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} @@ -17122,7 +17126,7 @@ snapshots: eslint-plugin-qunit: 8.1.2(eslint@9.21.0) eslint-plugin-simple-import-sort: 12.1.1(eslint@9.21.0) glob: 11.0.1 - globals: 15.15.0 + globals: 16.0.0 rollup: 4.34.9 typescript: 5.8.2 typescript-eslint: 8.25.0(eslint@9.21.0)(typescript@5.8.2) @@ -17166,7 +17170,7 @@ snapshots: eslint-plugin-qunit: 8.1.2(eslint@9.21.0) eslint-plugin-simple-import-sort: 12.1.1(eslint@9.21.0) glob: 11.0.1 - globals: 15.15.0 + globals: 16.0.0 rollup: 4.34.9 typescript: 5.8.2 typescript-eslint: 8.25.0(eslint@9.21.0)(typescript@5.8.2) @@ -17210,7 +17214,7 @@ snapshots: eslint-plugin-qunit: 8.1.2(eslint@9.21.0) eslint-plugin-simple-import-sort: 12.1.1(eslint@9.21.0) glob: 11.0.1 - globals: 15.15.0 + globals: 16.0.0 rollup: 4.34.9 typescript: 5.8.2 typescript-eslint: 8.25.0(eslint@9.21.0)(typescript@5.8.2) @@ -21629,6 +21633,8 @@ snapshots: globals@15.15.0: {} + globals@16.0.0: {} + globalthis@1.0.4: dependencies: define-properties: 1.2.1 diff --git a/tests/vite-basic-compat/package.json b/tests/vite-basic-compat/package.json index 842749c7af1..2680ebeed34 100644 --- a/tests/vite-basic-compat/package.json +++ b/tests/vite-basic-compat/package.json @@ -82,7 +82,7 @@ "eslint-plugin-n": "^17.13.1", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-qunit": "^8.1.2", - "globals": "^15.15.0", + "globals": "^16.0.0", "loader.js": "^4.7.0", "prettier": "^3.3.3", "prettier-plugin-ember-template-tag": "^2.0.4",