Skip to content

Commit aab1bb9

Browse files
chore(deps): pin dependencies
1 parent 20c843c commit aab1bb9

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@artsy/bucket-assets": "1.0.3",
4242
"@artsy/express-reloadable": "1.7.0",
4343
"@artsy/gemup": "0.2.0",
44-
"@artsy/multienv": "^1.2.0",
44+
"@artsy/multienv": "1.2.0",
4545
"@artsy/palette": "10.1.0",
4646
"@artsy/reaction": "29.9.1",
4747
"@babel/cli": "7.0.0",
@@ -55,7 +55,7 @@
5555
"@babel/register": "7.7.0",
5656
"@babel/runtime": "7.0.0",
5757
"airtable": "0.4.5",
58-
"amqplib": "^0.10.3",
58+
"amqplib": "0.10.3",
5959
"artsy-ezel-components": "artsy/artsy-ezel-components",
6060
"artsy-xapp": "1.0.4",
6161
"async": "3.2.6",
@@ -77,7 +77,7 @@
7777
"cookie-session": "1.2.0",
7878
"cors": "2.8.5",
7979
"create-react-class": "15.6.2",
80-
"dd-trace": "^5.56.0",
80+
"dd-trace": "5.56.0",
8181
"debug": "3.1.0",
8282
"dotenv": "8.2.0",
8383
"draft-convert": "2.0.0",
@@ -109,7 +109,7 @@
109109
"node-mandrill": "1.0.1",
110110
"passport": "0.3.2",
111111
"passport-oauth2": "craigspaeth/passport-oauth2",
112-
"pino-http": "^7.1.0",
112+
"pino-http": "7.1.0",
113113
"prettier": "1.14.3",
114114
"prop-by-string": "1.0.1",
115115
"prop-types": "15.6.0",
@@ -133,7 +133,7 @@
133133
"superagent": "6.0.0",
134134
"superagent-bluebird-promise": "3.0.2",
135135
"ts-loader": "6.2.1",
136-
"typescript": "^5.0.4",
136+
"typescript": "5.8.3",
137137
"typescript-styled-plugin": "0.13.0",
138138
"uglifyify": "3.0.4",
139139
"underscore": "1.13.1",
@@ -160,8 +160,8 @@
160160
"@types/styled-components": "5.1.4",
161161
"@types/styled-system": "3.0.9",
162162
"@types/testing-library__cypress": "5.0.3",
163-
"@typescript-eslint/eslint-plugin": "^4.13.0",
164-
"@typescript-eslint/parser": "^4.13.0",
163+
"@typescript-eslint/eslint-plugin": "4.13.0",
164+
"@typescript-eslint/parser": "4.13.0",
165165
"babel-eslint": "10.0.3",
166166
"babel-jest": "23.6.0",
167167
"benv": "3.3.0",
@@ -171,15 +171,15 @@
171171
"cypress": "4.1.0",
172172
"enzyme": "3.9.0",
173173
"enzyme-adapter-react-16": "1.15.1",
174-
"eslint": "^7.17.0",
174+
"eslint": "7.17.0",
175175
"eslint-config-prettier": "3.1.0",
176176
"eslint-config-standard": "10.2.1",
177177
"eslint-config-standard-react": "5.0.0",
178178
"eslint-plugin-import": "2.20.1",
179179
"eslint-plugin-node": "5.1.1",
180-
"eslint-plugin-prettier": "^3.3.1",
180+
"eslint-plugin-prettier": "3.3.1",
181181
"eslint-plugin-promise": "3.5.0",
182-
"eslint-plugin-react": "^7.22.0",
182+
"eslint-plugin-react": "7.22.0",
183183
"eslint-plugin-standard": "3.0.1",
184184
"friendly-errors-webpack-plugin": "1.7.0",
185185
"husky": "0.14.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
dependencies:
8484
uuid "^8.3.0"
8585

86-
"@artsy/multienv@^1.2.0":
86+
"@artsy/multienv@1.2.0":
8787
version "1.2.0"
8888
resolved "https://registry.yarnpkg.com/@artsy/multienv/-/multienv-1.2.0.tgz#ff4bb0b86ee8bb1c2867e5d887931d274024e68a"
8989
integrity sha512-ElwKuJ4DVw3/X27t/v+/hBJLNx4gP76foiVTX11kguiurzBFDln3k/nRTYnalOkU+33nCWgZnpj5elI4jUPqSg==
@@ -2290,7 +2290,7 @@
22902290
dependencies:
22912291
"@types/yargs-parser" "*"
22922292

