mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
ci: improve pnpm dedupe CI check (#52741)
Make the `pnpm deduplicate` exit with the error code on CI by upgrading `pnpm` and using `pnpm dedupe --check`. Fixes the issue reported [here](https://sourcegraph.slack.com/archives/C01C3NCGD40/p1685565664285879).
This commit is contained in:
parent
21ee923292
commit
4c4228b076
2
.github/workflows/licenses-check.yml
vendored
2
.github/workflows/licenses-check.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
id: pnpm-install
|
||||
with:
|
||||
version: 8.1.0
|
||||
version: 8.3.0
|
||||
run_install: false
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
|
||||
2
.github/workflows/scip-typescript.yml
vendored
2
.github/workflows/scip-typescript.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
id: pnpm-install
|
||||
with:
|
||||
version: 8.1.0
|
||||
version: 8.3.0
|
||||
run_install: false
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
|
||||
@ -12,4 +12,4 @@ awscli 2.4.7
|
||||
python system
|
||||
rust 1.68.0
|
||||
ruby 3.1.3
|
||||
pnpm 8.1.0
|
||||
pnpm 8.3.0
|
||||
|
||||
@ -8,7 +8,7 @@ echo "--- check pnpm-lock.yaml for duplicates"
|
||||
./dev/ci/pnpm-install-with-retry.sh
|
||||
echo "Checking for duplicate dependencies in pnpm-lock.yaml"
|
||||
|
||||
pnpm dedupe || {
|
||||
pnpm dedupe --check || {
|
||||
echo 'pnpm-lock.yaml contains duplicate dependencies. Please run "pnpm dedupe" and commit the result.'
|
||||
echo "^^^ +++"
|
||||
exit 1
|
||||
|
||||
@ -6,7 +6,7 @@ pkgs.nodejs-16_x.overrideAttrs (oldAttrs: {
|
||||
|
||||
passthru.pkgs = oldAttrs.passthru.pkgs // {
|
||||
pnpm = oldAttrs.passthru.pkgs.pnpm.override rec {
|
||||
version = "8.1.0";
|
||||
version = "8.3.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz";
|
||||
sha512 = "sha512-e2H73wTRxmc5fWF/6QJqbuwU6O3NRVZC1G1WFXG8EqfN/+ZBu8XVHJZwPH6Xh0DxbEoZgw8/wy2utgCDwPu4Sg==";
|
||||
|
||||
@ -33,7 +33,7 @@ var checks = map[string]check.CheckFunc{
|
||||
"caddy-trusted": checkCaddyTrusted,
|
||||
"asdf": check.CommandOutputContains("asdf", "version"),
|
||||
"git": check.Combine(check.InPath("git"), checkGitVersion(">= 2.34.1")),
|
||||
"pnpm": check.Combine(check.InPath("pnpm"), checkPnpmVersion(">= 8.1.0")),
|
||||
"pnpm": check.Combine(check.InPath("pnpm"), checkPnpmVersion(">= 8.3.0")),
|
||||
"go": check.Combine(check.InPath("go"), checkGoVersion("~> 1.19.8")),
|
||||
"node": check.Combine(check.InPath("node"), check.CommandOutputContains(`node -e "console.log(\"foobar\")"`, "foobar")),
|
||||
"rust": check.Combine(check.InPath("cargo"), check.CommandOutputContains(`cargo version`, "1.58.0")),
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "^v16.18.1",
|
||||
"pnpm": "^8.1.0"
|
||||
"pnpm": "^8.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier '**/{*.{js?(on),ts?(x),graphql,md,scss},.*.js?(on)}' --list-different --config prettier.config.js --write",
|
||||
@ -498,7 +498,7 @@
|
||||
"yaml-ast-parser": "^0.0.43",
|
||||
"zustand": "^3.6.9"
|
||||
},
|
||||
"packageManager": "pnpm@8.1.0",
|
||||
"packageManager": "pnpm@8.3.0",
|
||||
"pnpm": {
|
||||
"packageExtensions": {
|
||||
"hnswlib-node": {
|
||||
|
||||
297
pnpm-lock.yaml
297
pnpm-lock.yaml
@ -1889,7 +1889,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
fb-watchman: 2.0.2
|
||||
fbjs: 3.0.0
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
graphql: 15.4.0
|
||||
immutable: 3.7.6
|
||||
invariant: 2.2.4
|
||||
@ -1906,7 +1906,7 @@ packages:
|
||||
resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
dev: true
|
||||
@ -4909,7 +4909,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
collect-v8-coverage: 1.0.0
|
||||
exit: 0.1.2
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
graceful-fs: 4.2.11
|
||||
istanbul-lib-coverage: 3.2.0
|
||||
istanbul-lib-instrument: 5.1.0
|
||||
@ -5629,7 +5629,7 @@ packages:
|
||||
'@octokit/request-error': 2.1.0
|
||||
'@octokit/types': 6.37.0
|
||||
is-plain-object: 5.0.0
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
universal-user-agent: 6.0.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
@ -5643,7 +5643,7 @@ packages:
|
||||
'@octokit/request-error': 3.0.1
|
||||
'@octokit/types': 7.5.1
|
||||
is-plain-object: 5.0.0
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
universal-user-agent: 6.0.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
@ -5790,7 +5790,7 @@ packages:
|
||||
dependencies:
|
||||
'@opentelemetry/api': 1.4.0
|
||||
require-in-the-middle: 5.1.0
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
shimmer: 1.2.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -6835,7 +6835,7 @@ packages:
|
||||
dependencies:
|
||||
https-proxy-agent: 5.0.1
|
||||
mkdirp: 0.5.6
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
npmlog: 4.1.2
|
||||
progress: 2.0.3
|
||||
proxy-from-env: 1.1.0
|
||||
@ -7117,7 +7117,7 @@ packages:
|
||||
lodash.values: 4.3.0
|
||||
object-hash: 3.0.0
|
||||
packageurl-js: 1.0.1
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
tslib: 2.1.0
|
||||
dev: true
|
||||
|
||||
@ -7183,12 +7183,12 @@ packages:
|
||||
resolution: {integrity: sha512-vy9tewUjx7w+4WpQ+vVADYypBI9/yXjYy3BJ23e3XbXPOEJBL6Upt8s6tphDSVGfeRUUnYv/1BnG5nlH68XPSw==}
|
||||
dependencies:
|
||||
'@sourcegraph/prettierrc': 3.0.3
|
||||
'@typescript-eslint/eslint-plugin': 5.54.1(@typescript-eslint/parser@5.59.5)(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/eslint-plugin': 5.54.1(@typescript-eslint/parser@5.59.6)(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.59.6(eslint@8.34.0)(typescript@5.0.2)
|
||||
eslint-config-prettier: 6.15.0(eslint@8.34.0)
|
||||
eslint-plugin-ban: 1.4.0
|
||||
eslint-plugin-etc: 2.0.2(eslint@8.34.0)(typescript@5.0.2)
|
||||
eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.59.5)(eslint@8.34.0)
|
||||
eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.59.6)(eslint@8.34.0)
|
||||
eslint-plugin-jest-dom: 3.6.5(eslint@8.34.0)
|
||||
eslint-plugin-jsdoc: 30.7.8(eslint@8.34.0)
|
||||
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.34.0)
|
||||
@ -7223,7 +7223,7 @@ packages:
|
||||
eslint: 8.34.0
|
||||
ignore: 5.2.4
|
||||
regexpp: 3.2.0
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
transitivePeerDependencies:
|
||||
@ -7342,7 +7342,7 @@ packages:
|
||||
'@types/semver': 7.3.12
|
||||
archy: 1.0.0
|
||||
jora: 1.0.0-beta.7
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
|
||||
/@statoscope/report-writer@5.22.0:
|
||||
resolution: {integrity: sha512-oEIlfsMSwBM8PcHnHDwhgMz5fyDgu10oAVFwuQSJFBUXMwaZ/46ewr1kfAcUNc8CkOIolhO6EIo/e0ZjcVCR1g==}
|
||||
@ -7659,7 +7659,7 @@ packages:
|
||||
core-js: 3.22.8
|
||||
global: 4.4.0
|
||||
prop-types: 15.8.1
|
||||
qs: 6.11.0
|
||||
qs: 6.11.2
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0(react@18.1.0)
|
||||
regenerator-runtime: 0.13.11
|
||||
@ -7923,8 +7923,8 @@ packages:
|
||||
file-loader: 6.2.0(webpack@5.75.0)
|
||||
find-up: 5.0.0
|
||||
fork-ts-checker-webpack-plugin: 4.1.6(eslint@8.34.0)(typescript@5.0.2)(webpack@5.75.0)
|
||||
glob: 7.1.6
|
||||
glob-promise: 3.4.0(glob@7.1.6)
|
||||
glob: 7.2.3
|
||||
glob-promise: 3.4.0(glob@7.2.3)
|
||||
global: 4.4.0
|
||||
html-webpack-plugin: 4.5.2(esbuild@0.17.14)(webpack-cli@5.0.1)(webpack@5.75.0)
|
||||
pnp-webpack-plugin: 1.6.4(typescript@5.0.2)
|
||||
@ -8067,7 +8067,7 @@ packages:
|
||||
global: 4.4.0
|
||||
lodash: 4.17.21
|
||||
memoizerific: 1.11.3
|
||||
qs: 6.11.0
|
||||
qs: 6.11.2
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0(react@18.1.0)
|
||||
regenerator-runtime: 0.13.11
|
||||
@ -8094,7 +8094,7 @@ packages:
|
||||
'@storybook/theming': 6.5.14(react-dom@18.1.0)(react@18.1.0)
|
||||
core-js: 3.22.8
|
||||
memoizerific: 1.11.3
|
||||
qs: 6.11.0
|
||||
qs: 6.11.2
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0(react@18.1.0)
|
||||
regenerator-runtime: 0.13.11
|
||||
@ -8263,7 +8263,7 @@ packages:
|
||||
globby: 11.1.0
|
||||
ip: 2.0.0
|
||||
lodash: 4.17.21
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
open: 8.4.0
|
||||
pretty-hrtime: 1.0.3
|
||||
prompts: 2.4.2
|
||||
@ -8413,7 +8413,7 @@ packages:
|
||||
find-up: 5.0.0
|
||||
fs-extra: 9.0.1
|
||||
html-webpack-plugin: 4.5.2(esbuild@0.17.14)(webpack-cli@5.0.1)(webpack@5.75.0)
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
pnp-webpack-plugin: 1.6.4(typescript@5.0.2)
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0(react@18.1.0)
|
||||
@ -8471,7 +8471,7 @@ packages:
|
||||
find-up: 5.0.0
|
||||
fs-extra: 9.0.1
|
||||
html-webpack-plugin: 5.5.0(webpack@5.75.0)
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
process: 0.11.10
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0(react@18.1.0)
|
||||
@ -8677,7 +8677,7 @@ packages:
|
||||
'@storybook/client-logger': 6.5.14
|
||||
core-js: 3.22.8
|
||||
memoizerific: 1.11.3
|
||||
qs: 6.11.0
|
||||
qs: 6.11.2
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0(react@18.1.0)
|
||||
regenerator-runtime: 0.13.11
|
||||
@ -10021,7 +10021,7 @@ packages:
|
||||
dependencies:
|
||||
'@types/node': 13.13.5
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.54.1(@typescript-eslint/parser@5.59.5)(eslint@8.34.0)(typescript@5.0.2):
|
||||
/@typescript-eslint/eslint-plugin@5.54.1(@typescript-eslint/parser@5.59.6)(eslint@8.34.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -10032,7 +10032,7 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.59.6(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/scope-manager': 5.54.1
|
||||
'@typescript-eslint/type-utils': 5.54.1(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.54.1(eslint@8.34.0)(typescript@5.0.2)
|
||||
@ -10042,7 +10042,7 @@ packages:
|
||||
ignore: 5.2.4
|
||||
natural-compare-lite: 1.4.0
|
||||
regexpp: 3.2.0
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
transitivePeerDependencies:
|
||||
@ -10067,26 +10067,6 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.5(eslint@8.34.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.0.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.34.0
|
||||
typescript: 5.0.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.6(eslint@8.34.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
@ -10123,14 +10103,6 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 5.54.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.59.5:
|
||||
resolution: {integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/visitor-keys': 5.59.5
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.59.6:
|
||||
resolution: {integrity: sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
@ -10169,11 +10141,6 @@ packages:
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.59.5:
|
||||
resolution: {integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.59.6:
|
||||
resolution: {integrity: sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
@ -10193,7 +10160,7 @@ packages:
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
transitivePeerDependencies:
|
||||
@ -10214,28 +10181,7 @@ packages:
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.3.8
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.59.5(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/visitor-keys': 5.59.5
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
transitivePeerDependencies:
|
||||
@ -10277,7 +10223,7 @@ packages:
|
||||
eslint: 8.34.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0(eslint@8.34.0)
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
@ -10299,14 +10245,6 @@ packages:
|
||||
eslint-visitor-keys: 3.4.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.59.5:
|
||||
resolution: {integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
eslint-visitor-keys: 3.4.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.59.6:
|
||||
resolution: {integrity: sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
@ -10543,7 +10481,7 @@ packages:
|
||||
http-proxy-agent: 4.0.1
|
||||
https-proxy-agent: 5.0.1
|
||||
jszip: 3.10.1
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -10557,13 +10495,13 @@ packages:
|
||||
chalk: 2.4.2
|
||||
cheerio: 1.0.0-rc.12
|
||||
commander: 6.2.1
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
hosted-git-info: 4.1.0
|
||||
jsonc-parser: 3.2.0
|
||||
leven: 3.1.0
|
||||
markdown-it: 12.3.2
|
||||
mime: 1.6.0
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
parse-semver: 1.1.1
|
||||
read: 1.0.7
|
||||
semver: 5.7.1
|
||||
@ -10722,7 +10660,7 @@ packages:
|
||||
busboy: 1.6.0
|
||||
form-data-encoder: 1.7.2
|
||||
formdata-node: 4.4.1
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
undici: 5.18.0
|
||||
web-streams-polyfill: 3.2.1
|
||||
transitivePeerDependencies:
|
||||
@ -10792,7 +10730,7 @@ packages:
|
||||
p-limit: 2.3.0
|
||||
pluralize: 7.0.0
|
||||
pretty-bytes: 5.3.0
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
stream-to-promise: 2.2.0
|
||||
tar-stream: 2.2.0
|
||||
treeify: 1.1.0
|
||||
@ -11572,13 +11510,6 @@ packages:
|
||||
resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==}
|
||||
dev: true
|
||||
|
||||
/azure-devops-node-api@11.1.1:
|
||||
resolution: {integrity: sha512-XDG91XzLZ15reP12s3jFkKS8oiagSICjnLwxEYieme4+4h3ZveFOFRA4iYIG40RyHXsiI0mefFYYMFIJbMpWcg==}
|
||||
dependencies:
|
||||
tunnel: 0.0.6
|
||||
typed-rest-client: 1.8.6
|
||||
dev: true
|
||||
|
||||
/azure-devops-node-api@11.2.0:
|
||||
resolution: {integrity: sha512-XdiGPhrpaT5J8wdERRKs5g8E0Zy1pvOYTli7z9E8nmOn3YGp4FhtjhrOyFmX/8veWCwdI69mCHKJw6l+4J/bHA==}
|
||||
dependencies:
|
||||
@ -11850,7 +11781,7 @@ packages:
|
||||
/backbone@1.1.2:
|
||||
resolution: {integrity: sha512-bdiYFVF+mXQ3712Urje2uvYClLPXOd2jsvp8AHlPyMKqpHRPCmCxZf099kCRadhA2sMxp761XB2aZ0/HYF4fDg==}
|
||||
dependencies:
|
||||
underscore: 1.13.1
|
||||
underscore: 1.13.6
|
||||
dev: true
|
||||
|
||||
/bail@1.0.3:
|
||||
@ -11938,14 +11869,9 @@ packages:
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/binary-extensions@2.0.0:
|
||||
resolution: {integrity: sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/binary-extensions@2.2.0:
|
||||
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/binary-search@1.3.6:
|
||||
resolution: {integrity: sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==}
|
||||
@ -12185,7 +12111,7 @@ packages:
|
||||
figures: 3.2.0
|
||||
glob: 7.2.3
|
||||
gzip-size: 5.1.1
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
plur: 4.0.0
|
||||
right-pad: 1.0.1
|
||||
transitivePeerDependencies:
|
||||
@ -13546,7 +13472,7 @@ packages:
|
||||
postcss-modules-values: 4.0.0(postcss@8.4.23)
|
||||
postcss-value-parser: 4.2.0
|
||||
schema-utils: 3.1.1
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
dev: true
|
||||
|
||||
@ -13563,7 +13489,7 @@ packages:
|
||||
postcss-modules-scope: 3.0.0(postcss@8.4.23)
|
||||
postcss-modules-values: 4.0.0(postcss@8.4.23)
|
||||
postcss-value-parser: 4.2.0
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
|
||||
/css-minimizer-webpack-plugin@4.2.2(esbuild@0.17.14)(webpack@5.75.0):
|
||||
@ -13624,16 +13550,6 @@ packages:
|
||||
nth-check: 1.0.2
|
||||
dev: true
|
||||
|
||||
/css-select@4.1.3:
|
||||
resolution: {integrity: sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==}
|
||||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
css-what: 5.1.0
|
||||
domhandler: 4.3.1
|
||||
domutils: 2.8.0
|
||||
nth-check: 2.1.1
|
||||
dev: true
|
||||
|
||||
/css-select@4.3.0:
|
||||
resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
|
||||
dependencies:
|
||||
@ -13681,11 +13597,6 @@ packages:
|
||||
engines: {node: '>= 6'}
|
||||
dev: true
|
||||
|
||||
/css-what@5.1.0:
|
||||
resolution: {integrity: sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==}
|
||||
engines: {node: '>= 6'}
|
||||
dev: true
|
||||
|
||||
/css-what@6.1.0:
|
||||
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
|
||||
engines: {node: '>= 6'}
|
||||
@ -15075,7 +14986,6 @@ packages:
|
||||
|
||||
/entities@2.2.0:
|
||||
resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
|
||||
dev: true
|
||||
|
||||
/entities@4.5.0:
|
||||
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
||||
@ -15405,7 +15315,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.7.3(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.6):
|
||||
/eslint-module-utils@2.7.3(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.6):
|
||||
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -15423,7 +15333,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.59.6(eslint@8.34.0)(typescript@5.0.2)
|
||||
debug: 3.2.7(supports-color@5.5.0)
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
find-up: 2.1.0
|
||||
@ -15456,7 +15366,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.59.5)(eslint@8.34.0):
|
||||
/eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.59.6)(eslint@8.34.0):
|
||||
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -15466,14 +15376,14 @@ packages:
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.59.6(eslint@8.34.0)(typescript@5.0.2)
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.0
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.34.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.6)
|
||||
eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.6)
|
||||
has: 1.0.3
|
||||
is-core-module: 2.11.0
|
||||
is-glob: 4.0.3
|
||||
@ -15511,7 +15421,7 @@ packages:
|
||||
jsdoctypeparser: 9.0.0
|
||||
lodash: 4.17.21
|
||||
regextras: 0.7.1
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
spdx-expression-parse: 3.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -15535,13 +15445,13 @@ packages:
|
||||
has: 1.0.3
|
||||
jsx-ast-utils: 3.3.0
|
||||
language-tags: 1.0.5
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-monorepo@0.3.2(@typescript-eslint/parser@5.59.6):
|
||||
resolution: {integrity: sha512-CypTAqHjTR05XxzqDj7x88oVu2GiqqQA/datD9kIwciHzpj0oE4YbTdyEFFKADgd7dbd21KliSlUpOvo626FBw==}
|
||||
dependencies:
|
||||
eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.6)
|
||||
eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.6)
|
||||
get-monorepo-packages: 1.2.0
|
||||
globby: 7.1.1
|
||||
load-json-file: 4.0.0
|
||||
@ -15663,7 +15573,7 @@ packages:
|
||||
read-pkg-up: 7.0.1
|
||||
regexp-tree: 0.1.24
|
||||
safe-regex: 2.1.1
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
strip-indent: 3.0.0
|
||||
dev: true
|
||||
|
||||
@ -15677,7 +15587,7 @@ packages:
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.54.1(@typescript-eslint/parser@5.59.5)(eslint@8.34.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/eslint-plugin': 5.54.1(@typescript-eslint/parser@5.59.6)(eslint@8.34.0)(typescript@5.0.2)
|
||||
eslint: 8.34.0
|
||||
eslint-rule-composer: 0.3.0
|
||||
dev: true
|
||||
@ -16540,7 +16450,7 @@ packages:
|
||||
chalk: 2.4.2
|
||||
eslint: 8.34.0
|
||||
micromatch: 3.1.10
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
semver: 5.7.1
|
||||
tapable: 1.1.3
|
||||
typescript: 5.0.2
|
||||
@ -16572,11 +16482,11 @@ packages:
|
||||
deepmerge: 4.2.2
|
||||
eslint: 8.34.0
|
||||
fs-extra: 9.0.1
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
memfs: 3.4.12
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
schema-utils: 2.7.0
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
tapable: 1.1.3
|
||||
typescript: 5.0.2
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
@ -16810,7 +16720,7 @@ packages:
|
||||
extend: 3.0.2
|
||||
https-proxy-agent: 3.0.1
|
||||
is-stream: 2.0.0
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
@ -16973,16 +16883,6 @@ packages:
|
||||
dependencies:
|
||||
is-glob: 4.0.3
|
||||
|
||||
/glob-promise@3.4.0(glob@7.1.6):
|
||||
resolution: {integrity: sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
glob: '*'
|
||||
dependencies:
|
||||
'@types/glob': 7.1.3
|
||||
glob: 7.1.6
|
||||
dev: true
|
||||
|
||||
/glob-promise@3.4.0(glob@7.2.3):
|
||||
resolution: {integrity: sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==}
|
||||
engines: {node: '>=4'}
|
||||
@ -16998,7 +16898,7 @@ packages:
|
||||
engines: {node: '>= 0.10'}
|
||||
dependencies:
|
||||
extend: 3.0.2
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
glob-parent: 3.1.0
|
||||
is-negated-glob: 1.0.0
|
||||
ordered-read-streams: 1.0.1
|
||||
@ -17039,6 +16939,7 @@ packages:
|
||||
minimatch: 3.1.2
|
||||
once: 1.4.0
|
||||
path-is-absolute: 1.0.1
|
||||
dev: true
|
||||
|
||||
/glob@7.2.3:
|
||||
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
||||
@ -17165,7 +17066,7 @@ packages:
|
||||
dependencies:
|
||||
array-union: 1.0.2
|
||||
dir-glob: 2.2.2
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
ignore: 3.3.10
|
||||
pify: 3.0.0
|
||||
slash: 1.0.0
|
||||
@ -17238,7 +17139,7 @@ packages:
|
||||
extend: 3.0.2
|
||||
gaxios: 2.1.0
|
||||
google-auth-library: 5.7.0
|
||||
qs: 6.11.0
|
||||
qs: 6.11.2
|
||||
url-template: 2.0.8
|
||||
uuid: 3.4.0
|
||||
transitivePeerDependencies:
|
||||
@ -17343,7 +17244,7 @@ packages:
|
||||
dependencies:
|
||||
'@graphiql/react': 0.10.0(@codemirror/language@6.2.0)(@types/node@13.13.5)(graphql-ws@5.13.1)(graphql@15.4.0)(react-dom@18.1.0)(react@18.1.0)
|
||||
'@graphiql/toolkit': 0.6.1(@types/node@13.13.5)(graphql-ws@5.13.1)(graphql@15.4.0)
|
||||
entities: 2.1.0
|
||||
entities: 2.2.0
|
||||
graphql: 15.4.0
|
||||
graphql-language-service: 5.1.0(graphql@15.4.0)
|
||||
markdown-it: 12.3.2
|
||||
@ -17408,7 +17309,7 @@ packages:
|
||||
graphql: 14 - 16
|
||||
dependencies:
|
||||
'@graphql-typed-document-node/core': 3.1.1(graphql@15.4.0)
|
||||
cross-fetch: 3.1.5
|
||||
cross-fetch: 3.1.6
|
||||
extract-files: 9.0.0
|
||||
form-data: 3.0.0
|
||||
graphql: 15.4.0
|
||||
@ -17885,7 +17786,7 @@ packages:
|
||||
he: 1.2.0
|
||||
param-case: 3.0.4
|
||||
relateurl: 0.2.7
|
||||
terser: 5.17.3
|
||||
terser: 5.17.4
|
||||
dev: true
|
||||
|
||||
/html-tags@3.1.0:
|
||||
@ -18473,7 +18374,7 @@ packages:
|
||||
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
binary-extensions: 2.0.0
|
||||
binary-extensions: 2.2.0
|
||||
|
||||
/is-boolean-object@1.1.0:
|
||||
resolution: {integrity: sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==}
|
||||
@ -18946,7 +18847,7 @@ packages:
|
||||
/isomorphic-fetch@3.0.0:
|
||||
resolution: {integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==}
|
||||
dependencies:
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.11
|
||||
whatwg-fetch: 3.6.2
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
@ -19167,7 +19068,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
ci-info: 3.8.0
|
||||
deepmerge: 4.2.2
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
graceful-fs: 4.2.11
|
||||
jest-circus: 28.1.3
|
||||
jest-environment-node: 28.1.3
|
||||
@ -19281,7 +19182,7 @@ packages:
|
||||
/jest-fetch-mock@3.0.3:
|
||||
resolution: {integrity: sha512-Ux1nWprtLrdrH4XwE7O7InRY6psIi3GOsqNESJgMJ+M5cv4A8Lh7SN9d2V2kKRZ8ebAfcd1LNyZguAOb6JiDqw==}
|
||||
dependencies:
|
||||
cross-fetch: 3.1.5
|
||||
cross-fetch: 3.1.6
|
||||
promise-polyfill: 8.2.1
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
@ -19617,7 +19518,7 @@ packages:
|
||||
cjs-module-lexer: 1.2.2
|
||||
collect-v8-coverage: 1.0.0
|
||||
execa: 5.1.1
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
graceful-fs: 4.2.11
|
||||
jest-haste-map: 28.1.3
|
||||
jest-message-util: 28.1.3
|
||||
@ -19667,7 +19568,7 @@ packages:
|
||||
jest-resolve: 26.6.2
|
||||
natural-compare: 1.4.0
|
||||
pretty-format: 26.6.2
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -19698,7 +19599,7 @@ packages:
|
||||
jest-util: 28.1.3
|
||||
natural-compare: 1.4.0
|
||||
pretty-format: 28.1.3
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -22343,7 +22244,7 @@ packages:
|
||||
resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==}
|
||||
engines: {node: '>= 0.10.5'}
|
||||
dependencies:
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
|
||||
/node-domexception@1.0.0:
|
||||
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
||||
@ -22482,7 +22383,7 @@ packages:
|
||||
dependencies:
|
||||
hosted-git-info: 3.0.8
|
||||
resolve: 1.22.1
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
validate-npm-package-license: 3.0.4
|
||||
dev: true
|
||||
|
||||
@ -23734,7 +23635,7 @@ packages:
|
||||
cosmiconfig: 7.0.1
|
||||
klona: 2.0.5
|
||||
postcss: 8.4.22
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
dev: false
|
||||
|
||||
@ -23748,7 +23649,7 @@ packages:
|
||||
cosmiconfig: 7.0.1
|
||||
klona: 2.0.5
|
||||
postcss: 8.4.23
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
dev: true
|
||||
|
||||
@ -24600,7 +24501,6 @@ packages:
|
||||
engines: {node: '>=0.6'}
|
||||
dependencies:
|
||||
side-channel: 1.0.4
|
||||
dev: true
|
||||
|
||||
/qs@6.9.3:
|
||||
resolution: {integrity: sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==}
|
||||
@ -25253,7 +25153,7 @@ packages:
|
||||
/read-package-json@2.1.1:
|
||||
resolution: {integrity: sha512-dAiqGtVc/q5doFz6096CcnXhpYk0ZN8dEKVkGLU0CsASt8SrgF6SF7OTKAYubfvFhWaqofl+Y8HK19GR8jwW+A==}
|
||||
dependencies:
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
json-parse-better-errors: 1.0.2
|
||||
normalize-package-data: 2.5.0
|
||||
npm-normalize-package-bin: 1.0.1
|
||||
@ -25324,14 +25224,6 @@ packages:
|
||||
string_decoder: 1.1.1
|
||||
util-deprecate: 1.0.2
|
||||
|
||||
/readable-stream@3.6.0:
|
||||
resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==}
|
||||
engines: {node: '>= 6'}
|
||||
dependencies:
|
||||
inherits: 2.0.4
|
||||
string_decoder: 1.3.0
|
||||
util-deprecate: 1.0.2
|
||||
|
||||
/readable-stream@3.6.2:
|
||||
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
||||
engines: {node: '>= 6'}
|
||||
@ -25943,7 +25835,7 @@ packages:
|
||||
resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
glob: 7.1.6
|
||||
glob: 7.2.3
|
||||
|
||||
/rimraf@3.0.2:
|
||||
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
||||
@ -26242,6 +26134,7 @@ packages:
|
||||
hasBin: true
|
||||
dependencies:
|
||||
lru-cache: 6.0.0
|
||||
dev: false
|
||||
|
||||
/semver@7.5.1:
|
||||
resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==}
|
||||
@ -26659,7 +26552,7 @@ packages:
|
||||
lodash.isempty: 4.4.0
|
||||
lodash.topairs: 4.3.0
|
||||
micromatch: 4.0.5
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
snyk-config: 5.1.0
|
||||
tslib: 2.1.0
|
||||
uuid: 8.3.2
|
||||
@ -27062,7 +26955,7 @@ packages:
|
||||
resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==}
|
||||
dependencies:
|
||||
inherits: 2.0.4
|
||||
readable-stream: 3.6.0
|
||||
readable-stream: 3.6.2
|
||||
dev: true
|
||||
|
||||
/stream-buffers@3.0.2:
|
||||
@ -27083,7 +26976,7 @@ packages:
|
||||
dependencies:
|
||||
builtin-status-codes: 3.0.0
|
||||
inherits: 2.0.4
|
||||
readable-stream: 3.6.0
|
||||
readable-stream: 3.6.2
|
||||
xtend: 4.0.2
|
||||
dev: false
|
||||
|
||||
@ -27504,7 +27397,7 @@ packages:
|
||||
mime: 2.6.0
|
||||
qs: 6.11.2
|
||||
readable-stream: 3.6.2
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -27693,7 +27586,7 @@ packages:
|
||||
dependencies:
|
||||
'@trysound/sax': 0.2.0
|
||||
commander: 7.2.0
|
||||
css-select: 4.1.3
|
||||
css-select: 4.3.0
|
||||
css-tree: 1.1.3
|
||||
csso: 4.2.0
|
||||
picocolors: 1.0.0
|
||||
@ -27844,7 +27737,7 @@ packages:
|
||||
schema-utils: 3.1.1
|
||||
serialize-javascript: 5.0.1
|
||||
source-map: 0.6.1
|
||||
terser: 5.17.3
|
||||
terser: 5.17.4
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
webpack-sources: 1.4.3
|
||||
transitivePeerDependencies:
|
||||
@ -27872,7 +27765,7 @@ packages:
|
||||
jest-worker: 27.5.1
|
||||
schema-utils: 3.1.1
|
||||
serialize-javascript: 6.0.0
|
||||
terser: 5.17.3
|
||||
terser: 5.17.4
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
|
||||
/terser@4.8.1:
|
||||
@ -27886,16 +27779,6 @@ packages:
|
||||
source-map-support: 0.5.21
|
||||
dev: true
|
||||
|
||||
/terser@5.17.3:
|
||||
resolution: {integrity: sha512-AudpAZKmZHkG9jueayypz4duuCFJMMNGRMwaPvQKWfxKedh8Z2x3OCoDqIIi1xx5+iwx1u6Au8XQcc9Lke65Yg==}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@jridgewell/source-map': 0.3.3
|
||||
acorn: 8.8.2
|
||||
commander: 2.20.3
|
||||
source-map-support: 0.5.21
|
||||
|
||||
/terser@5.17.4:
|
||||
resolution: {integrity: sha512-jcEKZw6UPrgugz/0Tuk/PVyLAPfMBJf5clnGueo45wTweoV8yh7Q7PEkhkJ5uuUbC7zAxEcG3tqNr1bstkQ8nw==}
|
||||
engines: {node: '>=10'}
|
||||
@ -27905,15 +27788,14 @@ packages:
|
||||
acorn: 8.8.2
|
||||
commander: 2.20.3
|
||||
source-map-support: 0.5.21
|
||||
dev: false
|
||||
|
||||
/test-exclude@6.0.0:
|
||||
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@istanbuljs/schema': 0.1.2
|
||||
glob: 7.1.6
|
||||
minimatch: 3.0.4
|
||||
glob: 7.2.3
|
||||
minimatch: 3.1.2
|
||||
dev: true
|
||||
|
||||
/text-table@0.2.0:
|
||||
@ -28202,7 +28084,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
enhanced-resolve: 5.10.0
|
||||
micromatch: 4.0.5
|
||||
semver: 7.3.8
|
||||
semver: 7.5.1
|
||||
typescript: 5.0.2
|
||||
webpack: 5.75.0(esbuild@0.17.14)(webpack-cli@5.0.1)
|
||||
dev: true
|
||||
@ -28407,14 +28289,6 @@ packages:
|
||||
for-each: 0.3.3
|
||||
is-typed-array: 1.1.10
|
||||
|
||||
/typed-rest-client@1.8.6:
|
||||
resolution: {integrity: sha512-xcQpTEAJw2DP7GqVNECh4dD+riS+C1qndXLfBCJ3xk0kqprtGN491P5KlmrDbKdtuW8NEcP/5ChxiJI3S9WYTA==}
|
||||
dependencies:
|
||||
qs: 6.11.2
|
||||
tunnel: 0.0.6
|
||||
underscore: 1.13.6
|
||||
dev: true
|
||||
|
||||
/typed-rest-client@1.8.9:
|
||||
resolution: {integrity: sha512-uSmjE38B80wjL85UFX3sTYEUlvZ1JgCRhsWj/fJ4rZ0FqDUFoIuodtiVeE+cUqiVTOKPdKrp/sdftD15MDek6g==}
|
||||
dependencies:
|
||||
@ -29058,6 +28932,7 @@ packages:
|
||||
|
||||
/uuid-browser@3.1.0:
|
||||
resolution: {integrity: sha512-dsNgbLaTrd6l3MMxTtouOCFw4CBFc/3a+GgYA2YyrJvyQ1u6q4pcu3ktLoUZ/VN/Aw9WsauazbgsgdfVWgAKQg==}
|
||||
deprecated: Package no longer supported and required. Use the uuid package or crypto.randomUUID instead
|
||||
dev: true
|
||||
|
||||
/uuid@3.3.2:
|
||||
@ -29265,7 +29140,7 @@ packages:
|
||||
deprecated: vsce has been renamed to @vscode/vsce. Install using @vscode/vsce instead.
|
||||
hasBin: true
|
||||
dependencies:
|
||||
azure-devops-node-api: 11.1.1
|
||||
azure-devops-node-api: 11.2.0
|
||||
chalk: 2.4.2
|
||||
cheerio: 1.0.0-rc.12
|
||||
commander: 6.2.1
|
||||
@ -29280,7 +29155,7 @@ packages:
|
||||
read: 1.0.7
|
||||
semver: 5.7.1
|
||||
tmp: 0.2.1
|
||||
typed-rest-client: 1.8.6
|
||||
typed-rest-client: 1.8.9
|
||||
url-join: 4.0.1
|
||||
xml2js: 0.4.23
|
||||
yauzl: 2.10.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user