diff --git a/ui/package-lock.json b/ui/package-lock.json index 90253057da..2975e23d2b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17168,9 +17168,9 @@ } }, "node_modules/husky": { - "version": "9.1.2", - "resolved": "https://registry.npmmirror.com/husky/-/husky-9.1.2.tgz", - "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", + "version": "9.1.3", + "resolved": "https://registry.npmmirror.com/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, "license": "MIT", "bin": { diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index 6a79a92c5e..cf6880cdfb 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: ^4.3.1 version: 4.3.10(eslint@8.57.0)(stylelint@14.16.1)(typescript@5.5.4) husky: - specifier: ^9.1.2 - version: 9.1.2 + specifier: ^9.1.3 + version: 9.1.3 lint-staged: specifier: ^13.2.0 version: 13.3.0 @@ -2190,6 +2190,13 @@ packages: regenerator-runtime: 0.14.1 dev: false + /@babel/runtime@7.25.0: + resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.1 + dev: false + /@babel/template@7.24.7: resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} engines: {node: '>=6.9.0'} @@ -7179,7 +7186,7 @@ packages: peerDependencies: redux: 3.x dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 flatten: 1.0.3 global: 4.4.0 invariant: 2.2.4 @@ -7229,7 +7236,7 @@ packages: react: 15.x || ^16.0.0-0 react-dom: 15.x || ^16.0.0-0 dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@types/isomorphic-fetch': 0.0.34 '@types/react-router-dom': 4.3.5 '@types/react-router-redux': 5.0.27 @@ -8811,7 +8818,7 @@ packages: /history-with-query@4.10.4: resolution: {integrity: sha512-JnskQK8X+PbRFHSdDAExhoJyhLnlLZL+UuHQuQhys+Se9/ukRDRBWU4JVTjsiIfbv1fcEmR3oqKW56OYmk5M5w==} dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 loose-envify: 1.4.0 query-string: 6.14.1 resolve-pathname: 3.0.0 @@ -8823,7 +8830,7 @@ packages: /history@4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.3 @@ -8968,8 +8975,8 @@ packages: resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} engines: {node: '>=14.18.0'} - /husky@9.1.2: - resolution: {integrity: sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==} + /husky@9.1.3: + resolution: {integrity: sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==} engines: {node: '>=18'} hasBin: true dev: true @@ -10306,7 +10313,7 @@ packages: prop-types: ^15.0.0 react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 prop-types: 15.8.1 react: 16.14.0 tiny-warning: 1.0.3 @@ -12438,7 +12445,7 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 async-validator: 4.2.5 rc-util: 5.43.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 @@ -13309,7 +13316,7 @@ packages: react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 loose-envify: 1.4.0 @@ -13375,7 +13382,7 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 16.14.0 react-router: 5.2.0(react@16.14.0) dev: false @@ -13386,7 +13393,7 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 16.14.0 react-router: 6.25.1(react@18.3.1) dev: false @@ -13410,7 +13417,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -13464,7 +13471,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0