diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbaaac1ae313..680f4b7e2197 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1660,7 +1660,7 @@ importers: focus-trap: 6.3.0 fs-extra: 10.0.0 glob: 7.1.6 - gridicons: 3.4.0 + gridicons: 3.4.1 jest: 29.3.1 jest-environment-jsdom: 29.3.1 jquery: 3.6.0 @@ -1735,7 +1735,7 @@ importers: events: 3.3.0 filesize: 8.0.6 focus-trap: 6.3.0 - gridicons: 3.4.0_react@17.0.2 + gridicons: 3.4.1_react@17.0.2 jsdom: 20.0.3 mapbox-gl: 1.13.0 markdown-it: 12.3.2 @@ -2390,7 +2390,7 @@ packages: '@wordpress/base-styles': 4.13.0 '@wordpress/data': 7.6.0_react@17.0.2 classnames: 2.3.1 - gridicons: 3.4.0_react@17.0.2 + gridicons: 3.4.1_react@17.0.2 lodash: 4.17.21 prop-types: 15.7.2 react: 17.0.2 @@ -11122,6 +11122,7 @@ packages: /bindings/1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + requiresBuild: true dependencies: file-uri-to-path: 1.0.0 dev: true @@ -14318,6 +14319,7 @@ packages: /file-uri-to-path/1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + requiresBuild: true dev: true optional: true @@ -15110,12 +15112,12 @@ packages: resolution: {integrity: sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==} dev: false - /gridicons/3.4.0_react@17.0.2: - resolution: {integrity: sha512-GikyCOcfhwHSN8tfsZvcWwWSaRLebVZCvDzfFg0X50E+dIAnG2phfFUTNa06dXA09kqRYCdnu8sPO8pSYO3UVA==} + /gridicons/3.4.1_react@17.0.2: + resolution: {integrity: sha512-gbOa8H82TRfzTkisszvRsXLt2niuBoZOfAagXzHNfjFEfOoBhKM2gT0Y05TQMUSQjMmto6q4T9wiJJybROvxpQ==} peerDependencies: - react: 15 - 17 + react: 15 - 18 dependencies: - prop-types: 15.7.2 + prop-types: 15.8.1 react: 17.0.2 dev: false @@ -17861,6 +17863,7 @@ packages: /nan/2.17.0: resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} + requiresBuild: true dev: true optional: true diff --git a/projects/plugins/jetpack/changelog/renovate-gridicons-3.x b/projects/plugins/jetpack/changelog/renovate-gridicons-3.x new file mode 100644 index 000000000000..1eaea6a769e8 --- /dev/null +++ b/projects/plugins/jetpack/changelog/renovate-gridicons-3.x @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Updated package dependencies. diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 84a8a3779531..f5bb1c53c56d 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -86,7 +86,7 @@ "events": "3.3.0", "filesize": "8.0.6", "focus-trap": "6.3.0", - "gridicons": "3.4.0", + "gridicons": "3.4.1", "jsdom": "20.0.3", "mapbox-gl": "1.13.0", "markdown-it": "12.3.2",