Skip to content

Commit 6e10f33

Browse files
Pin dependencies (#1200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 353b23c commit 6e10f33

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

.github/actions/publish-artifacts/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
path: ${{ runner.temp }}/_artifacts/deployables
6060
if: always()
6161
- name: 📢 Upload deployables-LKG
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
6363
with:
6464
name: deployables-LKG-${{ runner.os }}
6565
path: ${{ runner.temp }}/_artifacts/deployables-LKG

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: dotnet --info
145145

146146
- name: Download Build Artifacts
147-
uses: actions/download-artifact@v4
147+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
148148
with:
149149
name: deployables-Windows
150150
path: deployables
@@ -234,13 +234,13 @@ jobs:
234234
repoDir: '~/git'
235235

236236
steps:
237-
- uses: actions/checkout@v4
237+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
238238
with:
239239
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
240240
submodules: true
241241

242242
- name: Install .NET SDK
243-
uses: actions/setup-dotnet@v4
243+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
244244
with:
245245
global-json-file: global.json
246246

@@ -284,7 +284,7 @@ jobs:
284284
working-directory: test/Nerdbank.GitVersioning.Benchmarks
285285

286286
- name: Publish benchmarks artifacts
287-
uses: actions/upload-artifact@v4
287+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
288288
with:
289289
name: benchmarks-${{ matrix.os }}
290290
path: ${{ runner.temp }}/_artifacts/benchmarks

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

2424
- name: ⚙️ Initialization
2525
shell: pwsh

src/nerdbank-gitversioning.npm/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"versioning"
2525
],
2626
"devDependencies": {
27-
"@types/node": "^18.7.14",
28-
"del": "^8.0.0",
29-
"gulp": "^5.0.0",
30-
"gulp-cli": "^3.0.0",
27+
"@types/node": "18.19.76",
28+
"del": "8.0.0",
29+
"gulp": "5.0.0",
30+
"gulp-cli": "3.0.0",
3131
"gulp-sourcemaps": "3.0.0",
32-
"gulp-typescript": "^5.0.1",
33-
"gulp-util": "^3.0.8",
34-
"merge2": "^1.4.1",
35-
"path": "^0.12.7",
36-
"source-map": "^0.7.4",
37-
"typescript": "^5.0.4"
32+
"gulp-typescript": "5.0.1",
33+
"gulp-util": "3.0.8",
34+
"merge2": "1.4.1",
35+
"path": "0.12.7",
36+
"source-map": "0.7.4",
37+
"typescript": "5.5.4"
3838
},
3939
"dependencies": {},
4040
"scripts": {

src/nerdbank-gitversioning.npm/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
6060
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
6161

62-
"@types/node@^18.7.14":
62+
"@types/node@18.19.76":
6363
version "18.19.76"
6464
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.76.tgz#7991658e0ba41ad30cc8be01c9bbe580d58f2112"
6565
integrity sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==
@@ -458,7 +458,7 @@ define-properties@^1.2.1:
458458
has-property-descriptors "^1.0.0"
459459
object-keys "^1.1.1"
460460

461-
del@^8.0.0:
461+
462462
version "8.0.0"
463463
resolved "https://registry.yarnpkg.com/del/-/del-8.0.0.tgz#f333a5673cfeb72e46084031714a7c30515e80aa"
464464
integrity sha512-R6ep6JJ+eOBZsBr9esiNN1gxFbZE4Q2cULkUSFumGYecAiS6qodDvcPx/sFuWHMNul7DWmrtoEOpYSm7o6tbSA==
@@ -896,7 +896,7 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.10
896896
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
897897
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
898898

899-
gulp-cli@^3.0.0:
899+
gulp-cli@3.0.0, gulp-cli@^3.0.0:
900900
version "3.0.0"
901901
resolved "https://registry.yarnpkg.com/gulp-cli/-/gulp-cli-3.0.0.tgz#577008f5323fad6106b44db24803c27c3a649841"
902902
integrity sha512-RtMIitkT8DEMZZygHK2vEuLPqLPAFB4sntSxg4NoDta7ciwGZ18l7JuhCTiS5deOJi2IoK0btE+hs6R4sfj7AA==
@@ -931,7 +931,7 @@ [email protected]:
931931
strip-bom-string "^1.0.0"
932932
through2 "^2.0.0"
933933

934-
gulp-typescript@^5.0.1:
934+
935935
version "5.0.1"
936936
resolved "https://registry.yarnpkg.com/gulp-typescript/-/gulp-typescript-5.0.1.tgz#96c6565a6eb31e08c2aae1c857b1a079e6226d94"
937937
integrity sha512-YuMMlylyJtUSHG1/wuSVTrZp60k1dMEFKYOvDf7OvbAJWrDtxxD4oZon4ancdWwzjj30ztiidhe4VXJniF0pIQ==
@@ -943,7 +943,7 @@ gulp-typescript@^5.0.1:
943943
vinyl "^2.1.0"
944944
vinyl-fs "^3.0.3"
945945

946-
gulp-util@^3.0.8:
946+
947947
version "3.0.8"
948948
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
949949
integrity sha512-q5oWPc12lwSFS9h/4VIjG+1NuNDlJ48ywV2JKItY4Ycc/n1fXJeYPVQsfu5ZrhQi7FGSDBalwUCLar/GyHXKGw==
@@ -967,7 +967,7 @@ gulp-util@^3.0.8:
967967
through2 "^2.0.0"
968968
vinyl "^0.5.0"
969969

970-
gulp@^5.0.0:
970+
971971
version "5.0.0"
972972
resolved "https://registry.yarnpkg.com/gulp/-/gulp-5.0.0.tgz#78f4b8ac48a0bf61b354d39e5be844de2c5cc3f3"
973973
integrity sha512-S8Z8066SSileaYw1S2N1I64IUc/myI2bqe2ihOBzO6+nKpvNSg7ZcWJt/AwF8LC/NVN+/QZ560Cb/5OPsyhkhg==
@@ -1397,7 +1397,7 @@ [email protected]:
13971397
next-tick "^1.1.0"
13981398
timers-ext "^0.1.7"
13991399

1400-
merge2@^1.3.0, merge2@^1.4.1:
1400+
merge2@1.4.1, merge2@^1.3.0:
14011401
version "1.4.1"
14021402
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
14031403
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -1582,7 +1582,7 @@ path-type@^5.0.0:
15821582
resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
15831583
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
15841584

1585-
path@^0.12.7:
1585+
15861586
version "0.12.7"
15871587
resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
15881588
integrity sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==
@@ -1843,16 +1843,16 @@ source-map-resolve@^0.6.0:
18431843
atob "^2.1.2"
18441844
decode-uri-component "^0.2.0"
18451845

1846+
[email protected], source-map@^0.7.3:
1847+
version "0.7.4"
1848+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
1849+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
1850+
18461851
source-map@^0.6.0, source-map@^0.6.1:
18471852
version "0.6.1"
18481853
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
18491854
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
18501855

1851-
source-map@^0.7.3, source-map@^0.7.4:
1852-
version "0.7.4"
1853-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
1854-
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
1855-
18561856
sparkles@^1.0.0:
18571857
version "1.0.1"
18581858
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.1.tgz#008db65edce6c50eec0c5e228e1945061dd0437c"
@@ -2053,7 +2053,7 @@ type@^2.7.2:
20532053
resolved "https://registry.yarnpkg.com/type/-/type-2.7.3.tgz#436981652129285cc3ba94f392886c2637ea0486"
20542054
integrity sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==
20552055

2056-
typescript@^5.0.4:
2056+
typescript@5.5.4:
20572057
version "5.5.4"
20582058
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
20592059
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

0 commit comments

Comments
 (0)