From fd810651942d221e4aabf9ad232aeee5d9c522fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:46:10 +0700 Subject: [PATCH] Bump mocha to ^10.3.0 (#41164) --- package.json | 2 +- packages/test-utils/package.json | 2 +- pnpm-lock.yaml | 38 +++++++++----------------------- 3 files changed, 13 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index 63e6e7201270d8..78288e9ac3b561 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "lerna": "^8.0.2", "lodash": "^4.17.21", "markdownlint-cli2": "^0.12.1", - "mocha": "^10.2.0", + "mocha": "^10.3.0", "nx": "^17.2.8", "nyc": "^15.1.0", "piscina": "^4.3.1", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 00329f31b2ecb8..5463b063602b48 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -35,7 +35,7 @@ "fs-extra": "^11.2.0", "jsdom": "^24.0.0", "lodash": "^4.17.21", - "mocha": "^10.2.0", + "mocha": "^10.3.0", "playwright": "^1.41.2", "prop-types": "^15.8.1", "react-test-renderer": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7db8eba14a5da..b3f7f11a2b82ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -282,8 +282,8 @@ importers: specifier: ^0.12.1 version: 0.12.1 mocha: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.3.0 + version: 10.3.0 nx: specifier: ^17.2.8 version: 17.2.8 @@ -2158,8 +2158,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 mocha: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.3.0 + version: 10.3.0 playwright: specifier: ^1.41.2 version: 1.41.2 @@ -8920,7 +8920,7 @@ packages: engines: {node: '>= 16'} dependencies: find-babel-config: 2.0.0 - glob: 8.0.3 + glob: 8.1.0 pkg-up: 3.1.0 reselect: 4.1.8 resolve: 1.22.4 @@ -12683,16 +12683,6 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob@7.2.0: - resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: @@ -12703,8 +12693,8 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob@8.0.3: - resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==} + /glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 @@ -15995,8 +15985,8 @@ packages: engines: {node: '>=10'} hasBin: true - /mocha@10.2.0: - resolution: {integrity: sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==} + /mocha@10.3.0: + resolution: {integrity: sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==} engines: {node: '>= 14.0.0'} hasBin: true dependencies: @@ -16007,13 +15997,12 @@ packages: diff: 5.0.0 escape-string-regexp: 4.0.0 find-up: 5.0.0 - glob: 7.2.0 + glob: 8.1.0 he: 1.2.0 js-yaml: 4.1.0 log-symbols: 4.1.0 minimatch: 5.0.1 ms: 2.1.3 - nanoid: 3.3.3 serialize-javascript: 6.0.0 strip-json-comments: 3.1.1 supports-color: 8.1.1 @@ -16086,11 +16075,6 @@ packages: object-assign: 4.1.1 thenify-all: 1.6.0 - /nanoid@3.3.3: - resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -16463,7 +16447,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: - glob: 8.0.3 + glob: 8.1.0 ignore-walk: 5.0.1 npm-bundled: 1.1.2 npm-normalize-package-bin: 1.0.1