diff --git a/composer.json b/composer.json index 85799b951a..0a671bc53d 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ "license": "AGPL-3.0-or-later", "type": "project", "repositories": [ - { - "type": "vcs", - "url": "https://github.com/grokability/laravel-scim-server" - } + { + "type": "vcs", + "url": "https://github.com/grokability/laravel-scim-server" + } ], "require": { "php": ">=7.4 <8.3", @@ -127,4 +127,4 @@ "discard-changes": true, "process-timeout": 3000 } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index 2e1b7031be..1f7f168862 100644 --- a/composer.lock +++ b/composer.lock @@ -13846,4 +13846,4 @@ }, "platform-dev": [], "plugin-api-version": "2.0.0" -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e64edcbc0a..19b30112ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1532,9 +1532,9 @@ } }, "@types/eslint": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.2.tgz", - "integrity": "sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA==", + "version": "8.4.3", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.3.tgz", + "integrity": "sha512-YP1S7YJRMPs+7KZKDb9G63n8YejIwW9BALq7a5j2+H4yl6iOv9CB29edho+cuFRrvmJbbaH2yiVChKLJVysDGw==", "requires": { "@types/estree": "*", "@types/json-schema": "*" @@ -19895,9 +19895,9 @@ "dev": true }, "watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -19913,9 +19913,9 @@ } }, "webpack": { - "version": "5.72.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", - "integrity": "sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==", + "version": "5.73.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz", + "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", diff --git a/package.json b/package.json index 007e65b9dd..5bcfb7a4cc 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "tableexport.jquery.plugin": "1.26.0", "tether": "^1.4.0", "vue-resource": "^1.5.2", - "webpack": "^5.72.0" + "webpack": "^5.73.0" } }