Skip to content

Commit

Permalink
fix: windows defender exclusion off by default (#1328)
Browse files Browse the repository at this point in the history
* fix: windows defender not excluded by default

* chore: bump core

---------

Co-authored-by: Cristian Dominguez <cdominguez@salesforce.com>
  • Loading branch information
mshanemc and cristiand391 authored Nov 23, 2023
1 parent 4ae6112 commit f5f97e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@oclif/plugin-version": "2.0.7",
"@oclif/plugin-warn-if-update-available": "3.0.3",
"@oclif/plugin-which": "3.0.10",
"@salesforce/core": "^6.1.3",
"@salesforce/core": "^6.1.4",
"@salesforce/plugin-apex": "3.0.6",
"@salesforce/plugin-auth": "3.0.7",
"@salesforce/plugin-data": "3.0.1",
Expand Down Expand Up @@ -209,7 +209,7 @@
"pack:tarballs": "oclif pack:tarballs --xz --parallel",
"pack:tarballs:sequential": "oclif pack:tarballs --xz",
"pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 34",
"pack:win": "oclif pack:win",
"pack:win": "oclif pack:win --defender-exclusion unchecked",
"postinstall": "node ./scripts/post-install-release-notes.js",
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"preinstall": "node ./scripts/preinstall.js",
Expand Down Expand Up @@ -257,7 +257,7 @@
"husky": "^7.0.4",
"mocha": "^10",
"nyc": "^15.1.0",
"oclif": "^4.0.3",
"oclif": "^4.0.4",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"sinon": "^15.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8319,10 +8319,10 @@ obliterator@^2.0.1, obliterator@^2.0.2:
resolved "https://registry.yarnpkg.com/obliterator/-/obliterator-2.0.4.tgz#fa650e019b2d075d745e44f1effeb13a2adbe816"
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==

oclif@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
oclif@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
dependencies:
"@oclif/core" "^3.0.4"
"@oclif/plugin-help" "^5.2.14"
Expand Down

0 comments on commit f5f97e8

Please sign in to comment.