diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 426c55436..3bca677b2 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -31,7 +31,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@theunderscorer/nx-semantic-release": "^2.12.0", - "@types/convert-units": "^2.3.9", + "@types/convert-units": "^2.3.11", "@types/d3": "^7.4.3", "@types/d3-color": "^3.1.3", "@types/d3-interpolate": "^3.0.4", @@ -10305,10 +10305,11 @@ } }, "node_modules/@types/convert-units": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/@types/convert-units/-/convert-units-2.3.9.tgz", - "integrity": "sha512-W+R5Q76r6wo0yvitayxgZ1aFPKuSWAkVovNNa0f43vxnWHAhKXIY2IkHhd5PVJuc5g8tQpXeg+HVC0aGUVNG7g==", - "dev": true + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/@types/convert-units/-/convert-units-2.3.11.tgz", + "integrity": "sha512-ld2+nLOUHMOFThcXQEcVgzoNVjjyBHp/dD5G00nS5TOfgDqIcAyX1T8xR2C162qjfEIby3AoxwwB1Vl9mLdvsQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/crypto-js": { "version": "4.2.2", @@ -35715,7 +35716,7 @@ }, "packages/well-log-viewer": { "name": "@webviz/well-log-viewer", - "version": "2.2.1", + "version": "2.2.2", "license": "MPL-2.0", "dependencies": { "@emerson-eps/color-tables": "^0.4.85", diff --git a/typescript/package.json b/typescript/package.json index cb8137f58..ea92aed66 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -64,7 +64,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@theunderscorer/nx-semantic-release": "^2.12.0", - "@types/convert-units": "^2.3.9", + "@types/convert-units": "^2.3.11", "@types/d3": "^7.4.3", "@types/d3-color": "^3.1.3", "@types/d3-interpolate": "^3.0.4",