Skip to content

Commit 84e8be2

Browse files
Pin dependencies (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48fbc57 commit 84e8be2

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"author": "Cloud Posse LLC",
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@actions/core": "^1.9.1"
27+
"@actions/core": "1.9.1"
2828
},
2929
"devDependencies": {
30-
"@types/jest": "^29.0.3",
31-
"@types/node": "^18.7.20",
32-
"@typescript-eslint/eslint-plugin": "^5.38.0",
33-
"@typescript-eslint/parser": "^5.38.0",
34-
"@vercel/ncc": "^0.34.0",
35-
"eslint": "^8.24.0",
36-
"eslint-config-prettier": "^8.5.0",
37-
"eslint-plugin-jest": "^27.0.4",
38-
"jest": "^29.0.3",
30+
"@types/jest": "29.0.3",
31+
"@types/node": "18.7.23",
32+
"@typescript-eslint/eslint-plugin": "5.38.1",
33+
"@typescript-eslint/parser": "5.38.1",
34+
"@vercel/ncc": "0.34.0",
35+
"eslint": "8.24.0",
36+
"eslint-config-prettier": "8.5.0",
37+
"eslint-plugin-jest": "27.0.4",
38+
"jest": "29.0.3",
3939
"prettier": "2.7.1",
40-
"ts-jest": "^29.0.2",
41-
"typescript": "^4.8.3"
40+
"ts-jest": "29.0.2",
41+
"typescript": "4.8.3"
4242
}
4343
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.9.1":
5+
"@actions/[email protected]":
66
version "1.9.1"
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
88
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
@@ -699,7 +699,7 @@
699699
dependencies:
700700
"@types/istanbul-lib-report" "*"
701701

702-
"@types/jest@^29.0.3":
702+
703703
version "29.0.3"
704704
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.3.tgz#b61a5ed100850686b8d3c5e28e3a1926b2001b59"
705705
integrity sha512-F6ukyCTwbfsEX5F2YmVYmM5TcTHy1q9P5rWlRbrk56KyMh3v9xRGUO3aa8+SkvMi0SHXtASJv1283enXimC0Og==
@@ -712,7 +712,7 @@
712712
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
713713
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
714714

715-
"@types/node@*", "@types/node@^18.7.20":
715+
"@types/node@*", "@types/[email protected].23":
716716
version "18.7.23"
717717
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
718718
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
@@ -739,7 +739,7 @@
739739
dependencies:
740740
"@types/yargs-parser" "*"
741741

742-
"@typescript-eslint/eslint-plugin@^5.38.0":
742+
"@typescript-eslint/[email protected].1":
743743
version "5.38.1"
744744
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
745745
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
@@ -753,7 +753,7 @@
753753
semver "^7.3.7"
754754
tsutils "^3.21.0"
755755

756-
"@typescript-eslint/parser@^5.38.0":
756+
"@typescript-eslint/[email protected].1":
757757
version "5.38.1"
758758
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
759759
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
@@ -819,7 +819,7 @@
819819
"@typescript-eslint/types" "5.38.1"
820820
eslint-visitor-keys "^3.3.0"
821821

822-
"@vercel/ncc@^0.34.0":
822+
823823
version "0.34.0"
824824
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054"
825825
integrity sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==
@@ -1213,12 +1213,12 @@ escape-string-regexp@^4.0.0:
12131213
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
12141214
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
12151215

1216-
eslint-config-prettier@^8.5.0:
1216+
12171217
version "8.5.0"
12181218
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
12191219
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
12201220

1221-
eslint-plugin-jest@^27.0.4:
1221+
12221222
version "27.0.4"
12231223
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.4.tgz#ab9c7b3f48bfade4762c24c415a5d9bbc0174a61"
12241224
integrity sha512-BuvY78pHMpMJ6Cio7sKg6jrqEcnRYPUc4Nlihku4vKx3FjlmMINSX4vcYokZIe+8TKcyr1aI5Kq7vYwgJNdQSA==
@@ -1258,7 +1258,7 @@ eslint-visitor-keys@^3.3.0:
12581258
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
12591259
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
12601260

1261-
eslint@^8.24.0:
1261+
12621262
version "8.24.0"
12631263
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
12641264
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
@@ -2061,7 +2061,7 @@ jest-worker@^29.0.3:
20612061
merge-stream "^2.0.0"
20622062
supports-color "^8.0.0"
20632063

2064-
jest@^29.0.3:
2064+
20652065
version "29.0.3"
20662066
resolved "https://registry.yarnpkg.com/jest/-/jest-29.0.3.tgz#5227a0596d30791b2649eea347e4aa97f734944d"
20672067
integrity sha512-ElgUtJBLgXM1E8L6K1RW1T96R897YY/3lRYqq9uVcPWtP2AAl/nQ16IYDh/FzQOOQ12VEuLdcPU83mbhG2C3PQ==
@@ -2662,7 +2662,7 @@ to-regex-range@^5.0.1:
26622662
dependencies:
26632663
is-number "^7.0.0"
26642664

2665-
ts-jest@^29.0.2:
2665+
26662666
version "29.0.2"
26672667
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.2.tgz#0c45a1ac45d14f8b3bf89bca9048a2840c7bd5ad"
26682668
integrity sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg==
@@ -2715,7 +2715,7 @@ type-fest@^0.21.3:
27152715
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
27162716
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
27172717

2718-
typescript@^4.8.3:
2718+
27192719
version "4.8.3"
27202720
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
27212721
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

0 commit comments

Comments
 (0)