diff --git a/package-lock.json b/package-lock.json index d6cf7ff..0fc02f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3907,9 +3907,9 @@ } }, "node_modules/eslint-plugin-qwik": { - "version": "1.2.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-qwik/-/eslint-plugin-qwik-1.2.10.tgz", - "integrity": "sha512-pMRyVCUEpgqYbAYsnDl+L/88IO6zWpoSU6DqizCeu7ZsBpqvMowM7Izv8NHutQqd60RQPutMEUpAAQW6VDLAaw==", + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/eslint-plugin-qwik/-/eslint-plugin-qwik-1.2.13.tgz", + "integrity": "sha512-Pw7628tbS5hif39Ca1oPvK3Qut5sX67FJTMsz/NsrEOOlxtQQApW/LlB1u5KM8bbamAdPKM+RJs/vtTD4iENKQ==", "dev": true, "dependencies": { "jsx-ast-utils": "^3.3.4" @@ -3918,7 +3918,7 @@ "node": ">=16.8.0 <18.0.0 || >=18.11" }, "peerDependencies": { - "eslint": "8.45.0" + "eslint": "^8.45.0" } }, "node_modules/eslint-scope": {