diff --git a/assay/package-lock.json b/assay/package-lock.json index ff55fe55530..05353f7b726 100644 --- a/assay/package-lock.json +++ b/assay/package-lock.json @@ -8,7 +8,7 @@ "name": "assay", "version": "0.0.0", "dependencies": { - "@labkey/components": "6.67.2" + "@labkey/components": "6.68.1" }, "devDependencies": { "@labkey/build": "8.6.0", @@ -2415,9 +2415,9 @@ } }, "node_modules/@labkey/api": { - "version": "1.43.1", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.1.tgz", - "integrity": "sha512-PkbI+OlnljpSLO7PkwfRRw/AH76pRRZbF8929ygxVZsrBXVFDSR+lSsSbJREiuMWkBTVcAOycwftwZB/O4QGHw==", + "version": "1.43.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.2.tgz", + "integrity": "sha512-GYMwf/n6pycbjwTVshmVLUSiJ8ld/fTXlcVPCXsAANvRG0UYIE+LohNmnDOQQN0KVlAFyjSSWSV17wqvPgsVHA==", "license": "Apache-2.0" }, "node_modules/@labkey/build": { @@ -2458,13 +2458,13 @@ } }, "node_modules/@labkey/components": { - "version": "6.67.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.67.2.tgz", - "integrity": "sha512-VZrlfp5wYyb20rZIRMp1TAvIpJOwwpZPriVVO9c5RFhvATKUGA8L56eeNg19Xf3S2DsahXiX3iZ3kKIc1+P8MA==", + "version": "6.68.1", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.68.1.tgz", + "integrity": "sha512-8YphakuF2oRaunHegtGkGhyu7duXSWTy7CbA4UI5phzQrWwZIDrKcjE3WUuCpiaMiahuvADG2v8RgzbwsWOEbA==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", - "@labkey/api": "1.43.1", + "@labkey/api": "1.43.2", "@testing-library/dom": "~10.4.0", "@testing-library/jest-dom": "~6.6.3", "@testing-library/react": "~16.3.0", diff --git a/assay/package.json b/assay/package.json index 6297a95652b..42fe53474fb 100644 --- a/assay/package.json +++ b/assay/package.json @@ -12,7 +12,7 @@ "clean": "rimraf resources/web/assay/gen && rimraf resources/views/gen && rimraf resources/web/gen" }, "dependencies": { - "@labkey/components": "6.67.2" + "@labkey/components": "6.68.1" }, "devDependencies": { "@labkey/build": "8.6.0", diff --git a/core/package-lock.json b/core/package-lock.json index d41c496ede9..ddd43508597 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -8,7 +8,7 @@ "name": "labkey-core", "version": "0.0.0", "dependencies": { - "@labkey/components": "6.67.2", + "@labkey/components": "6.68.1", "@labkey/themes": "1.4.2" }, "devDependencies": { @@ -3461,9 +3461,9 @@ } }, "node_modules/@labkey/api": { - "version": "1.43.1", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.1.tgz", - "integrity": "sha512-PkbI+OlnljpSLO7PkwfRRw/AH76pRRZbF8929ygxVZsrBXVFDSR+lSsSbJREiuMWkBTVcAOycwftwZB/O4QGHw==", + "version": "1.43.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.2.tgz", + "integrity": "sha512-GYMwf/n6pycbjwTVshmVLUSiJ8ld/fTXlcVPCXsAANvRG0UYIE+LohNmnDOQQN0KVlAFyjSSWSV17wqvPgsVHA==", "license": "Apache-2.0" }, "node_modules/@labkey/build": { @@ -3504,13 +3504,13 @@ } }, "node_modules/@labkey/components": { - "version": "6.67.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.67.2.tgz", - "integrity": "sha512-VZrlfp5wYyb20rZIRMp1TAvIpJOwwpZPriVVO9c5RFhvATKUGA8L56eeNg19Xf3S2DsahXiX3iZ3kKIc1+P8MA==", + "version": "6.68.1", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.68.1.tgz", + "integrity": "sha512-8YphakuF2oRaunHegtGkGhyu7duXSWTy7CbA4UI5phzQrWwZIDrKcjE3WUuCpiaMiahuvADG2v8RgzbwsWOEbA==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", - "@labkey/api": "1.43.1", + "@labkey/api": "1.43.2", "@testing-library/dom": "~10.4.0", "@testing-library/jest-dom": "~6.6.3", "@testing-library/react": "~16.3.0", diff --git a/core/package.json b/core/package.json index 16728525673..f23594ab7fc 100644 --- a/core/package.json +++ b/core/package.json @@ -53,7 +53,7 @@ } }, "dependencies": { - "@labkey/components": "6.67.2", + "@labkey/components": "6.68.1", "@labkey/themes": "1.4.2" }, "devDependencies": { diff --git a/experiment/package-lock.json b/experiment/package-lock.json index 8f8423c8c82..c18f2c8f767 100644 --- a/experiment/package-lock.json +++ b/experiment/package-lock.json @@ -8,7 +8,7 @@ "name": "experiment", "version": "0.0.0", "dependencies": { - "@labkey/components": "6.67.2" + "@labkey/components": "6.68.1" }, "devDependencies": { "@labkey/build": "8.6.0", @@ -3204,9 +3204,9 @@ } }, "node_modules/@labkey/api": { - "version": "1.43.1", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.1.tgz", - "integrity": "sha512-PkbI+OlnljpSLO7PkwfRRw/AH76pRRZbF8929ygxVZsrBXVFDSR+lSsSbJREiuMWkBTVcAOycwftwZB/O4QGHw==", + "version": "1.43.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.2.tgz", + "integrity": "sha512-GYMwf/n6pycbjwTVshmVLUSiJ8ld/fTXlcVPCXsAANvRG0UYIE+LohNmnDOQQN0KVlAFyjSSWSV17wqvPgsVHA==", "license": "Apache-2.0" }, "node_modules/@labkey/build": { @@ -3247,13 +3247,13 @@ } }, "node_modules/@labkey/components": { - "version": "6.67.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.67.2.tgz", - "integrity": "sha512-VZrlfp5wYyb20rZIRMp1TAvIpJOwwpZPriVVO9c5RFhvATKUGA8L56eeNg19Xf3S2DsahXiX3iZ3kKIc1+P8MA==", + "version": "6.68.1", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.68.1.tgz", + "integrity": "sha512-8YphakuF2oRaunHegtGkGhyu7duXSWTy7CbA4UI5phzQrWwZIDrKcjE3WUuCpiaMiahuvADG2v8RgzbwsWOEbA==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", - "@labkey/api": "1.43.1", + "@labkey/api": "1.43.2", "@testing-library/dom": "~10.4.0", "@testing-library/jest-dom": "~6.6.3", "@testing-library/react": "~16.3.0", diff --git a/experiment/package.json b/experiment/package.json index f6ca837f850..ef74e50dfa2 100644 --- a/experiment/package.json +++ b/experiment/package.json @@ -13,7 +13,7 @@ "test-integration": "cross-env NODE_ENV=test jest --ci --runInBand -c test/js/jest.config.integration.js" }, "dependencies": { - "@labkey/components": "6.67.2" + "@labkey/components": "6.68.1" }, "devDependencies": { "@labkey/build": "8.6.0", diff --git a/pipeline/package-lock.json b/pipeline/package-lock.json index a0913194de1..f34fdb9772b 100644 --- a/pipeline/package-lock.json +++ b/pipeline/package-lock.json @@ -8,7 +8,7 @@ "name": "pipeline", "version": "0.0.0", "dependencies": { - "@labkey/components": "6.67.2" + "@labkey/components": "6.68.1" }, "devDependencies": { "@labkey/build": "8.6.0", @@ -2673,9 +2673,9 @@ } }, "node_modules/@labkey/api": { - "version": "1.43.1", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.1.tgz", - "integrity": "sha512-PkbI+OlnljpSLO7PkwfRRw/AH76pRRZbF8929ygxVZsrBXVFDSR+lSsSbJREiuMWkBTVcAOycwftwZB/O4QGHw==", + "version": "1.43.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/api/-/@labkey/api-1.43.2.tgz", + "integrity": "sha512-GYMwf/n6pycbjwTVshmVLUSiJ8ld/fTXlcVPCXsAANvRG0UYIE+LohNmnDOQQN0KVlAFyjSSWSV17wqvPgsVHA==", "license": "Apache-2.0" }, "node_modules/@labkey/build": { @@ -2716,13 +2716,13 @@ } }, "node_modules/@labkey/components": { - "version": "6.67.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.67.2.tgz", - "integrity": "sha512-VZrlfp5wYyb20rZIRMp1TAvIpJOwwpZPriVVO9c5RFhvATKUGA8L56eeNg19Xf3S2DsahXiX3iZ3kKIc1+P8MA==", + "version": "6.68.1", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-6.68.1.tgz", + "integrity": "sha512-8YphakuF2oRaunHegtGkGhyu7duXSWTy7CbA4UI5phzQrWwZIDrKcjE3WUuCpiaMiahuvADG2v8RgzbwsWOEbA==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", - "@labkey/api": "1.43.1", + "@labkey/api": "1.43.2", "@testing-library/dom": "~10.4.0", "@testing-library/jest-dom": "~6.6.3", "@testing-library/react": "~16.3.0", diff --git a/pipeline/package.json b/pipeline/package.json index 6b67df239f6..dfbfff62758 100644 --- a/pipeline/package.json +++ b/pipeline/package.json @@ -14,7 +14,7 @@ "build-prod": "npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map webpack --config node_modules/@labkey/build/webpack/prod.config.js --color --progress --profile" }, "dependencies": { - "@labkey/components": "6.67.2" + "@labkey/components": "6.68.1" }, "devDependencies": { "@labkey/build": "8.6.0",