diff --git a/package.json b/package.json index b9f2d2e89adb..b46c9596d2c1 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@schematics/angular": "catalog:", "@types/babel__core": "^7.1.18", "@types/fs-extra": "^9.0.13", - "@types/glob": "^7.2.0", + "@types/glob": "^8.0.0", "@types/jasmine": "^4.0.0", "@types/luxon": "^3.0.0", "@types/marked": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f94cf509076..9b4ed9a9329a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -180,8 +180,8 @@ importers: specifier: ^9.0.13 version: 9.0.13 '@types/glob': - specifier: ^7.2.0 - version: 7.2.0 + specifier: ^8.0.0 + version: 8.1.0 '@types/jasmine': specifier: ^4.0.0 version: 4.6.5 @@ -2930,6 +2930,9 @@ packages: '@types/glob@7.2.0': resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} + '@types/glob@8.1.0': + resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} + '@types/google.maps@3.58.1': resolution: {integrity: sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==} @@ -6832,6 +6835,7 @@ packages: node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} + deprecated: Use your platform's native DOMException instead node-emoji@1.11.0: resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} @@ -11768,6 +11772,11 @@ snapshots: '@types/minimatch': 5.1.2 '@types/node': 22.14.1 + '@types/glob@8.1.0': + dependencies: + '@types/minimatch': 5.1.2 + '@types/node': 22.14.1 + '@types/google.maps@3.58.1': {} '@types/http-errors@2.0.4': {} @@ -11857,7 +11866,7 @@ snapshots: '@types/rimraf@3.0.2': dependencies: - '@types/glob': 7.2.0 + '@types/glob': 8.1.0 '@types/node': 22.14.1 '@types/selenium-webdriver@3.0.26': {}