diff --git a/package-lock.json b/package-lock.json index b7d0f55..cd5b0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2788,9 +2788,9 @@ } }, "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true, "engines": { "node": ">=0.10" @@ -10261,9 +10261,9 @@ } }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true }, "dedent": { diff --git a/packages/redux-slice-factory/package-lock.json b/packages/redux-slice-factory/package-lock.json index e95b6b5..5bd4cdc 100644 --- a/packages/redux-slice-factory/package-lock.json +++ b/packages/redux-slice-factory/package-lock.json @@ -6,14 +6,14 @@ "packages": { "": { "name": "@gjv/redux-slice-factory", - "version": "0.10.0", + "version": "0.10.3", "license": "MIT", "dependencies": { "lodash.merge": "^4.6.2", "tslib": "^2.3.1" }, "devDependencies": { - "@gjv/eslint-config-typescript": "^0.10.0", + "@gjv/eslint-config-typescript": "^0.10.3", "@jest/globals": "^27.5.1", "@microsoft/api-extractor": "^7.22.1", "@reduxjs/toolkit": "^1.8.1", @@ -1708,12 +1708,13 @@ } }, "node_modules/@gjv/eslint-config-typescript": { - "version": "0.10.0", + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/@gjv/eslint-config-typescript/-/eslint-config-typescript-0.10.3.tgz", + "integrity": "sha512-zN3vKFPWPPXUy65dQmMLSkriPp/N9sUoJ9Mxd0NlIWyLkxcFQcfRLNOfOtZnvBI7BBQkcbnNiO6ePciMP56ulA==", "dev": true, - "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.26.0", "eslint-plugin-import-helpers": "^1.2.1", "eslint-plugin-promise": "^6.0.0" }, @@ -4421,9 +4422,10 @@ } }, "node_modules/decode-uri-component": { - "version": "0.2.0", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10" } @@ -4878,23 +4880,24 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.25.4", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", + "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", "dev": true, - "license": "MIT", "dependencies": { "array-includes": "^3.1.4", "array.prototype.flat": "^1.2.5", "debug": "^2.6.9", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.2", + "eslint-module-utils": "^2.7.3", "has": "^1.0.3", - "is-core-module": "^2.8.0", + "is-core-module": "^2.8.1", "is-glob": "^4.0.3", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "object.values": "^1.1.5", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.12.0" + "resolve": "^1.22.0", + "tsconfig-paths": "^3.14.1" }, "engines": { "node": ">=4" @@ -14321,11 +14324,13 @@ } }, "@gjv/eslint-config-typescript": { - "version": "0.10.0", + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/@gjv/eslint-config-typescript/-/eslint-config-typescript-0.10.3.tgz", + "integrity": "sha512-zN3vKFPWPPXUy65dQmMLSkriPp/N9sUoJ9Mxd0NlIWyLkxcFQcfRLNOfOtZnvBI7BBQkcbnNiO6ePciMP56ulA==", "dev": true, "requires": { "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.26.0", "eslint-plugin-import-helpers": "^1.2.1", "eslint-plugin-promise": "^6.0.0" } @@ -16245,7 +16250,9 @@ "dev": true }, "decode-uri-component": { - "version": "0.2.0", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true }, "deep-is": { @@ -16609,7 +16616,9 @@ } }, "eslint-plugin-import": { - "version": "2.25.4", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", + "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", "dev": true, "requires": { "array-includes": "^3.1.4", @@ -16617,14 +16626,14 @@ "debug": "^2.6.9", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.2", + "eslint-module-utils": "^2.7.3", "has": "^1.0.3", - "is-core-module": "^2.8.0", + "is-core-module": "^2.8.1", "is-glob": "^4.0.3", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "object.values": "^1.1.5", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.12.0" + "resolve": "^1.22.0", + "tsconfig-paths": "^3.14.1" }, "dependencies": { "debug": {