Skip to content

Commit 5a018a7

Browse files
fix(deps): bump @salesforce/core from 6.5.1 to 6.5.3
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 6.5.1 to 6.5.3. - [Release notes](https://github.com/forcedotcom/sfdx-core/releases) - [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md) - [Commits](forcedotcom/sfdx-core@6.5.1...6.5.3) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6745514 commit 5a018a7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/ClayChipps/sf-chipps-package/issues",
77
"dependencies": {
88
"@oclif/core": "^3.18.2",
9-
"@salesforce/core": "^6.5.1",
9+
"@salesforce/core": "^6.5.3",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/packaging": "^3.2.12",
1212
"@salesforce/sf-plugins-core": "^5.0.13",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,10 +1595,10 @@
15951595
strip-ansi "6.0.1"
15961596
ts-retry-promise "^0.8.0"
15971597

1598-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1":
1599-
version "6.5.1"
1600-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.1.tgz#3d387a6f0b93485274ec046dde5cf1364a3a00b0"
1601-
integrity sha512-u/R82JGdbJCMY0EN3UY5hQUxn0gPN+ParNQIm9YPB9lDpBQv82nKeZJuH6j2LsaaF6ygY3bm79kftPxpdKbggQ==
1598+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3":
1599+
version "6.5.3"
1600+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
1601+
integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
16021602
dependencies:
16031603
"@salesforce/kit" "^3.0.15"
16041604
"@salesforce/schemas" "^1.6.1"
@@ -1612,7 +1612,7 @@
16121612
jsforce "^2.0.0-beta.29"
16131613
jsonwebtoken "9.0.2"
16141614
jszip "3.10.1"
1615-
pino "^8.17.2"
1615+
pino "^8.18.0"
16161616
pino-abstract-transport "^1.1.0"
16171617
pino-pretty "^10.3.1"
16181618
proper-lockfile "^4.1.2"
@@ -7508,10 +7508,10 @@ pino-std-serializers@^6.0.0:
75087508
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
75097509
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
75107510

7511-
pino@^8.17.2:
7512-
version "8.17.2"
7513-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
7514-
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
7511+
pino@^8.18.0:
7512+
version "8.19.0"
7513+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
7514+
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
75157515
dependencies:
75167516
atomic-sleep "^1.0.0"
75177517
fast-redact "^3.1.1"

0 commit comments

Comments
 (0)