updated deps (#20)

* updated deps

* updated deps
This commit is contained in:
Deepak Prabhakara 2022-03-20 02:38:52 +00:00 committed by GitHub
parent 390b74cec1
commit a70bd388b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 293 additions and 494 deletions

762
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "mock-saml",
"version": "0.1.0",
"version": "1.0.0",
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
"private": true,
"license": "Apache 2.0",
@ -11,10 +11,9 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "0.2.0",
"@xmldom/xmldom": "0.8.1",
"next": "12.1.0",
"node-forge": "1.2.1",
"node-forge": "1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "2.0.11",
@ -23,22 +22,22 @@
"xmlbuilder": "15.1.1"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/node-forge": "1.0.0",
"@types/react": "17.0.38",
"@types/node": "17.0.21",
"@types/node-forge": "1.0.1",
"@types/react": "17.0.41",
"@types/react-gtm-module": "2.0.1",
"@types/xml-crypto": "1.4.2",
"@types/xml2js": "0.4.9",
"autoprefixer": "10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "8.4.6",
"prettier": "2.5.1",
"autoprefixer": "10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "8.4.12",
"prettier": "2.6.0",
"prettier-plugin-tailwindcss": "0.1.8",
"tailwindcss": "3.0.23",
"typescript": "4.5.4"
"typescript": "4.6.2"
},
"engines": {
"node": ">=14.18.1 <=16.x"
}
}
}