Skip to content

Commit 8c97e45

Browse files
authored
fix: Updating profiler and trace plugins (#54)
1 parent f30f1f2 commit 8c97e45

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=8.10.0"
3939
},
4040
"dependencies": {
41-
"@iopipe/config": "^1.4.1",
41+
"@iopipe/config": "^1.4.2",
4242
"@iopipe/core": "^1.19.1"
4343
},
4444
"devDependencies": {

yarn.lock

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,15 @@
7878
lodash "^4.2.0"
7979
to-fast-properties "^2.0.0"
8080

81-
"@iopipe/config@^1.4.1":
82-
version "1.4.1"
83-
resolved "https://registry.yarnpkg.com/@iopipe/config/-/config-1.4.1.tgz#0a80dd9fece853768401e646320620a2308a6987"
81+
"@iopipe/config@^1.4.2":
82+
version "1.4.2"
83+
resolved "https://registry.yarnpkg.com/@iopipe/config/-/config-1.4.2.tgz#791d7e3132b70e8d710fb2f1a383a99532671e7a"
84+
integrity sha512-tfojIkxLTnW69GRIfKceuJpWRnMJ82u5649akg7lYwQi1jzYGZqy+RonOci+kPHWr5o0+LFTh9c0MJqW1f/Rcw==
8485
dependencies:
8586
"@iopipe/event-info" "^1.3.1"
86-
"@iopipe/profiler" "^2.1.0"
87+
"@iopipe/profiler" "^2.1.2"
8788
"@iopipe/trace" "^1.4.1"
8889

89-
"@iopipe/core@^1.13":
90-
version "1.18.0"
91-
resolved "https://registry.yarnpkg.com/@iopipe/core/-/core-1.18.0.tgz#347faa77b3279fa691ef4db9c9bb123258f7f7d0"
92-
dependencies:
93-
cosmiconfig "^4"
94-
lodash.uniqby "^4.7.0"
95-
simple-get "^3.0.2"
96-
9790
"@iopipe/core@^1.19.1":
9891
version "1.19.1"
9992
resolved "https://registry.yarnpkg.com/@iopipe/core/-/core-1.19.1.tgz#19da388f0c900f4551915c71993b4c1269979970"
@@ -125,18 +118,19 @@
125118
flat "^4.0.0"
126119
lodash.get "^4.4.2"
127120

128-
"@iopipe/profiler@^2.1.0":
129-
version "2.1.0"
130-
resolved "https://registry.yarnpkg.com/@iopipe/profiler/-/profiler-2.1.0.tgz#54c556ca665d06abc2adcd9676b18e83d1c5e816"
121+
"@iopipe/profiler@^2.1.2":
122+
version "2.1.2"
123+
resolved "https://registry.yarnpkg.com/@iopipe/profiler/-/profiler-2.1.2.tgz#8d17a175450827caf110b410796c776a18bc1e18"
124+
integrity sha512-crrdK1Ywftn4qn2Heq7Eq3i6THdZtF+5O3RAUqf+w4rk1xyDNvDMiINejBvPVEa/jLlbpU0kqnYK5JsExG2YHw==
131125
dependencies:
132-
"@iopipe/core" "^1.13"
133126
archiver "^2.1.1"
134127
lodash.get "^4.4.2"
135-
simple-get "^3.0.2"
128+
simple-get "^3.0.3"
136129

137130
"@iopipe/scripts@^1.4.1":
138131
version "1.4.1"
139132
resolved "https://registry.yarnpkg.com/@iopipe/scripts/-/scripts-1.4.1.tgz#67c5012dfbc4d43875683786f450ebac9ed20117"
133+
integrity sha512-sKuF5fV1N1icRgX0It9rSLICYAstCjBA4TcfzZdVNdEXpDKUbWvgiozrQgH1WMGgeudqs8dbEaEiBACaCRl+eQ==
140134
dependencies:
141135
"@iopipe/eslint-config-iopipe" "1.0.2"
142136
"@ljharb/eslint-config" "^12.2.1"
@@ -7033,7 +7027,7 @@ simple-concat@^1.0.0:
70337027
version "1.0.0"
70347028
resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.0.tgz#7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6"
70357029

7036-
simple-get@^3.0.2:
7030+
simple-get@^3.0.2, simple-get@^3.0.3:
70377031
version "3.0.3"
70387032
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.0.3.tgz#924528ac3f9d7718ce5e9ec1b1a69c0be4d62efa"
70397033
dependencies:

0 commit comments

Comments
 (0)