diff --git a/apps/website/package.json b/apps/website/package.json index ed5529b6..8c6b24c0 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -28,7 +28,7 @@ "@types/node": "^20.4.5", "@types/react": "18.2.21", "@types/styled-components": "^5.1.26", - "eslint": "8.48.0", + "eslint": "8.49.0", "@codedazur/eslint-config": "*", "next-transpile-modules": "10.0.1", "@codedazur/tsconfig": "*", diff --git a/package-lock.json b/package-lock.json index 77e8ade6..3bdaf65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,7 +125,7 @@ "@types/node": "^20.4.5", "@types/react": "18.2.21", "@types/styled-components": "^5.1.26", - "eslint": "8.48.0", + "eslint": "8.49.0", "next-transpile-modules": "10.0.1", "typescript": "^5.1.6" } @@ -3161,9 +3161,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -3228,9 +3228,9 @@ "dev": true }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", @@ -13603,15 +13603,15 @@ } }, "node_modules/eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", @@ -25035,7 +25035,7 @@ }, "packages/essentials": { "name": "@codedazur/essentials", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@codedazur/eslint-config": "*", @@ -25132,6 +25132,7 @@ } }, "packages/react-media": { + "name": "@codedazur/react-media", "version": "0.0.2", "license": "MIT", "dependencies": { @@ -25174,7 +25175,7 @@ }, "packages/react-pagination": { "name": "@codedazur/react-pagination", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@codedazur/essentials": "*"