feat(deps): sSO プラグインを追加

This commit is contained in:
2025-08-04 00:53:28 +09:00
parent 189352656a
commit 4ef86a08e1
3 changed files with 81 additions and 0 deletions

39
package-lock.json generated
View File

@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^3.0.9",
"@jkdev96/strapi-plugin-sso": "^0.4.7",
"@strapi/plugin-cloud": "4.25.20",
"@strapi/plugin-i18n": "4.25.20",
"@strapi/plugin-users-permissions": "4.25.20",
@ -2224,6 +2225,23 @@
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/@jkdev96/strapi-plugin-sso": {
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/@jkdev96/strapi-plugin-sso/-/strapi-plugin-sso-0.4.7.tgz",
"integrity": "sha512-RudYvAhtIxotUce6yEM8UOjWMHRrkdmxwCE1Cm7gAI20GVMP5WHq7t0tybKZZF3J5Nsy9N+CgalkBkbmMpRZuA==",
"license": "MIT",
"dependencies": {
"generate-password": "^1.7.0",
"pkce-challenge": "^3.1.0"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=7.0.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.6.0"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
@ -8573,6 +8591,12 @@
"node": ">= 8"
}
},
"node_modules/crypto-js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
"license": "MIT"
},
"node_modules/crypto-random-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
@ -10869,6 +10893,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/generate-password": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/generate-password/-/generate-password-1.7.1.tgz",
"integrity": "sha512-9bVYY+16m7W7GczRBDqXE+VVuCX+bWNrfYKC/2p2JkZukFb2sKxT6E3zZ3mJGz7GMe5iRK0A/WawSL3jQfJuNQ==",
"license": "MIT"
},
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@ -15243,6 +15273,15 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pkce-challenge": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-3.1.0.tgz",
"integrity": "sha512-bQ/0XPZZ7eX+cdAkd61uYWpfMhakH3NeteUF1R8GNa+LMqX8QFAkbCLqq+AYAns1/ueACBu/BMWhrlKGrdvGZg==",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.1.1"
}
},
"node_modules/pkg-up": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",