Skip to content

Commit 22c3865

Browse files
authored
1 parent 0982655 commit 22c3865

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

dev-packages/node-integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"mongoose": "^5.13.22",
5858
"mysql": "^2.18.1",
5959
"mysql2": "^3.11.3",
60-
"nock": "^13.1.0",
60+
"nock": "^13.5.5",
6161
"node-cron": "^3.0.3",
6262
"node-schedule": "^2.1.1",
6363
"pg": "^8.7.3",

packages/google-cloud-serverless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@google-cloud/pubsub": "^2.5.0",
6262
"@types/node": "^14.18.0",
6363
"google-gax": "^2.9.0",
64-
"nock": "^13.0.4"
64+
"nock": "^13.5.5"
6565
},
6666
"scripts": {
6767
"build": "run-p build:transpile build:types",

packages/remix/test/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@remix-run/dev": "1.17.0",
2020
"@types/react": "^17.0.47",
2121
"@types/react-dom": "^17.0.17",
22-
"nock": "^13.1.0",
22+
"nock": "^13.5.5",
2323
"typescript": "4.9.5"
2424
},
2525
"resolutions": {

yarn.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -23098,11 +23098,6 @@ lodash.restparam@^3.0.0:
2309823098
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
2309923099
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
2310023100

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-
2310623101
lodash.snakecase@^4.1.1:
2310723102
version "4.1.1"
2310823103
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
@@ -25121,14 +25116,13 @@ no-case@^3.0.4:
2512125116
lower-case "^2.0.2"
2512225117
tslib "^2.0.3"
2512325118

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==
2512825123
dependencies:
2512925124
debug "^4.1.0"
2513025125
json-stringify-safe "^5.0.1"
25131-
lodash.set "^4.3.2"
2513225126
propagate "^2.0.0"
2513325127

2513425128
node-abi@^3.3.0:

0 commit comments

Comments
 (0)