Skip to content

Commit dec0b91

Browse files
authored
chore: updates from devScripts (#1181)
1 parent d76d09a commit dec0b91

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@oclif/plugin-command-snapshot": "^5.1.7",
2222
"@oclif/plugin-help": "^6.0.20",
2323
"@salesforce/cli-plugins-testkit": "^5.3.2",
24-
"@salesforce/dev-scripts": "^9.0.0",
24+
"@salesforce/dev-scripts": "^9.1.1",
2525
"@salesforce/plugin-command-reference": "^3.0.82",
2626
"@salesforce/source-testkit": "^2.2.10",
2727
"@salesforce/ts-sinon": "1.4.19",
@@ -42,8 +42,6 @@
4242
"files": [
4343
"/lib",
4444
"/messages",
45-
"/npm-shrinkwrap.json",
46-
"/oclif.lock",
4745
"/oclif.manifest.json"
4846
],
4947
"homepage": "https://github.com/salesforcecli/plugin-source",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1829,18 +1829,18 @@
18291829
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
18301830
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
18311831

1832-
"@salesforce/dev-scripts@^9.0.0":
1833-
version "9.0.0"
1834-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
1835-
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
1832+
"@salesforce/dev-scripts@^9.1.1":
1833+
version "9.1.1"
1834+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.1.1.tgz#16028018f3146d0fe28a4693114e3ad2b8075e05"
1835+
integrity sha512-Nl0jJt6ywPw8QtBa0scZxJeGUEwJl2t2MazZxkXBkdfi13I1ce6NQ6Ce2CYCgh8gsKVP65NWBdyBWRoTz1BMBA==
18361836
dependencies:
18371837
"@commitlint/cli" "^17.1.2"
18381838
"@commitlint/config-conventional" "^17.8.1"
18391839
"@salesforce/dev-config" "^4.1.0"
18401840
"@salesforce/prettier-config" "^0.0.3"
18411841
"@types/chai" "^4.3.14"
18421842
"@types/mocha" "^10.0.6"
1843-
"@types/node" "^18.19.28"
1843+
"@types/node" "^18.19.32"
18441844
"@types/sinon" "^10.0.20"
18451845
chai "^4.3.10"
18461846
chalk "^4.0.0"
@@ -2711,10 +2711,10 @@
27112711
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
27122712
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
27132713

2714-
"@types/node@^18.15.3", "@types/node@^18.19.28":
2715-
version "18.19.31"
2716-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
2717-
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
2714+
"@types/node@^18.15.3", "@types/node@^18.19.32":
2715+
version "18.19.33"
2716+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.33.tgz#98cd286a1b8a5e11aa06623210240bcc28e95c48"
2717+
integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
27182718
dependencies:
27192719
undici-types "~5.26.4"
27202720

0 commit comments

Comments
 (0)