Skip to content

Commit

Permalink
Dependabot updates (#76)
Browse files Browse the repository at this point in the history
* update minimist with resolutions

* update nth-check

* semver update

* add nth check to main resolutions as well
  • Loading branch information
alekseevaiana authored Jul 11, 2023
1 parent 5d968fc commit 7e8e10e
Show file tree
Hide file tree
Showing 6 changed files with 15,191 additions and 11,544 deletions.
6 changes: 6 additions & 0 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
},
"devDependencies": {
"tailwindcss": "^3.3.2"
},
"resolutions": {
"minimist": "^1.2.6",
"nth-check": "^2.0.1",
"semver": "^7.5.2",
"tough-cookie": "^4.1.3"
}
}
22,778 changes: 13,359 additions & 9,419 deletions examples/create-react-app/yarn.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
},
"resolutions": {
"minimist": "^1.2.6",
"nth-check": "^2.0.1",
"semver": "^7.5.2"
}
}
41 changes: 6 additions & 35 deletions examples/next-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7650,7 +7650,7 @@ __metadata:
languageName: node
linkType: hard

"boolbase@npm:^1.0.0, boolbase@npm:~1.0.0":
"boolbase@npm:^1.0.0":
version: 1.0.0
resolution: "boolbase@npm:1.0.0"
checksum: e4b53deb4f2b85c52be0e21a273f2045c7b6a6ea002b0e139c744cb6f95e9ec044439a52883b0d74dedd1ff3da55ed140cfdddfed7fb0cccbed373de5dce1bcf
Expand Down Expand Up @@ -13568,7 +13568,7 @@ __metadata:
languageName: node
linkType: hard

"minimist@npm:^1.2.0, minimist@npm:^1.2.6":
"minimist@npm:^1.2.6":
version: 1.2.8
resolution: "minimist@npm:1.2.8"
checksum: 19d3fcdca050087b84c2029841a093691a91259a47def2f18222f41e7645a0b7c44ef4b40e88a1e58a40c84d2ef0ee6047c55594d298146d0eb3f6b737c20ce6
Expand Down Expand Up @@ -14083,15 +14083,6 @@ __metadata:
languageName: node
linkType: hard

"nth-check@npm:^1.0.2":
version: 1.0.2
resolution: "nth-check@npm:1.0.2"
dependencies:
boolbase: ~1.0.0
checksum: 1a67ce53a99e276eea672f892d712b29f3e6802bbbef7285ffab72ecea4f972e8244defac1ebded0daffabf459def31355bb9c64e5657ac2ab032c13f185d0fd
languageName: node
linkType: hard

"nth-check@npm:^2.0.1":
version: 2.1.1
resolution: "nth-check@npm:2.1.1"
Expand Down Expand Up @@ -16762,34 +16753,14 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^6.0.0, semver@npm:^6.1.1, semver@npm:^6.1.2, semver@npm:^6.3.0":
version: 6.3.0
resolution: "semver@npm:6.3.0"
bin:
semver: ./bin/semver.js
checksum: 1f4959e15bcfbaf727e964a4920f9260141bb8805b399793160da4e7de128e42a7d1f79c1b7d5cd21a6073fba0d55feb9966f5fef3e5ccb8e1d7ead3d7527458
languageName: node
linkType: hard

"semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8":
version: 7.5.1
resolution: "semver@npm:7.5.1"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: ae6aca3cfba9b4d0e0a8fa789c7fa4a8412e39f24ecc19500db291a0a31bb43c151021e4fdbb68a85dcd06c1297f6daeeb09647cea4253eba0ccc0106eb7cd67
languageName: node
linkType: hard

"semver@npm:^7.3.7":
version: 7.3.8
resolution: "semver@npm:7.3.8"
"semver@npm:^7.5.2":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: 7e581d679530db31757301c2117721577a2bb36a301a443aac833b8efad372cda58e7f2a464fe4412ae1041cc1f63a6c1fe0ced8c57ce5aca1e0b57bb0d627b9
checksum: 5160b06975a38b11c1ab55950cb5b8a23db78df88275d3d8a42ccf1f29e55112ac995b3a26a522c36e3b5f76b0445f1eef70d696b8c7862a2b4303d7b0e7609e
languageName: node
linkType: hard

Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
},
"scripts": {
"test": "nodemon tests/test-sdk.js"
},
"resolutions": {
"minimist": "^1.2.6",
"nth-check": "^2.0.1",
"semver": "^7.5.2",
"tough-cookie": "^4.1.3"
}
}
Loading

0 comments on commit 7e8e10e

Please sign in to comment.