diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23cf2ea2da2..e5343ecb99b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -157,8 +157,8 @@ importers: specifier: ^1.64.0 version: 1.84.0 globby: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^14.0.2 + version: 14.0.2 vsce: specifier: ^2.15.0 version: 2.15.0 @@ -173,8 +173,8 @@ importers: specifier: ^4.3.3 version: 4.3.3 globby: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^14.0.2 + version: 14.0.2 hast-util-select: specifier: ^3.0.0 version: 3.0.1 @@ -203,8 +203,8 @@ importers: specifier: ^4.1.0 version: 4.1.2 globby: - specifier: 11.0.1 - version: 11.0.1 + specifier: 14.0.2 + version: 14.0.2 is-git-clean: specifier: ^1.1.0 version: 1.1.0 @@ -364,8 +364,8 @@ importers: specifier: ^8.2.2 version: 8.2.2 globby: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^14.0.2 + version: 14.0.2 http-server: specifier: ^14.1.1 version: 14.1.1 @@ -623,8 +623,8 @@ importers: specifier: 3.0.0-alpha.1 version: 3.0.0-alpha.1 globby: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^14.0.2 + version: 14.0.2 inter-ui: specifier: 3.19.3 version: 3.19.3 @@ -3374,7 +3374,7 @@ packages: '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 - micromatch: 4.0.5 + micromatch: 4.0.8 dev: true /@changesets/config@3.0.4: @@ -3890,7 +3890,7 @@ packages: debug: 4.3.4 espree: 9.3.1 globals: 13.13.0 - ignore: 5.2.0 + ignore: 5.3.2 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -5350,6 +5350,10 @@ packages: engines: {node: '>=14.16'} dev: true + /@sindresorhus/merge-streams@2.3.0: + resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} + engines: {node: '>=18'} + /@sinonjs/commons@1.8.3: resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} dependencies: @@ -6689,7 +6693,7 @@ packages: debug: 4.3.4 eslint: 8.10.0 grapheme-splitter: 1.0.4 - ignore: 5.2.0 + ignore: 5.3.2 natural-compare-lite: 1.4.0 semver: 7.6.3 tsutils: 3.21.0(typescript@4.9.3) @@ -8356,7 +8360,8 @@ packages: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} dependencies: - fill-range: 7.0.1 + fill-range: 7.1.1 + dev: true /braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} @@ -10820,7 +10825,7 @@ packages: dependencies: escape-string-regexp: 1.0.5 eslint: 8.10.0 - ignore: 5.2.0 + ignore: 5.3.2 dev: true /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.10.0): @@ -10917,7 +10922,7 @@ packages: eslint: 8.10.0 eslint-plugin-es: 3.0.1(eslint@8.10.0) eslint-utils: 2.1.0 - ignore: 5.2.0 + ignore: 5.3.2 minimatch: 3.1.2 resolve: 1.22.8 semver: 6.3.1 @@ -11476,7 +11481,17 @@ packages: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.5 + micromatch: 4.0.8 + + /fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 /fast-json-parse@1.0.3: resolution: {integrity: sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==} @@ -11619,12 +11634,6 @@ packages: repeat-string: 1.6.1 to-regex-range: 2.1.1 - /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} - dependencies: - to-regex-range: 5.0.1 - /fill-range@7.1.1: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} @@ -12288,26 +12297,14 @@ packages: define-properties: 1.1.4 dev: true - /globby@11.0.1: - resolution: {integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==} - engines: {node: '>=10'} - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.2.12 - ignore: 5.2.0 - merge2: 1.4.1 - slash: 3.0.0 - dev: false - /globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.12 - ignore: 5.2.0 + fast-glob: 3.3.2 + ignore: 5.3.2 merge2: 1.4.1 slash: 3.0.0 @@ -12316,12 +12313,23 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.12 - ignore: 5.2.0 + fast-glob: 3.3.2 + ignore: 5.3.2 merge2: 1.4.1 slash: 4.0.0 dev: true + /globby@14.0.2: + resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} + engines: {node: '>=18'} + dependencies: + '@sindresorhus/merge-streams': 2.3.0 + fast-glob: 3.3.2 + ignore: 5.3.2 + path-type: 5.0.0 + slash: 5.1.0 + unicorn-magic: 0.1.0 + /globjoin@0.1.4: resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==} @@ -12971,6 +12979,10 @@ packages: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} + /ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} + /image-size@0.8.3: resolution: {integrity: sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==} engines: {node: '>=6.9.0'} @@ -16225,7 +16237,7 @@ packages: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} dependencies: - braces: 3.0.2 + braces: 3.0.3 picomatch: 2.3.1 /micromatch@4.0.8: @@ -17648,6 +17660,10 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + /path-type@5.0.0: + resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} + engines: {node: '>=12'} + /pathval@2.0.0: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} engines: {node: '>= 14.16'} @@ -20110,7 +20126,6 @@ packages: /slash@5.1.0: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} engines: {node: '>=14.16'} - dev: true /slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} @@ -21660,6 +21675,10 @@ packages: tiny-inflate: 1.0.3 dev: true + /unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + /unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} dependencies: diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 02fe02087a0..5bf312a4c6a 100644 --- a/polaris-for-vscode/package.json +++ b/polaris-for-vscode/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@types/node": "^20.10.0", "@types/vscode": "^1.64.0", - "globby": "^11.1.0", + "globby": "^14.0.2", "vsce": "^2.15.0" } } diff --git a/polaris-icons/package.json b/polaris-icons/package.json index b8d224335ad..511d9bf3982 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -58,7 +58,7 @@ "homepage": "https://polaris.shopify.com/icons", "devDependencies": { "@svgr/core": "^4.3.3", - "globby": "^11.1.0", + "globby": "^14.0.2", "hast-util-select": "^3.0.0", "js-yaml": "^4.0.0", "rehype-parse": "^7.0.1", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 0479539c4ac..7b84b326446 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -39,7 +39,7 @@ "@shopify/polaris-tokens": "^9.4.0", "@shopify/stylelint-polaris": "^16.0.5", "chalk": "^4.1.0", - "globby": "11.0.1", + "globby": "14.0.2", "is-git-clean": "^1.1.0", "jscodeshift": "^0.13.1", "meow": "^9.0.0", diff --git a/polaris-react/package.json b/polaris-react/package.json index 609dcd8a0d2..d9db1198e02 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -98,7 +98,7 @@ "change-case": "^3.1.0", "chromatic": "^6.5.4", "concurrently": "^8.2.2", - "globby": "^11.1.0", + "globby": "^14.0.2", "http-server": "^14.1.1", "js-yaml": "^4.1.0", "postcss": "^8.4.49", diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 38dfe959acf..33ba7c3614d 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -89,7 +89,7 @@ "frontmatter": "^0.0.3", "generact": "^0.4.0", "get-site-urls": "3.0.0-alpha.1", - "globby": "^11.1.0", + "globby": "^14.0.2", "inter-ui": "3.19.3", "is-ci": "^3.0.1", "js-yaml": "^4.1.0",