This commit is contained in:
Daniel Hougaard
2023-10-24 05:16:19 +04:00
parent 019b477d2d
commit f289b99cf1
2 changed files with 39 additions and 0 deletions

View File

@@ -47,8 +47,11 @@
"axios": "^0.27.2",
"axios-auth-refresh": "^3.3.6",
"base64-loader": "^1.0.0",
"chrono": "^1.0.5",
"classnames": "^2.3.1",
"cookies": "^0.8.0",
"cron-validator": "^1.3.1",
"cronstrue": "^2.41.0",
"cva": "npm:class-variance-authority@^0.4.0",
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",
@@ -18256,6 +18259,11 @@
"node": ">=6.0"
}
},
"node_modules/chrono": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/chrono/-/chrono-1.0.5.tgz",
"integrity": "sha512-gjmpLxZa8iRaQXpV/sEV3ZkDuvwg0FqM1YrhaxdybN/DQJyfs1fG6UkJXkkOKLk/Hb712hsVV5EGR8f8A5sBdA=="
},
"node_modules/ci-info": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
@@ -18849,6 +18857,19 @@
"sha.js": "^2.4.8"
}
},
"node_modules/cron-validator": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/cron-validator/-/cron-validator-1.3.1.tgz",
"integrity": "sha512-C1HsxuPCY/5opR55G5/WNzyEGDWFVG+6GLrA+fW/sCTcP6A6NTjUP2AK7B8n2PyFs90kDG2qzwm8LMheADku6A=="
},
"node_modules/cronstrue": {
"version": "2.41.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.41.0.tgz",
"integrity": "sha512-3ZS3eMJaxMRBGmDauKCKbyIRgVcph6uSpkhSbbZvvJWkelHiSTzGJbBqmu8io7Hspd2F45bQKnC1kzoNvtku2g==",
"bin": {
"cronstrue": "bin/cli.js"
}
},
"node_modules/cross-fetch": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.6.tgz",
@@ -44319,6 +44340,11 @@
"integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
"dev": true
},
"chrono": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/chrono/-/chrono-1.0.5.tgz",
"integrity": "sha512-gjmpLxZa8iRaQXpV/sEV3ZkDuvwg0FqM1YrhaxdybN/DQJyfs1fG6UkJXkkOKLk/Hb712hsVV5EGR8f8A5sBdA=="
},
"ci-info": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
@@ -44805,6 +44831,16 @@
"sha.js": "^2.4.8"
}
},
"cron-validator": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/cron-validator/-/cron-validator-1.3.1.tgz",
"integrity": "sha512-C1HsxuPCY/5opR55G5/WNzyEGDWFVG+6GLrA+fW/sCTcP6A6NTjUP2AK7B8n2PyFs90kDG2qzwm8LMheADku6A=="
},
"cronstrue": {
"version": "2.41.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.41.0.tgz",
"integrity": "sha512-3ZS3eMJaxMRBGmDauKCKbyIRgVcph6uSpkhSbbZvvJWkelHiSTzGJbBqmu8io7Hspd2F45bQKnC1kzoNvtku2g=="
},
"cross-fetch": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.6.tgz",

View File

@@ -55,8 +55,11 @@
"axios": "^0.27.2",
"axios-auth-refresh": "^3.3.6",
"base64-loader": "^1.0.0",
"chrono": "^1.0.5",
"classnames": "^2.3.1",
"cookies": "^0.8.0",
"cron-validator": "^1.3.1",
"cronstrue": "^2.41.0",
"cva": "npm:class-variance-authority@^0.4.0",
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",