diff --git a/package-lock.json b/package-lock.json index 465e5d9ef..80bf24e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@stylelint/postcss-css-in-js": "^0.38.0", "@types/byline": "^4.2.35", "@types/chai": "^4.3.9", - "@types/chai-like": "^1.1.1", + "@types/chai-like": "^1.1.2", "@types/chai-things": "^0.0.37", "@types/chrome": "0.0.148", "@types/mocha": "^10.0.3", @@ -2995,9 +2995,9 @@ "dev": true }, "node_modules/@types/chai-like": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/chai-like/-/chai-like-1.1.1.tgz", - "integrity": "sha512-s46EZsupBuVhLn66DbRee5B0SELLmL4nFXVrBiV29BxLGm9Sh7Bful623j3AfiQRu2zAP4cnlZ3ETWB3eWc4bA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@types/chai-like/-/chai-like-1.1.2.tgz", + "integrity": "sha512-nXF7+PdqHmIGh0yxq3H1zabv86DDtSUIlmls9rZS+u+OzBDcSungksNnq0TYfBnJwk9MWIJfsjeNlGaC/SxIUw==", "dev": true, "dependencies": { "@types/chai": "*" @@ -28323,9 +28323,9 @@ "dev": true }, "@types/chai-like": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/chai-like/-/chai-like-1.1.1.tgz", - "integrity": "sha512-s46EZsupBuVhLn66DbRee5B0SELLmL4nFXVrBiV29BxLGm9Sh7Bful623j3AfiQRu2zAP4cnlZ3ETWB3eWc4bA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@types/chai-like/-/chai-like-1.1.2.tgz", + "integrity": "sha512-nXF7+PdqHmIGh0yxq3H1zabv86DDtSUIlmls9rZS+u+OzBDcSungksNnq0TYfBnJwk9MWIJfsjeNlGaC/SxIUw==", "dev": true, "requires": { "@types/chai": "*" diff --git a/package.json b/package.json index 425409ded..83bd3ecf7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stylelint/postcss-css-in-js": "^0.38.0", "@types/byline": "^4.2.35", "@types/chai": "^4.3.9", - "@types/chai-like": "^1.1.1", + "@types/chai-like": "^1.1.2", "@types/chai-things": "^0.0.37", "@types/chrome": "0.0.148", "@types/mocha": "^10.0.3",