File tree 4 files changed +7
-13
lines changed
dev-packages/node-integration-tests
4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 57
57
"mongoose" : " ^5.13.22" ,
58
58
"mysql" : " ^2.18.1" ,
59
59
"mysql2" : " ^3.11.3" ,
60
- "nock" : " ^13.1.0 " ,
60
+ "nock" : " ^13.5.5 " ,
61
61
"node-cron" : " ^3.0.3" ,
62
62
"node-schedule" : " ^2.1.1" ,
63
63
"pg" : " ^8.7.3" ,
Original file line number Diff line number Diff line change 61
61
"@google-cloud/pubsub" : " ^2.5.0" ,
62
62
"@types/node" : " ^14.18.0" ,
63
63
"google-gax" : " ^2.9.0" ,
64
- "nock" : " ^13.0.4 "
64
+ "nock" : " ^13.5.5 "
65
65
},
66
66
"scripts" : {
67
67
"build" : " run-p build:transpile build:types" ,
Original file line number Diff line number Diff line change 19
19
"@remix-run/dev" : " 1.17.0" ,
20
20
"@types/react" : " ^17.0.47" ,
21
21
"@types/react-dom" : " ^17.0.17" ,
22
- "nock" : " ^13.1.0 " ,
22
+ "nock" : " ^13.5.5 " ,
23
23
"typescript" : " 4.9.5"
24
24
},
25
25
"resolutions" : {
Original file line number Diff line number Diff line change @@ -23098,11 +23098,6 @@ lodash.restparam@^3.0.0:
23098
23098
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
23099
23099
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
23100
23100
23101
- lodash.set@^4.3.2:
23102
- version "4.3.2"
23103
- resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
23104
- integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
23105
-
23106
23101
lodash.snakecase@^4.1.1:
23107
23102
version "4.1.1"
23108
23103
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
@@ -25121,14 +25116,13 @@ no-case@^3.0.4:
25121
25116
lower-case "^2.0.2"
25122
25117
tslib "^2.0.3"
25123
25118
25124
- nock@^13.0.4, nock@^13.1.0 :
25125
- version "13.2.4 "
25126
- resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.4 .tgz#43a309d93143ee5cdcca91358614e7bde56d20e1 "
25127
- integrity sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug ==
25119
+ nock@^13.5.5 :
25120
+ version "13.5.5 "
25121
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5 .tgz#cd1caaca281d42be17d51946367a3d53a6af3e78 "
25122
+ integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA ==
25128
25123
dependencies:
25129
25124
debug "^4.1.0"
25130
25125
json-stringify-safe "^5.0.1"
25131
- lodash.set "^4.3.2"
25132
25126
propagate "^2.0.0"
25133
25127
25134
25128
node-abi@^3.3.0:
You can’t perform that action at this time.
0 commit comments