mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Bump simple-git from 1.132.0 to 2.46.0 (#39931)
* Bump simple-git from 1.132.0 to 2.46.0 Bumps [simple-git](https://github.com/steveukx/git-js) from 1.132.0 to 2.46.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/compare/v1.132.0...v2.46.0) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * simple-git/promise is deprecated Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
parent
47a9613b3e
commit
5219c72a6c
@ -97,7 +97,7 @@
|
||||
"sass": "1.27.0",
|
||||
"sass-loader": "8.0.2",
|
||||
"semver": "^7.1.3",
|
||||
"simple-git": "^1.132.0",
|
||||
"simple-git": "^2.46.0",
|
||||
"style-loader": "1.1.3",
|
||||
"terser-webpack-plugin": "2.3.7",
|
||||
"ts-jest": "26.4.4",
|
||||
|
@ -4,7 +4,7 @@ import { promises as fs, readFileSync } from 'fs';
|
||||
import { prompt } from 'inquirer';
|
||||
import { kebabCase } from 'lodash';
|
||||
import path from 'path';
|
||||
import gitPromise from 'simple-git/promise';
|
||||
import gitPromise from 'simple-git';
|
||||
import { promptConfirm, promptInput } from '../../utils/prompt';
|
||||
import { rmdir } from '../../utils/rmdir';
|
||||
import { useSpinner } from '../../utils/useSpinner';
|
||||
|
24
yarn.lock
24
yarn.lock
@ -2039,6 +2039,18 @@
|
||||
"@kusto/language-service" "2.0.0-beta.0"
|
||||
"@kusto/language-service-next" "0.0.42"
|
||||
|
||||
"@kwsites/file-exists@^1.1.1":
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
|
||||
integrity sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==
|
||||
dependencies:
|
||||
debug "^4.1.1"
|
||||
|
||||
"@kwsites/promise-deferred@^1.1.1":
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz#8ace5259254426ccef57f3175bc64ed7095ed919"
|
||||
integrity sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==
|
||||
|
||||
"@lerna/add@4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"
|
||||
@ -21868,12 +21880,14 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
|
||||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
||||
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
|
||||
|
||||
simple-git@^1.132.0:
|
||||
version "1.132.0"
|
||||
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-1.132.0.tgz#53ac4c5ec9e74e37c2fd461e23309f22fcdf09b1"
|
||||
integrity sha512-xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg==
|
||||
simple-git@^2.46.0:
|
||||
version "2.46.0"
|
||||
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.46.0.tgz#d564856705cee9d2ef1d1f98c7143e2bc00e7c3e"
|
||||
integrity sha512-6eumII1vfP4NpRqxZcVWCcIT5xHH6dRyvBZSjkH4dJRDRpv+0f75hrN5ysp++y23Mfr3AbRC/dO2NDbfj1lJpQ==
|
||||
dependencies:
|
||||
debug "^4.0.1"
|
||||
"@kwsites/file-exists" "^1.1.1"
|
||||
"@kwsites/promise-deferred" "^1.1.1"
|
||||
debug "^4.3.1"
|
||||
|
||||
simple-is@~0.2.0:
|
||||
version "0.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user