diff --git a/package-lock.json b/package-lock.json index b6719653a790..b1e9fd69a3e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "react-test-renderer": "16.14.0", "selenium-webdriver": "4.30.0", "sinon": "19.0.2", - "squirejs": "0.1.0", + "squirejs": "0.2.1", "string-replace-loader": "^3.1.0", "stylelint-formatter-pretty": "4.0.1", "webpack-cli": "^5.1.4" @@ -15463,18 +15463,6 @@ ], "license": "MIT" }, - "node_modules/q": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/q/-/q-0.9.7.tgz", - "integrity": "sha512-ijt0LhxWClXBtc1RCt8H0WhlZLAdVX26nWbpsJy+Hblmp81d2F/pFsvlrJhJDDruFHM+ECtxP0H0HzGSrARkwg==", - "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, "node_modules/qified": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/qified/-/qified-0.5.0.tgz", @@ -17404,7 +17392,6 @@ } ], "license": "Apache-2.0", - "peer": true, "dependencies": { "@bazel/runfiles": "^6.3.1", "jszip": "^3.10.1", @@ -18168,9 +18155,9 @@ "license": "BSD-3-Clause" }, "node_modules/squirejs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/squirejs/-/squirejs-0.1.0.tgz", - "integrity": "sha512-543P1IPQUUb7ty3hVruyOwpZWrkF8jUvNwJfxnqBxWDb6i+cbEcdQJWvQQnAm48nMcVdgVey/5xvRtbimN7ZWA==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/squirejs/-/squirejs-0.2.1.tgz", + "integrity": "sha512-7jLmNA2QbwVrOHt3v205RV6UJUEm3mE5sZmQymkxAlpDmvQMEr5EzQYo+eA0wy7cQ7fo2b3tUWhShba2P76EBw==", "dev": true }, "node_modules/ssri": { diff --git a/package.json b/package.json index 4255528233ae..6fa3c79e3b7b 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "react-test-renderer": "16.14.0", "selenium-webdriver": "4.30.0", "sinon": "19.0.2", - "squirejs": "0.1.0", + "squirejs": "0.2.1", "string-replace-loader": "^3.1.0", "stylelint-formatter-pretty": "4.0.1", "webpack-cli": "^5.1.4"