Skip to content

Commit

Permalink
fix(deps): bump yeoman-environment from 3.11.1 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [yeoman-environment](https://github.com/yeoman/environment) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/yeoman/environment/releases)
- [Commits](yeoman/environment@v3.11.1...v3.12.0)

---
updated-dependencies:
- dependency-name: yeoman-environment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2022
1 parent 2e9a880 commit 8b75284
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-dev",
"description": "commands for sf plugin development",
"version": "0.3.2",
"version": "0.3.3",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand All @@ -17,14 +17,14 @@
"replace-in-file": "^6.3.2",
"shelljs": "^0.8.5",
"tslib": "^2",
"yeoman-environment": "^3.11.1",
"yeoman-environment": "^3.12.0",
"yeoman-generator": "^5.7.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^3.2.0",
"@oclif/test": "^2.2.0",
"@salesforce/cli-plugins-testkit": "^3.0.1",
"@salesforce/cli-plugins-testkit": "^3.2.2",
"@salesforce/dev-config": "^3.0.0",
"@salesforce/dev-scripts": "^3.1.0",
"@salesforce/plugin-command-reference": "^2.1.1",
Expand Down Expand Up @@ -131,4 +131,4 @@
"publishConfig": {
"access": "public"
}
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1080,12 +1080,12 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/cli-plugins-testkit@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-3.0.1.tgz#91eaacb89c4cf445dc13db4fb49368527185fd21"
integrity sha512-cRiNLHNxQg1YyM6s8Js0J0Yi6zhVDKkbwQ7lAt+Lkb4CRFuu7cO65GbEXkOq6td01dBI4DkwWf8Wdi7+A5a9lQ==
"@salesforce/cli-plugins-testkit@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-3.2.2.tgz#ce0dfb6e9beffc0f47e2df532490ab8aaf5c7a15"
integrity sha512-pEBqDy+ykLc7RChwijVAsFAi1trnuXDBKg8uD93BWRj3wzXCaEVTkkTcWoW+Tm9NVNRHO8pmoShzsNYnuyLH9A==
dependencies:
"@salesforce/core" "^3.30.9"
"@salesforce/core" "^3.30.12"
"@salesforce/kit" "^1.6.1"
"@salesforce/ts-types" "^1.5.21"
"@types/shelljs" "^0.8.11"
Expand All @@ -1095,7 +1095,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/core@^3.25.0", "@salesforce/core@^3.30.13", "@salesforce/core@^3.30.9", "@salesforce/core@^3.8.0":
"@salesforce/core@^3.25.0", "@salesforce/core@^3.30.12", "@salesforce/core@^3.30.13", "@salesforce/core@^3.8.0":
version "3.30.13"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.13.tgz#b9c556033b0ad59d23f2f78e7477c6dd9c53b7d3"
integrity sha512-cK3tVKceIO6adBk+e8L70sYbqveINslVMFHo7M/JSwtEhTUIHG2iCbiSF2wjybbKhpLwL78/AsjycZVCpMz0NA==
Expand Down Expand Up @@ -8192,10 +8192,10 @@ yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
y18n "^5.0.5"
yargs-parser "^21.0.0"

yeoman-environment@^3.11.1, yeoman-environment@^3.9.1:
version "3.11.1"
resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-3.11.1.tgz#7379489f0925a9e8cb619c0333629ba1ff8d4bbd"
integrity sha512-WxPntJFhdJiBtkaJOmkv/v5siWVJvLX2GB26TXMPaIgxHGhreKUwACI2jzjnsFcHv1F8Uayp668NZsz8ygalvg==
yeoman-environment@^3.12.0, yeoman-environment@^3.9.1:
version "3.12.0"
resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-3.12.0.tgz#16bc51d318a780cc563633b1d44c5310bebfd06a"
integrity sha512-W+2gD6lLzS2GUs67QjnvBYgY0SdXN3g1viI01noI/OXEW0BZYspnvs+sl6V5x+qeUk4flnT1uph49b10fEVs4A==
dependencies:
"@npmcli/arborist" "^4.0.4"
are-we-there-yet "^2.0.0"
Expand Down

0 comments on commit 8b75284

Please sign in to comment.