2293-
"@typescript-eslint/eslint-plugin@^4.13.0":
2293+
"@typescript-eslint/eslint-plugin@4.13.0":
22942294
version "4.13.0"
22952295
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
22962296
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
@@ -2316,7 +2316,7 @@
23162316
eslint-scope "^5.0.0"
23172317
eslint-utils "^2.0.0"
23182318

2319-
"@typescript-eslint/parser@^4.13.0":
2319+
"@typescript-eslint/parser@4.13.0":
23202320
version "4.13.0"
23212321
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
23222322
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
@@ -2719,7 +2719,7 @@ amdefine@>=0.0.4:
27192719
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
27202720
integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
27212721

2722-
amqplib@^0.10.3:
2722+
amqplib@0.10.3:
27232723
version "0.10.3"
27242724
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.10.3.tgz#e186a2f74521eb55ec54db6d25ae82c29c1f911a"
27252725
integrity sha512-UHmuSa7n8vVW/a5HGh2nFPqAEr8+cD4dEZ6u9GjP91nHfr1a54RyAKyra7Sb5NH7NBKOUlyQSMXIp0qAixKexw==
@@ -5159,7 +5159,7 @@ dc-polyfill@0.1.9:
51595159
resolved "https://registry.yarnpkg.com/dc-polyfill/-/dc-polyfill-0.1.9.tgz#ee594f4366a6dcf006db1c1f9d3672f57a720856"
51605160
integrity sha512-D5mJThEEk9hf+CJPwTf9JFsrWdlWp8Pccjxkhf7uUT/E/cU9Mx3ebWe2Bz2OawRmJ6WS9eaDPBkeBE4uOKq9uw==
51615161

5162-
dd-trace@^5.56.0:
5162+
dd-trace@5.56.0:
51635163
version "5.56.0"
51645164
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-5.56.0.tgz#2f599574d3ea4edd980e1d0cc24073d201e14472"
51655165
integrity sha512-1GiAh1UATmn8uZxk+nqZAdfJppiOq4kxJKiozMNvupffbcbAuDj5qnfYF9Hz3oqsk+Jtt2oheQeR05c4JRshXw==
@@ -6145,7 +6145,7 @@ eslint-plugin-node@5.1.1:
61456145
resolve "^1.3.3"
61466146
semver "5.3.0"
61476147

6148-
eslint-plugin-prettier@^3.3.1:
6148+
eslint-plugin-prettier@3.3.1:
61496149
version "3.3.1"
61506150
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
61516151
integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
@@ -6157,7 +6157,7 @@ eslint-plugin-promise@3.5.0:
61576157
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"
61586158
integrity sha1-ePu2/+BHIBYnVp6FpsU3OvKmj8o=
61596159

6160-
eslint-plugin-react@^7.22.0:
6160+
eslint-plugin-react@7.22.0:
61616161
version "7.22.0"
61626162
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
61636163
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
@@ -6217,7 +6217,7 @@ eslint-visitor-keys@^2.0.0:
62176217
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
62186218
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
62196219

6220-
eslint@^7.17.0:
6220+
eslint@7.17.0:
62216221
version "7.17.0"
62226222
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
62236223
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
@@ -11691,7 +11691,7 @@ pino-abstract-transport@v0.5.0:
1169111691
duplexify "^4.1.2"
1169211692
split2 "^4.0.0"
1169311693

11694-
pino-http@^7.1.0:
11694+
pino-http@7.1.0:
1169511695
version "7.1.0"
1169611696
resolved "https://registry.yarnpkg.com/pino-http/-/pino-http-7.1.0.tgz#922d86713856982a8d787c102624dea74411f10f"
1169711697
integrity sha512-p/SqK6VpLP2AawGZEmciboat3TXlXwbvlElquBfht1gLQkMKwKDTDlsXOEOfKjOXX21ZYHFVVO75C1uKESXHxg==
@@ -15184,7 +15184,7 @@ typescript-template-language-service-decorator@^2.0.0:
1518415184
resolved "https://registry.yarnpkg.com/typescript-template-language-service-decorator/-/typescript-template-language-service-decorator-2.2.0.tgz#4ee6d580f307fb9239978e69626f2775b8a59b2a"
1518515185
integrity sha512-xiolqt1i7e22rpqMaprPgSFVgU64u3b9n6EJlAaUYE61jumipKAdI1+O5khPlWslpTUj80YzjUKjJ2jxT0D74w==
1518615186

15187-
typescript@^5.0.4:
15187+
typescript@5.8.3:
1518815188
version "5.8.3"
1518915189
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1519015190
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==

0 commit comments

Comments
 (0)