diff --git a/package-lock.json b/package-lock.json index 6618142..c6bfb13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "seatable-api", - "version": "1.0.37", + "version": "1.0.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "seatable-api", - "version": "1.0.37", + "version": "1.0.38", "license": "ISC", "dependencies": { "@babel/runtime": "7.20.13", "axios": "^1.6.1", - "dayjs": "1.11.10" + "dayjs": "1.10.7" }, "devDependencies": { "@babel/cli": "7.15.7", @@ -3476,9 +3476,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", + "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" }, "node_modules/debug": { "version": "4.3.2", @@ -10591,9 +10591,9 @@ } }, "dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", + "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" }, "debug": { "version": "4.3.2", diff --git a/package.json b/package.json index d82bf6a..faba0fe 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@babel/runtime": "7.20.13", "axios": "^1.6.1", - "dayjs": "1.11.10" + "dayjs": "1.10.7" }, "devDependencies": { "@babel/cli": "7.15.7",