mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #2123 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.0.1
build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend
This commit is contained in:
commit
5609622e4a
12
backend/package-lock.json
generated
12
backend/package-lock.json
generated
@ -5804,12 +5804,11 @@
|
||||
}
|
||||
},
|
||||
"graphql-shield": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.0.tgz",
|
||||
"integrity": "sha512-hr0PR6t/UXAO5+BMOOD2W3zTIKbtO/u8twjLn8hw4646E08NeLrIxDAmUFKKlLhyTe5JzlH4nNflP6SRtL6Q2A==",
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.1.tgz",
|
||||
"integrity": "sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw==",
|
||||
"requires": {
|
||||
"@types/yup": "0.26.24",
|
||||
"lightercollective": "^0.3.0",
|
||||
"object-hash": "^2.0.0",
|
||||
"yup": "^0.27.0"
|
||||
}
|
||||
@ -8090,11 +8089,6 @@
|
||||
"xml2js": "^0.4.17"
|
||||
}
|
||||
},
|
||||
"lightercollective": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lightercollective/-/lightercollective-0.3.0.tgz",
|
||||
"integrity": "sha512-RFOLSUVvwdK3xA0P8o6G7QGXLIyy1L2qv5caEI7zXN5ciaEjbAriRF182kbsoJ1S1TgvpyGcN485fMky6qxOPw=="
|
||||
},
|
||||
"linkifyjs": {
|
||||
"version": "2.1.8",
|
||||
"resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.8.tgz",
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
"graphql-iso-date": "~3.6.1",
|
||||
"graphql-middleware": "~4.0.1",
|
||||
"graphql-middleware-sentry": "^3.2.1",
|
||||
"graphql-shield": "~7.0.0",
|
||||
"graphql-shield": "~7.0.1",
|
||||
"graphql-tag": "~2.10.1",
|
||||
"helmet": "~3.21.2",
|
||||
"jsonwebtoken": "~8.5.1",
|
||||
|
||||
@ -4031,13 +4031,12 @@ graphql-request@~1.8.2:
|
||||
dependencies:
|
||||
cross-fetch "2.2.2"
|
||||
|
||||
graphql-shield@~7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.0.tgz#0cdca5c16af4ba7dd4fbcce6df279c5c8e463452"
|
||||
integrity sha512-hr0PR6t/UXAO5+BMOOD2W3zTIKbtO/u8twjLn8hw4646E08NeLrIxDAmUFKKlLhyTe5JzlH4nNflP6SRtL6Q2A==
|
||||
graphql-shield@~7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.1.tgz#4d9b5a0e1b169ebe5ee786a4bad102c5fe3354b7"
|
||||
integrity sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw==
|
||||
dependencies:
|
||||
"@types/yup" "0.26.24"
|
||||
lightercollective "^0.3.0"
|
||||
object-hash "^2.0.0"
|
||||
yup "^0.27.0"
|
||||
|
||||
@ -5441,11 +5440,6 @@ libphonenumber-js@^1.6.4:
|
||||
minimist "^1.2.0"
|
||||
xml2js "^0.4.17"
|
||||
|
||||
lightercollective@^0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.3.0.tgz#1f07638642ec645d70bdb69ab2777676f35a28f0"
|
||||
integrity sha512-RFOLSUVvwdK3xA0P8o6G7QGXLIyy1L2qv5caEI7zXN5ciaEjbAriRF182kbsoJ1S1TgvpyGcN485fMky6qxOPw==
|
||||
|
||||
linkifyjs@~2.1.8:
|
||||
version "2.1.8"
|
||||
resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.8.tgz#2bee2272674dc196cce3740b8436c43df2162f9c"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user