diff --git a/package-lock.json b/package-lock.json index 9b76cae689..851bc1fe6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@vespaiach/axios-fetch-adapter": "^0.3.1", "@xobotyi/scrollbar-width": "^1.9.5", "abort-utils": "^1.2.0", - "ace-builds": "^1.36.3", + "ace-builds": "^1.36.4", "autocompleter": "^9.3.2", "axios": "^0.28.1", "axios-auth-refresh": "^3.3.6", @@ -115,7 +115,7 @@ "react-redux": "^8.1.3", "react-router": "5.3.4", "react-router-dom": "^5.3.4", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-select-virtualized": "^5.6.0", "react-shadow": "^20.5.0", "react-spinners": "^0.13.0", @@ -238,7 +238,7 @@ "eslint": "^8.57.0", "eslint-config-pixiebrix": "^0.40.1", "eslint-plugin-local-rules": "^3.0.2", - "eslint-plugin-playwright": "^2.0.0", + "eslint-plugin-playwright": "^2.0.1", "fake-indexeddb": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", @@ -248,7 +248,7 @@ "jest-webextension-mock": "^3.9.0", "jsdom": "^25.0.1", "jsdom-testing-mocks": "^1.13.1", - "knip": "^5.36.2", + "knip": "^5.36.3", "mini-css-extract-plugin": "^2.6.1", "mockdate": "^3.0.5", "msw": "^1.3.5", @@ -10282,9 +10282,9 @@ } }, "node_modules/ace-builds": { - "version": "1.36.3", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.36.3.tgz", - "integrity": "sha512-YcdwV2IIaJSfjkWAR1NEYN5IxBiXefTgwXsJ//UlaFrjXDX5hQpvPFvEePHz2ZBUfvO54RjHeRUQGX8MS5HaMQ==" + "version": "1.36.4", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.36.4.tgz", + "integrity": "sha512-eE+iAsLRfNsq30yd34cezKSob6/N9mQatWs44Bp5LUDgKZ3rJtQds/YtcbnwbEWMTe7yCIxG/Cfezd4BsKIiFg==" }, "node_modules/acorn": { "version": "8.14.0", @@ -15262,9 +15262,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.0.0.tgz", - "integrity": "sha512-nPa44nSp48mp/U+GSneabrhlyIyGvrcv+Z14u6sgno+jX8N0bH+ooSLEC1L6dvMDSHs7tj+kMIbls3l8gCJJSg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.0.1.tgz", + "integrity": "sha512-f4a73xgCOK5Ug/5dtC82BVvND62lLqlMqgGkZn42teyvk6ccSyybHZXRHkpE7vKZSCjV57bnbR+3ucwItOhXlA==", "dev": true, "dependencies": { "globals": "^13.23.0" @@ -21839,9 +21839,9 @@ } }, "node_modules/knip": { - "version": "5.36.2", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.36.2.tgz", - "integrity": "sha512-MudNTKBSqThAFAV29GuRPSKSebByZeQCFeNgXVRVSd+sXcubehTgQHTGqqiwlXGCt4WBP7vuVekp0ZehfZtHuw==", + "version": "5.36.3", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.36.3.tgz", + "integrity": "sha512-pjHOGbaa09317IvnNU7EsSA8mXhBrY+A0LnrCOcRLPx5rZVmg10cVkxaoiZP7EKuA6vo0HHQ0I/VkJiUbq6d/w==", "dev": true, "funding": [ { @@ -26018,9 +26018,9 @@ } }, "node_modules/react-select": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.2.tgz", - "integrity": "sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", + "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 6820b507e1..03e59a19bf 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@vespaiach/axios-fetch-adapter": "^0.3.1", "@xobotyi/scrollbar-width": "^1.9.5", "abort-utils": "^1.2.0", - "ace-builds": "^1.36.3", + "ace-builds": "^1.36.4", "autocompleter": "^9.3.2", "axios": "^0.28.1", "axios-auth-refresh": "^3.3.6", @@ -141,7 +141,7 @@ "react-redux": "^8.1.3", "react-router": "5.3.4", "react-router-dom": "^5.3.4", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-select-virtualized": "^5.6.0", "react-shadow": "^20.5.0", "react-spinners": "^0.13.0", @@ -264,7 +264,7 @@ "eslint": "^8.57.0", "eslint-config-pixiebrix": "^0.40.1", "eslint-plugin-local-rules": "^3.0.2", - "eslint-plugin-playwright": "^2.0.0", + "eslint-plugin-playwright": "^2.0.1", "fake-indexeddb": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", @@ -274,7 +274,7 @@ "jest-webextension-mock": "^3.9.0", "jsdom": "^25.0.1", "jsdom-testing-mocks": "^1.13.1", - "knip": "^5.36.2", + "knip": "^5.36.3", "mini-css-extract-plugin": "^2.6.1", "mockdate": "^3.0.5", "msw": "^1.3.5",